-
Notifications
You must be signed in to change notification settings - Fork 80
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
feat: Missing "Add explicit Common Annotations dependencies" in "Migrate to Java 11" #456
feat: Missing "Add explicit Common Annotations dependencies" in "Migrate to Java 11" #456
Conversation
src/test/java/org/openrewrite/java/migrate/javax/AddCommonAnnotationsDependenciesTest.java
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
src/main/resources/META-INF/rewrite/add-common-annotations-dependencies.yml
Outdated
Show resolved
Hide resolved
src/main/resources/META-INF/rewrite/add-common-annotations-dependencies.yml
Outdated
Show resolved
Hide resolved
src/test/java/org/openrewrite/java/migrate/javax/AddCommonAnnotationsDependenciesTest.java
Outdated
Show resolved
Hide resolved
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.
Thanks a lot for adding this earlier omission; opening it in my IDE I could see the patterns you replicated that weren't immediately clear to me looking at the diff only. Great to see you took the time to implement this in a similar fashion to fit in with earlier approaches.
I've applied a few minor touch ups that I'll try to codify into automated checks going forward.
Great ! |
Fixes #455