Prefer the Java standard library instead of Apache Commons
Recipe ID
org.openrewrite.apache.commons.PreferJavaStandardLibraryArtifact
org.openrewrite.recipe:rewrite-apachePrefer the Java standard library instead of Apache Commons. These recipes replace various Apache Commons utilities with their JDK equivalents, where available in Java 11+.
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.apache.commons.PreferJavaStandardLibraryIf the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-apache:2.29.0Definition
This recipe runs the following recipes in order.
- Prefer
java.util.Base64org.openrewrite.apache.commons.codec.ApacheBase64ToJavaBase64 ApacheCommonsFileUtilsRefaster recipesorg.openrewrite.apache.commons.io.ApacheCommonsFileUtilsRecipes- Prefer
java.nio.file.Filesorg.openrewrite.apache.commons.io.ApacheFileUtilsToJavaFiles - Prefer
java.nio.charset.StandardCharsetsorg.openrewrite.apache.commons.io.UseStandardCharsets - Prefer
System.lineSeparator()org.openrewrite.apache.commons.io.UseSystemLineSeparator ApacheCommonsStringUtilsRefaster recipesorg.openrewrite.apache.commons.lang.ApacheCommonsStringUtilsRecipes- Replace StringUtils#defaultIfBlank(String, String) with JDK equivalent
org.openrewrite.apache.commons.lang.DefaultIfBlankToJdk - Replace any StringUtils#isBlank(String) and #isNotBlank(String)
org.openrewrite.apache.commons.lang.IsBlankToJdk - Replace any StringUtils#isEmpty(String) and #isNotEmpty(String)
org.openrewrite.apache.commons.lang.IsNotEmptyToJdk - Prefer
java.nio.charset.StandardCharsetsorg.openrewrite.apache.commons.lang3.UseStandardCharsets
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats