v2.1.1
What's Changed
- Update with rewrite 8.7.1
- Limit scanRuntimeClasspath to combat OutOfMemoryErrors by @timtebeek in #292
- Added ApacheCommonsFileUtils WriteStringToFile Refaster templates by @AlekSimpson in #278
- Rewrite
Stream.collect(Collectors.toUnmodifiableList())
toStream.toList()
by @Laurens-W in #293 javax.security.cert
,LogRecord.getLongThreadID
, andcom.sun.net.ssl.internal.ssl.Provider
migration recipes by @cjobinabo in #290- Completes LogRecord.getLongThreadID recipe by @cjobinabo in #295
- Added jre17AgentMainPreMainPublic recipes by @cjobinabo in #296
- Allow migrations to Java 21 by @timtebeek in #297
- Adding WsWsocServerContainerDeprecationRecipe by @ranuradh in #298
- Add PreferJavaUtilObjectsRequireNonNullElse recipe for Java 11 by @josephw in #301
- Added 4 new Java 11 recipes by @cjobinabo in #300
- J2ee10 - remove_parm soap_element_factory recipes by @ranuradh in #303
- Add recipe descriptors to ApacheCommonsStringUtils by @timtebeek in #307
- Convert
SequencedCollection.iterator().next()
togetFirst()
by @timtebeek in #299 - Recipe descriptors part deux by @timtebeek in #308
New Contributors
- @Laurens-W made their first contribution in #293
- @cjobinabo made their first contribution in #290
- @ranuradh made their first contribution in #298
- @josephw made their first contribution in #301
Full Changelog: v2.1.0...v2.1.1