rpuch opened a new pull request, #3333: URL: https://github.com/apache/ignite-3/pull/3333
Netty uses OpenJDK internal classes to implement TLS; doing so, it uses Reflection to invoke their methods. In Java 21, one of the needed methods (set()) does not exist anymore, so OpenJDK's classes cannot be used anymore. This commit switches to BouncyCastle by adding it to the classpath. https://issues.apache.org/jira/browse/IGNITE-21651 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
