-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EqualsVerifier seems to fail on java 16-ea #339
Comments
It seems to fail inside Byte Buddy according to the stack trace, although Byte Buddy version 1.10.14 should already have experimental support for Java 16. @raphw, would it make sense to raise a separate issue for Byte Buddy? |
@jqno I'd propose to add Java 16 to the CI configuration. If you agree, I can raise a PR about it. |
Should work with |
Thanks for the fast feedback @raphw! |
I already have a pipeline with |
I've switched over the weekly regression build to JDK 16. Just to try it out, I've added JDK 16 also to the on-push trigger job. It builds fine with the |
Setting Maybe it's a minor detail, but what do you think about excluding that property from the shading configuration? |
I wasn't aware that shading changes this setting. Yeah, I think it's a good idea to make sure that shading doesn't change that. Can you help me set that up? |
Sure, I'll play with it and raise a PR (I anyway wanted to do the same in AssertJ). |
Awesome, thanks! |
I've just released this in version 3.4.3. |
Thanks! |
It seems that version 3.4.3 is still not available on Maven Central. |
Oh, that's awkward. Looks like I made a mistake in the release procedure. It's fixed now, and should be syncing with Maven Central as we speak. Thanks for letting me know! |
I guess the search UI needs more time for the sync, but at least it's available here: https://repo.maven.apache.org/maven2/nl/jqno/equalsverifier/equalsverifier/3.4.3/. Thanks! |
EqualsVerifier tests on java 16-ea seem to fail:
Example test: https://github.com/joel-costigliola/assertj-core/blob/424805bafc451eebfaa32b79f0c3292b15bfc1af/src/test/java/org/assertj/core/api/recursive/comparison/FieldLocation_Test.java#L30-L35
Build run: https://github.com/joel-costigliola/assertj-core/runs/1023223509
The text was updated successfully, but these errors were encountered: