-
Notifications
You must be signed in to change notification settings - Fork 55
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
org.openrewrite.java.migrate.UpgradeToJava17 #373
Comments
Hmm can you provide a reproducer? I am seeing the imports get created in a couple of project I have run it on? |
Would also help to know what version you're using, and indeed ideally as a failing unit test, as per this example. Lines 34 to 57 in 2163f0f
Adding the annotation is directly above adding the annotation, so I wouldn't expect any issue. Lines 71 to 78 in 2163f0f
|
That's odd; and what version of Java are you running when you invoke that |
Issue with
org.openrewrite.staticanalysis.AddSerialAnnotationToSerialVersionUID
As a result of addressing
openrewrite/rewrite-migrate-java#96
@Serial
was added to anyserialVersionUID
field in Serializable classes.But the import was forgotten resulting in
The text was updated successfully, but these errors were encountered: