Skip to content

Releases: openrewrite/rewrite-spring

1.1.2

10 Aug 06:37
Compare
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
Compare
Choose a tag to compare

Depend on released versions, not snapshot versions

1.0.1

17 Jun 15:28
8ce19f9
Compare
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
Compare
Choose a tag to compare

GA release.

1.0.0-rc.3

16 Jun 18:22
Compare
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
Compare
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.

1.0.0-rc.1

05 Jun 18:08
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release
v1.0.0-rc.1

Remove XML migration work for now

v0.1.0

23 May 20:33
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Add publishing credentials