zhfeng commented on code in PR #5938:
URL: https://github.com/apache/camel-quarkus/pull/5938#discussion_r1547957592


##########
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:
   This is only needed for running the test or have to be used for the user's 
application?



-- 
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

Reply via email to