JiriOndrusek commented on issue #723: URL: https://github.com/apache/camel-quarkus/issues/723#issuecomment-649479126
There were some failing test on CI after upgrade to surefire-plugin 3.0.0-M5. Problem was caused by using JPMS during execution of tests. There is a different behavior in default test executions on Oracle JDK and AdoptOpenJDK. Java modular system is by default turned on (since https://issues.apache.org/jira/browse/SUREFIRE-1570), but there is an option to turn it off (https://issues.apache.org/jira/browse/SUREFIRE-1531). PR turns off modular system for both JVM and native tests (and upgrades surefire-plugin as well) ---------------------------------------------------------------- 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