-
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
Embedded version of Byte Buddy fails to recognize Java 10 #177
Labels
Comments
I suppose we must, although some of my other dependencies may need to upgrade as well; I'm not sure. It may not just be Byte Buddy. In the mean time, I'm still wrapping my head around Java 9 ;). |
Merged
simon04
pushed a commit
to JOSM/josm
that referenced
this issue
Nov 4, 2017
…s automatically in this case Workaround to jqno/equalsverifier#177 / raphw/byte-buddy#370 Inspired by https://issues.apache.org/jira/browse/SOLR-11606 git-svn-id: http://josm.openstreetmap.de/svn/trunk@13079 0c6e7542-c601-0410-84e7-c038aed88b3b
floscher
pushed a commit
to floscher/josm
that referenced
this issue
Nov 5, 2017
…s automatically in this case Workaround to jqno/equalsverifier#177 / raphw/byte-buddy#370 Inspired by https://issues.apache.org/jira/browse/SOLR-11606 git-svn-id: https://josm.openstreetmap.de/svn/trunk@13079 0c6e7542-c601-0410-84e7-c038aed88b3b
Is already fixed on master. Update version will come out some time this week. |
I just made a release for this (version 2.4). |
akhalikov
pushed a commit
to akhalikov/equalsverifier
that referenced
this issue
Nov 6, 2019
to add Java 10 compatibility (fix jqno#177)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What steps will reproduce the problem?
Run code with a project compiled with Java 10 EA build.
What is the code that triggers this problem?
Anything. All our tests using equalsverifier (53) are failing.
What error message or stack trace does EqualsVerifier give?
What did you expect?
Same behaviour as Java 9.
Which version of EqualsVerifier are you using?
2.3.3
Please provide any additional information below.
Embedded version of Byte Buddy is not up to date but I don't see any commit related to Java 10 yet, so probably we must ask to @raphw a new version :)
The text was updated successfully, but these errors were encountered: