Skip to content

Commit

Permalink
8.13.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-solomon committed Jan 16, 2024
1 parent 821ab47 commit 5244f97
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 39 deletions.
12 changes: 12 additions & 0 deletions src/main/resources/CHANGELOG-2024-01-16.md
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.
Loading

0 comments on commit 5244f97

Please sign in to comment.