We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is already OSGi configuration support for Apache HTTP Client in https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/adobe/acs/commons/http/impl/HttpClientFactoryImpl.java.
Similar support for Java 11+ HTTP Client would be beneficial as well. That should comprise:
java.net.ProxySelector
The text was updated successfully, but these errors were encountered:
@davidjgonzalez Can you clarify if such a feature clashes with a product feature on Adobe's roadmap?
Sorry, something went wrong.
OSGi support for Java HTTP Client
c56ac13
This closes #3276
7a8bbfe
d211b53
Successfully merging a pull request may close this issue.
There is already OSGi configuration support for Apache HTTP Client in https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/adobe/acs/commons/http/impl/HttpClientFactoryImpl.java.
Similar support for Java 11+ HTTP Client would be beneficial as well. That should comprise:
java.net.ProxySelector
The text was updated successfully, but these errors were encountered: