You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/02 21:30:23 UTC

[GitHub] [camel-quarkus] ppalaga edited a comment on pull request #3341: fix [JDK17]kudu:integration test failed in native mode #3340

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org