You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/02/24 09:41:38 UTC

[GitHub] [maven-surefire] Tibor17 opened a new pull request #337: module java.base does not "opens java.util" to unnamed module @100fc185

Tibor17 opened a new pull request #337:
URL: https://github.com/apache/maven-surefire/pull/337


   We are aiming for the setup of JDK 16 in Jenkins.
   Few integration tests fail, example
   ```
   java.lang.NoClassDefFoundError: Could not initialize class cucumber.deps.com.thoughtworks.xstream.converters.collections.TreeMapConverter
   java.lang.ExceptionInInitializerError
   Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.util.Comparator java.util.TreeMap.comparator accessible: module java.base does not "opens java.util" to unnamed module @100fc185
   ```


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

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



[GitHub] [maven-surefire] mpkorstanje edited a comment on pull request #337: module java.base does not "opens java.util" to unnamed module @100fc185

Posted by GitBox <gi...@apache.org>.
mpkorstanje edited a comment on pull request #337:
URL: https://github.com/apache/maven-surefire/pull/337#issuecomment-785196696


   That was fixed in v3. I've made an PR to upgrade Cucumber to the latest versions: https://github.com/apache/maven-surefire/pull/338.
   
   I don't know if it will pass CI yet. :smile: 


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

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



[GitHub] [maven-surefire] mpkorstanje commented on pull request #337: module java.base does not "opens java.util" to unnamed module @100fc185

Posted by GitBox <gi...@apache.org>.
mpkorstanje commented on pull request #337:
URL: https://github.com/apache/maven-surefire/pull/337#issuecomment-785196696


   That was fixed in v3. I've made an MR to upgrade Cucumber to the latest versions.
   
   https://github.com/apache/maven-surefire/pull/338


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

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



[GitHub] [maven-surefire] Tibor17 commented on pull request #337: module java.base does not "opens java.util" to unnamed module @100fc185

Posted by GitBox <gi...@apache.org>.
Tibor17 commented on pull request #337:
URL: https://github.com/apache/maven-surefire/pull/337#issuecomment-784948457


   @mpkorstanje 
   The integration test `JUnit47RerunFailingTestWithCucumberIT` fails with Cucumber while using JDK 16.
   It looks like Cucumber is making some reflective calls to `TreeMap`.
   Have you seen the same issue?
   Do you think this needs to be fixed in Cucumber or we need to have some workaround?


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

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



[GitHub] [maven-surefire] mpkorstanje edited a comment on pull request #337: module java.base does not "opens java.util" to unnamed module @100fc185

Posted by GitBox <gi...@apache.org>.
mpkorstanje edited a comment on pull request #337:
URL: https://github.com/apache/maven-surefire/pull/337#issuecomment-785196696


   That was fixed in v3. I've made an MR to upgrade Cucumber to the latest versions: https://github.com/apache/maven-surefire/pull/338.
   
   I don't know if it will pass CI yet. :smile: 


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

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



[GitHub] [maven-surefire] asfgit closed pull request #337: module java.base does not "opens java.util" to unnamed module @100fc185

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #337:
URL: https://github.com/apache/maven-surefire/pull/337


   


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

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