2.30.0
What's Changed
- Fix
var
migration of variables initialized by static methods by @MBoegers in #609 - Add
lombok-mapstruct-binding
during Java 17 migration when both lombok and mapstruct are used by @Laurens-W in #610 - Include
lombok-mapstruct-binding
for maven by @Laurens-W in #611 - Replace
ArrayStoreException
withTypeNotPresentException
in try/catch usingClass.getAnnotation()
by @BhavanaPidapa in #613 - Joda-Time to Java time: Add support for Method Parameter Migration by @amishra-u in #605
- Do not convert return types in NoGuavaJava21 by default by @BramliAK in #601
- Include migrating ParametersAreNonnullByDefault by @bwijsmuller in #596
Full Changelog: v2.29.1...v2.30.0