Releases: openrewrite/rewrite-spring
Releases · openrewrite/rewrite-spring
1.1.2
v1.1.2 Fix @RequestMapping migration when there is more than one annotation …
1.1.1
1.0.1
- Don't replace web annotation names that aren't camel cased. For example, leave
@PathVariable("my_id") int myId
, because replacing the parameter name withmy_id
is a non-idiomatic Java naming convention. - Don't attempt to alter or remove
@ModelAttribute
from method names.
1.0.0
GA release.
1.0.0-rc.3
- Upgrade to rewrite-core 2.0.0-rc.12.
- Java 8 compatibility.
1.0.0-rc.2
- Upgrade to rewrite core 2.0.0-rc.9.
- Packs with scannable profile YML.
1.0.0-rc.1
v1.0.0-rc.1 Remove XML migration work for now
v0.1.0
Add publishing credentials