-
Notifications
You must be signed in to change notification settings - Fork 82
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
Run on Java toolchain 21 #337
Conversation
Mostly to flush out issues with the build
As discussed one on one; copied here for future follow up
|
src/test/java/org/openrewrite/java/migrate/util/SequencedCollectionTest.java
Outdated
Show resolved
Hide resolved
@sambsnyd We're now instead getting this stacktrace on anything that tries to open classpath resource jars:
I'm going to guess and say that's progress, but don't yet know what we'd need now. :) |
There's quite some fixes in this branch that can already be merged, as those tests are only run on Java 21: Then when run here they lead to less to debug and fix; likely only the classpath resource jar issues |
Wondering if there might have been any relation to this reported issue & fix: |
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.
Some suggestions could not be made:
- src/test/java/org/openrewrite/java/migrate/maven/UpdateMavenProjectPropertyJavaVersionTest.java
- lines 172-172
Closing for now as there's no immediate fix expected in this repository. |
* Use Java 21 toolchain for rewrite-migrate-java Replaces #337 * Restore original import
Mostly to flush out issues with the build, and to be able to add new
SequencedCollection
recipes for getFirst, getLast & addFirst.