5.23.0
What's Changed
- [Auto] Spring Boot property migration recipes as of 2024-10-28T1118 by @github-actions in #611
- refactor: add @nullable to methods who may return null by @nielsdebruin in #610
- Replace @required on setters with @Autowired by @nielsdebruin in #612
- Migrate AuditorAware to an Optional<> for spring boot 1 to 2 migration by @Jenson3210 in #614
- Add new migration case of WebMvcConfigurer by @SiBorea in #616
- Add BeanMethodReturnNull recipe by @SiBorea in #617
- MigrateHandlerInterceptor recipe migrates too much by @jevanlingen in #622
- Add
unlessUsing
toRemoveDependency
to not break compilation by @timtebeek in #624
New Contributors
- @nielsdebruin made their first contribution in #610
- @SiBorea made their first contribution in #616
- @jevanlingen made their first contribution in #622
Full Changelog: v5.22.0...v5.23.0