What's Changed
- Add suppression for packaged mongo jar (not on runtime classpath) by @pstreef in #651
- Keep annotations for merged classes for WebSecurityConfigurerAdapter recipe (Spring Security 5.4) by @jevanlingen in #652
- Replace Assert.notEmpty(Collection collection) with Assert.notEmpty(Collection collection, String) by @EricleeCrystal in #653
- Updating Suppressions by @lkerford in #656
- Recipe to migrate
@RequestMapping
over aFeignClient
interface to@FeignClient
path attribute by @wapkch in #661
New Contributors
- @EricleeCrystal made their first contribution in #653
- @lkerford made their first contribution in #656
- @wapkch made their first contribution in #661
Full Changelog: v5.25.0...v6.0.0