-
Notifications
You must be signed in to change notification settings - Fork 0
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.testing.junit5.JUnit4to5Migration fails to migrate public TemporaryFolder folder = new TemporaryFolder(); #1
Comments
converts into
|
https://docs.openrewrite.org/recipes/java/testing/junit5/temporaryfoldertotempdir?q=TemporaryFolder it is supposed to use this receipe but not working |
Hello, did you add any other recipes & did you enable
Which is the expected migration from |
Nope.. even with latest rewrite version.. it gives I am using JDK 17.0.8 would that be an issue My build file
|
Gradle 8.3Build time: 2023-08-17 07:06:47 UTC Kotlin: 1.9.0 |
Also, this rewrite is not changing gradle dependencies from 4.x to 5.x, is that the expected behavior |
hmm, I can't reproduce your issue using the sample repository => As to your second question, that's an in-progress enhancement for Kotlin: openrewrite/rewrite#3291 |
The text was updated successfully, but these errors were encountered: