gemmellr commented on PR #5386: URL: https://github.com/apache/activemq-artemis/pull/5386#issuecomment-2528915544
> One option is to just add jvm args to allow it if they can't be replaced. > > ``` > --add-opens=java.base/java.lang=ALL-UNNAMED > ``` FWIW I tried this workaround out locally on 17 and it worked ok for the cdi-client module tests. Diff: https://github.com/gemmellr/activemq-artemis/commit/abcbf0c34c724a219c6a452078bb497ca0877d72 Didnt try it on 21+ (though my forks actions will be running it now). The example would also still need a different change to the similar effect, since it doesnt use surefire. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
