Skip to content

Releases: openrewrite/rewrite-spring

4.0.0-rc.1

05 Mar 21:06
f39fb80
Compare
Choose a tag to compare
4.0.0-rc.1 Pre-release
Pre-release

bump to rewrite-7.x

3.0.1

24 Nov 18:50
Compare
Choose a tag to compare

Upgrade to Rewrite 6.0.1

3.0.0

24 Nov 03:39
Compare
Choose a tag to compare

Upgrade to Rewrite 6.0.0

2.3.1

30 Oct 23:55
Compare
Choose a tag to compare

Fix #11 NoRequestMappingAnnotation produces broken annotations when there are multiple values
fix #12 ImplicitWebAnnotationNames ClassCastException:. J.Ident cannot be cast to J.Literal

2.3.0

22 Oct 19:52
Compare
Choose a tag to compare

Attempting to move to new org.openrewrite.recipe groupId

2.2.0

30 Sep 23:41
Compare
Choose a tag to compare

Update for compatibility with rewrite 5.4.0+

2.1.0

07 Sep 04:49
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v1.1.2

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