Skip to content

Releases: openrewrite/rewrite-spring

4.7.0

16 Jul 16:49
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.9.0

Fixes:

  • NoAutowiredOnConstructor throws IllegalStateException #84
  • GetMapping import not always added #85

4.6.1

02 Jul 01:31
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.8.1
  • Updated with rewrite-testing-frameworks 1.7.1

4.6.0

30 Jun 05:18
7f228c1
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.8.0

Fixes:

  • ImplicitWebAnnotationNames will only remove parameter annotations if the name matches the parameter name. #77
  • Formatting issue when removing parameters cbd2b6e
  • UnnecessarySpringExtension will now remove the SpringExtension if a Spring Boot test slice annotation is present. #72
  • NoAutowiredAnnotation was too aggressive removing @Autowired #78
  • Fix import handling in NoRequestMapping 81af8e3
  • Remove unused RequestMethod imports after replacing @RequestMapping 5a41b7f
  • NoRequestMappingAnnotation does not add @GetMapping, etc. imports in every case #79
  • Adding UnnecessarySpringExtension to the Spring Boot 1 to 2 composite recipe and Spring Boot best practices. 2b93850

4.5.0

12 Jun 00:49
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.7.0

Fixes:

  • Remove 'BeanMethodsNotPublic' from SpringBoot2BestPractices for now until #70 is fixed 34a1f02
  • UpgradeDependencyVersion org.mockito option toVersion should be newVersion 354d65b

4.4.0

26 May 06:05
Compare
Choose a tag to compare

Enhancements:

  • Update with rewrite 7.6.0
  • Improve NoRequestAnnotationMapping recipe performance by using ThreadLocal JavaParser for the JavaTemplate. 9130987

4.3.0

11 May 01:18
Compare
Choose a tag to compare

Updated with rewrite 7.4.0

4.2.0

05 May 16:58
Compare
Choose a tag to compare

Rewrite 7.3.0

4.1.2

28 Apr 01:34
Compare
Choose a tag to compare
  • Fix package name of Spring Boot configuration migration recipes.

4.1.1

24 Apr 01:15
Compare
Choose a tag to compare
  • Fix package name typo which was leading to imports not being added by OutputCaptureExtension. (#46)

4.1.0

22 Apr 06:05
Compare
Choose a tag to compare
  • Updated with rewrite 7.2.1
  • Updated with rewrite-testing-frameworks 1.2.1
  • Attempt to address reported failure to add import by OutputCaptureExtension. (#46)