michael-o commented on pull request #286: URL: https://github.com/apache/httpcomponents-core/pull/286#issuecomment-850889818
Looks good for me so far, but I see this on a few platforms: ``` [INFO] Running org.apache.hc.core5.testing.nio.H2ServerAndMultiplexingRequesterTest [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal reflective access by org.apache.hc.core5.util.ReflectionUtils (file:/tmp/httpcomponents-core/httpcore5/target/httpcore5-5.2-alpha1-SNAPSHOT.jar) to method sun.security.ssl.SSLEngineImpl.getApplicationProtocol() [ERROR] WARNING: Please consider reporting this to the maintainers of org.apache.hc.core5.util.ReflectionUtils [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [ERROR] WARNING: All illegal access operations will be denied in a future release ``` JVM provided by HPE on HP-UX. ``` [INFO] Running org.apache.hc.core5.testing.nio.H2AlpnTest [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal reflective access by org.apache.hc.core5.util.ReflectionUtils (file:/C:/Temp/httpcomponents-core/httpcore5/target/httpcore5-5.2-alpha1-SNAPSHOT.jar) to method sun.security.ssl.SSLEngineImpl.getApplicationProtocol() [ERROR] WARNING: Please consider reporting this to the maintainers of org.apache.hc.core5.util.ReflectionUtils [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [ERROR] WARNING: All illegal access operations will be denied in a future release ``` JVM provided by Azul Systems on Windows 10. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org