Skip to content

4.6.0

Compare
Choose a tag to compare
@tkvangorder tkvangorder released this 30 Jun 05:18
· 886 commits to main since this release
7f228c1

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