8.7.3 Release (2023-10-10)

New Recipes

Removed Recipes

  • org.openrewrite.java.liberty.ChangeStringLiteral: Changes the value of a string literal.

  • org.openrewrite.java.migrate.JavaVersion20: Change maven.compiler.source and maven.compiler.target values to 20.

  • org.openrewrite.java.migrate.UpgradeToJava20: This recipe will apply changes commonly needed when migrating to Java 20. This recipe will also replace deprecated API with equivalents when there is a clear migration strategy. Build files will also be updated to use Java 20 as the target/source and plugins will be also be upgraded to versions that are compatible with Java 20.

  • org.openrewrite.maven.NormalizeMavenVariables: Variables are all referenced by the prefix project.. You may also see references with pom. as the prefix, or the prefix omitted entirely - these forms are now deprecated and should not be used.

Last updated