Releases: openrewrite/rewrite-spring
Releases · openrewrite/rewrite-spring
4.7.0
4.6.1
Enhancements:
- Updated with rewrite 7.8.1
- Updated with rewrite-testing-frameworks 1.7.1
4.6.0
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
4.4.0
4.3.0
4.2.0
Rewrite 7.3.0
4.1.2
- Fix package name of Spring Boot configuration migration recipes.