8.13.4 release (2024-01-16)
info
This changelog only shows what recipes have been added, removed, or changed. OpenRewrite may do releases that do not include these types of changes. To see these changes, please go to the releases page.
New Recipes
- org.openrewrite.java.migrate.guava.PreferJavaStringJoin: Replaces supported calls to
com.google.common.base.Joiner#join()
withjava.lang.String#join()
. - org.openrewrite.java.recipes.MissingOptionExample: Find
@Option
annotations that are missingexample
values for documentation. - org.openrewrite.micrometer.dropwizard.FindDropwizardMetrics: Find uses of Dropwizard metrics that could be converted to a more modern metrics instrumentation library.