jamesnetherton commented on code in PR #5938: URL: https://github.com/apache/camel-quarkus/pull/5938#discussion_r1547966220
########## integration-tests/kudu/pom.xml: ########## @@ -30,6 +30,13 @@ <name>Camel Quarkus :: Integration Tests :: Kudu</name> <description>Integration tests for Camel Quarkus Kudu extension</description> + <properties> + <!-- This is to allow the "deep reflection" we do in KuduInfrastructureTestHelper --> + <opens>java.base/java.net=ALL-UNNAMED</opens> + <argLine>--add-opens ${opens}</argLine> + <quarkus.native.additional-build-args>-J--add-opens=${opens}</quarkus.native.additional-build-args> Review Comment: Just the test. The issue is with container based testing. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org