The org.openrewrite.java.migrate.UpgradeToJava21 and org.openrewrite.java.migrate.util.SequencedCollection recipe was temporarily disabled in PR #18762 to keep the CI infrastructure split independent of code migration changes. This issue tracks the eventual re-enabling of that recipe.
here is what's needed to be done ->
-Uncomment the recipe in config/rewrite.yml
-Run the validation and review the resulting Java diffs
-Verify that the two new parallel CI jobs handle the migration without timing out
The
org.openrewrite.java.migrate.UpgradeToJava21andorg.openrewrite.java.migrate.util.SequencedCollectionrecipe was temporarily disabled in PR #18762 to keep the CI infrastructure split independent of code migration changes. This issue tracks the eventual re-enabling of that recipe.here is what's needed to be done ->
-Uncomment the recipe in config/rewrite.yml
-Run the validation and review the resulting Java diffs
-Verify that the two new parallel CI jobs handle the migration without timing out