reta opened a new pull request #744: URL: https://github.com/apache/cxf/pull/744
The `ReferencingAuthenticator` aggressively uses reflection over `java.net.Authenticator` class, which becomes closed by default with upcoming JDK16 release as part of `java.net` package (see please https://openjdk.java.net/jeps/396 and summary https://cr.openjdk.java.net/~mr/jigsaw/jdk8-packages-denied-by-default). This is an attempt to refactor the code using publicly available APIs only. @jimma @dkulp could you please take a look guys? Thanks a lot in advance! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
