I am trying to integrate HttpClient into a module and for some reason the built in openjdk11 doesn’t have the java.net.http package.
Any ideas ?
I am trying to integrate HttpClient into a module and for some reason the built in openjdk11 doesn’t have the java.net.http package.
Any ideas ?
The built in httpclient library is old, has vulnerabilities and the package has been moved. I cant pull the old library a test maven spring app. Its forcing the new package. Which HTTP Client is possible to work in wowza modules ?
I updated to 4.8.27 which has 11.02 built in and the package import java.net.http.HttpClient; is still missing