ppalaga edited a comment on pull request #3341:
URL: https://github.com/apache/camel-quarkus/pull/3341#issuecomment-985015403


   About where to put `<argLine>--add-opens 
java.base/java.net=ALL-UNNAMED</argLine>` given that java 11 is our baseline, 
where this should work and given that we need it for both plugins in all 
profiles, can't we just add 
   
   ```
   <properties>
     <!-- This is allow the nasty things we do in KuduInfrastructureTestHelper 
-->
     <argLine>--add-opens java.base/java.net=ALL-UNNAMED</argLine>
   </properties>
   ```
   
   in the top profile-less context (and remove the old `jdk16-workarounds` 
profile altogether)?
   
   


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