Skip to content

Releases: openrewrite/rewrite-spring

6.5.1

10 Apr 16:59

Choose a tag to compare

What's Changed

Full Changelog: v6.5.0...v6.5.1

6.5.0

09 Apr 21:18

Choose a tag to compare

What's Changed

  • Add Recipe to migrate org.springframework.web.reactive.HandlerResult.setExceptionHandler method by @wapkch in #690
  • Add Recipe to migrate org.springframework.web.reactive.HandlerResult.hasExceptionHandler to getExceptionHandler() method by @wapkch in #693
  • Add Recipe to migrate org.springframework.util.Base64Utils to java.util.Base64 by @wapkch in #689
  • Update MSAL by @MBoegers in #695
  • Addresses part of Recipes to upgrade to Spring Framework 6.2 by @wapkch in #694
  • Add migration tests and recipes for Spring Batch by @qwtfps in #686
  • JDBC Query For long Replaced with Query For Object by @Kushank24 in #688

New Contributors

Full Changelog: v6.4.0...v6.5.0

6.4.0

27 Mar 20:46
ace3ff3

Choose a tag to compare

What's Changed

  • Add corner case of mockito on ListenableFuture by @SiBorea in #685
  • Limit UnnecessarySpringExtension when there's more than one by @timtebeek in #687

Full Changelog: v6.3.0...v6.4.0

6.3.0

11 Mar 21:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.1...v6.3.0

v6.2.1

27 Feb 04:33

Choose a tag to compare

What's Changed

  • Update with rewrite 8.47.3 and rewrite-logging-frameworks 3.3.0

Full Changelog: v6.2.0...v6.2.1

6.2.0

20 Feb 23:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.2.0

6.1.0

07 Feb 18:39

Choose a tag to compare

Full Changelog: v6.0.2...v6.1.0

6.0.2

24 Jan 18:44

Choose a tag to compare

What's Changed

  • Fix transitivity handling for commons-codec:commons-codec in Spring Boot Update 3.2 by @MBoegers in #671

New Contributors

Full Changelog: v6.0.1...v6.0.2

v6.0.1

17 Jan 12:20
6848a7f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.0.1

6.0.0

10 Jan 18:10
b121b80

Choose a tag to compare

What's Changed

  • Add suppression for packaged mongo jar (not on runtime classpath) by @pstreef in #651
  • Keep annotations for merged classes for WebSecurityConfigurerAdapter recipe (Spring Security 5.4) by @jevanlingen in #652
  • Replace Assert.notEmpty(Collection collection) with Assert.notEmpty(Collection collection, String) by @EricleeCrystal in #653
  • Updating Suppressions by @lkerford in #656
  • Recipe to migrate @RequestMapping over a FeignClient interface to @FeignClient path attribute by @wapkch in #661

New Contributors

Full Changelog: v5.25.0...v6.0.0