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