jamesnetherton commented on code in PR #5509:
URL: https://github.com/apache/camel-quarkus/pull/5509#discussion_r1394044217


##########
integration-tests/paho-mqtt5/src/main/resources/application.properties:
##########
@@ -15,3 +15,6 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 quarkus.native.resources.includes=*.jks
+
+# Required by NetworkModuleService.setURIField
+quarkus.native.additional-build-args=-J--add-opens=java.base/java.net=ALL-UNNAMED

Review Comment:
   I went back to look at it again. And the test is actually passing without it.
   
   Maybe I previously had something misconfigured that triggered the problem 
code in `NetworkModuleService`.
   
   I can revert the `--add-opens` and create follow up issue to investigate 
further as there's potentially an issue there for some scenarios (to be 
verified). WDYT?



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