-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
821ab47
commit 5244f97
Showing
4 changed files
with
75 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 8.13.4 release (2024-01-16) | ||
|
||
{% hint style="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](https://github.com/openrewrite/rewrite/releases). | ||
{% endhint %} | ||
|
||
## New Recipes | ||
|
||
* [org.openrewrite.java.migrate.guava.PreferJavaStringJoin](https://docs.openrewrite.org/recipes/java/migrate/guava/preferjavastringjoin): Replaces supported calls to `com.google.common.base.Joiner#join()` with `java.lang.String#join()`. | ||
* [org.openrewrite.java.recipes.MissingOptionExample](https://docs.openrewrite.org/recipes/java/recipes/missingoptionexample): Find `@Option` annotations that are missing `example` values for documentation. | ||
* [org.openrewrite.micrometer.dropwizard.FindDropwizardMetrics](https://docs.openrewrite.org/recipes/micrometer/dropwizard/finddropwizardmetrics): Find uses of Dropwizard metrics that could be converted to a more modern metrics instrumentation library. | ||
|
File renamed without changes.
File renamed without changes.
Oops, something went wrong.