module java.base does not "opens java.util.concurrent.atomic" to unnamed module #817
-
Hello there, I have a test using EqualsVerifier (thanks so much for this library and for keeping it up to date!) which runs fine on Java 8 and Java 11 but fails on Java 17 with an error like so: `[ERROR] GapCoverageSpecification.Good POJOs:64 Condition failed with Exception: TestHelperRoutines.goodPojo(DecisionV1, true) This is using version |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
Thanks for the kind words! It's probably a field from the Java APIs that you use in your class that I haven't added a prefab value for yet. Can you show me your DecisionV1 class? |
Beta Was this translation helpful? Give feedback.
-
Would I be looking for values used in non-private getters and setters for the class and its parent classes? |
Beta Was this translation helpful? Give feedback.
-
Ah, this might be the culprit |
Beta Was this translation helpful? Give feedback.
-
No rush, rather do it the way you think is best. We can wait a few days as we have a workaround in place. Thanks for looking into this so quickly. Let me know if you want me to create an issue for it. |
Beta Was this translation helpful? Give feedback.
-
I've just released version 3.14.2, which should solve this. |
Beta Was this translation helpful? Give feedback.
I've just released version 3.14.2, which should solve this.