Skip to content

Commit

Permalink
Disable JavaUtilAPIs in Java8toJava11 over null safety (#253)
Browse files Browse the repository at this point in the history
Due to #250
  • Loading branch information
timtebeek authored Jul 7, 2023
1 parent e0e5b9d commit c29537c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/rewrite/java-version-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ recipeList:
- org.openrewrite.java.migrate.wro4j.UpgradeWro4jMavenPluginVersion
- org.openrewrite.java.migrate.jacoco.UpgradeJaCoCoMavenPluginVersion
- org.openrewrite.java.migrate.JavaVersion11
- org.openrewrite.java.migrate.util.JavaUtilAPIs
# Disabled due to null safety issues in the current implementation
# https://github.com/openrewrite/rewrite-migrate-java/issues/250
# - org.openrewrite.java.migrate.util.JavaUtilAPIs
- org.openrewrite.java.migrate.util.OptionalNotPresentToIsEmpty
- org.openrewrite.java.migrate.util.OptionalNotEmptyToIsPresent
- org.openrewrite.github.SetupJavaUpgradeJavaVersion:
Expand Down

0 comments on commit c29537c

Please sign in to comment.