Skip to content

Releases: openrewrite/rewrite-spring

2.2.0

30 Sep 23:41

Choose a tag to compare

Update for compatibility with rewrite 5.4.0+

2.1.0

07 Sep 04:49

Choose a tag to compare

Enhancements

  • Use new resource types consistently (e.g. specs.openrewrite.org/v1beta/visitor) including a package prefix and upper camel cased name.
  • Repackage Spring Boot 2 migration visitors under org.openrewrite.spring.boot2.
  • Upgrade to rewrite 5.1.0.

2.0.1

18 Aug 03:22

Choose a tag to compare

v2.0.1

Change openrewrite.org/v1beta/ to specs.openrewrite.org/v1beta/, like…

2.0.0

17 Aug 23:09

Choose a tag to compare

Don't use this release, use 2.0.1 instead

This was mistakenly released with visitor and recipe having the type strings "openrewrite.org/v1beta" when it should have been "specs.openrewrite.org/v1beta"

See the rewrite-core release notes for changes

1.1.2

10 Aug 06:37

Choose a tag to compare

v1.1.2

Fix @RequestMapping migration when there is more than one annotation …

1.1.1

06 Aug 20:16

Choose a tag to compare

Depend on released versions, not snapshot versions

1.0.1

17 Jun 15:28
8ce19f9

Choose a tag to compare

  • Don't replace web annotation names that aren't camel cased. For example, leave @PathVariable("my_id") int myId, because replacing the parameter name with my_id is a non-idiomatic Java naming convention.
  • Don't attempt to alter or remove @ModelAttribute from method names.

1.0.0

16 Jun 20:52

Choose a tag to compare

GA release.

1.0.0-rc.3

16 Jun 18:22

Choose a tag to compare

1.0.0-rc.3 Pre-release
Pre-release
  • Upgrade to rewrite-core 2.0.0-rc.12.
  • Java 8 compatibility.

1.0.0-rc.2

08 Jun 18:00

Choose a tag to compare

1.0.0-rc.2 Pre-release
Pre-release
  • Upgrade to rewrite core 2.0.0-rc.9.
  • Packs with scannable profile YML.