bitstorm opened a new pull request, #1577: URL: https://github.com/apache/wicket/pull/1577
The current proxy creation with byte buddy uses ClassLoadingStrategy.Default.INJECTION. ad class loading strategy, but this relies on Java Unsafe support, which is deprecated and disabled with the newer release of ByteBuddy. I'm not a bytecode expert but looks like it's the minimal change required. -- 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]
