-
Notifications
You must be signed in to change notification settings - Fork 137
[MRESOLVER-85] Cast ByteBuffer to Byte for JDK8 support #32
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do all ITs pass with Java 8 and 11?
...ver-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ChecksumCalculator.java
Show resolved
Hide resolved
|
||
script: | ||
- mvn verify | ||
- mvn -V -P+run-its clean verify |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+run-its
?
Explicit cast for compatibility with covariant return type on JDK 9's ByteBuffer
I don't have rights to push to maven-resolver branch to run in ASF Jenkins, but all test passed locally with Java 12. https://travis-ci.org/slachiewicz/maven-resolver/builds/519294192 |
This is wrong, you should be able to do so. Can you raise this on the dev list? |
run-its - i used the value from command line in latest Jenkins build log.
|
That's nonsense, look into the POM. There is no such profile. |
But you asked to run its :) here is profile.. |
Indeed, but the |
so all our builds should be wrong |
Resolve #826 |
1 similar comment
Resolve #826 |
No description provided.