-
Notifications
You must be signed in to change notification settings - Fork 46
Upgrade OpenRewrite Templating 1.25.1 -> 1.26.1 #1644
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
Suggested commit message:
|
Looks good. No mutations were possible for these changes. |
2 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
Lines 171 to 186 in bedf588
|
Interestingly, this only happens when
That second warning looks wrong, and seems to hint at generic type erasure (?). I also see that ~each warning is emitted twice. 🤔 I may not have time for a deep-dive in the coming days; @timtebeek do you guys plan to have a look? |
You're fine to skip this particular version; @fmodesto is still working through his branch of this project, which is likely to result in another release: https://github.com/fmodesto/error-prone-support/tree/openrewrite |
612be78
to
c52c18e
Compare
Looks good. No mutations were possible for these changes. |
1 similar comment
Looks good. No mutations were possible for these changes. |
c52c18e
to
80c5c4c
Compare
Looks good. No mutations were possible for these changes. |
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.
Way more recipes are generated now 🚀. Based on the very crude find . -path "*target/classes/*Recipes*Recipe*class" | wc -l
, we went from 896 to 1682 🚀 🚀 🚀 📈
That's great! I believe there were still some issues with matching the new generic recipes, but the interface has likely stabilized already. We'll keep an eye on this, thanks! |
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.
🔢
80c5c4c
to
2f8ec5c
Compare
Looks good. No mutations were possible for these changes. |
|
This PR contains the following updates:
1.25.1
->1.26.1
1.25.1
->1.26.1
Release Notes
openrewrite/rewrite-templating (OpenRewrite Templating)
v1.26.1
Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-templating@v1.26.0...v1.26.1
v1.26.0
Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-templating@v1.25.1...v1.26.0