JiriOndrusek commented on pull request #1383: URL: https://github.com/apache/camel-quarkus/pull/1383#issuecomment-649478537
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). This PR turns off modular system for both JVM and native tests ---------------------------------------------------------------- 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: [email protected]
