Skip to content

1.14.1

Compare
Choose a tag to compare
@tkvangorder tkvangorder released this 19 Nov 01:05
· 586 commits to main since this release

What's Changed

  • Update with rewrite 7.33.0
  • Recipe: Migrate Jackson from javax to jakarta namespace #135
  • Recipe: Migrate ehcache dependencies from javax to jakarta namespace #140 550ca56
  • Recipe: Upgrade Lombok to accommodate newer Java versions #142
  • Recipe: Migrate Johnzon dependencies from javax to jakarta namespace #139
  • Recipe: Upgrade Rest Assured to a J2EE 9 compatible version 5d2b0e8
  • Recipe: org.openrewrite.java.migrate.javax.AddJaxwsRuntime renamed to com.openrewrite.java.migrate.jakarta.UpdateJawsRuntimeToJakartaEE8 #145
  • NoGuavaImmutable recipes generate the wrong template for primitives that require boxing. #137
  • NoGuava recipes can be more permissive about what changes they make #136
  • NoGuavaImmutable<X>Of recipes should handle J.NewArray. #138
  • AddJaxbRuntime (And likely AddJaxwsRuntime) are adding the same dependency multiple times. #145
  • Verify String.formatted() works on text blocks in Java 17 by @timtebeek in #131
  • XML Bind and similar deps should look for ..* pattern by @BoykoAlex in #144
  • Reverted recipe renaming in 1.14.0 to reduce breaking changes. 895a6a4 7558758

Full Changelog: v1.13.0...v1.14.1