Skip to content

Commit 1fa7644

Browse files
committed
[Auto] Latest versions as of 2026-01-21T1824
1 parent 6fab0b1 commit 1fa7644

File tree

4,655 files changed

+4655
-4655
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,655 files changed

+4655
-4655
lines changed

docs/recipes/ai/timefold/solver/migration/changeversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _Replaces the version of Timefold_
1313

1414
## Recipe source
1515

16-
[GitHub](https://github.com/search?type=code&q=ai.timefold.solver.migration.ChangeVersion),
16+
[GitHub: ChangeVersion.yml](https://github.com/search?type=code&q=ai.timefold.solver.migration.ChangeVersion),
1717
[Issue Tracker](https://github.com/openrewrite/rewrite-third-party/issues),
1818
[Maven Central](https://central.sonatype.com/artifact/org.openrewrite.recipe/rewrite-third-party/)
1919

docs/recipes/ai/timefold/solver/migration/fromoptaplannertotimefoldsolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _Replaces your method/field calls, GAVs, etc. To replace deprecated methods too,
1313

1414
## Recipe source
1515

16-
[GitHub](https://github.com/search?type=code&q=ai.timefold.solver.migration.FromOptaPlannerToTimefoldSolver),
16+
[GitHub: FromOptaPlannerToTimefoldSolver.yml](https://github.com/search?type=code&q=ai.timefold.solver.migration.FromOptaPlannerToTimefoldSolver),
1717
[Issue Tracker](https://github.com/openrewrite/rewrite-third-party/issues),
1818
[Maven Central](https://central.sonatype.com/artifact/org.openrewrite.recipe/rewrite-third-party/)
1919

docs/recipes/ai/timefold/solver/migration/tolatest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _Replace all your calls to deleted/deprecated types and methods of Timefold Solv
1313

1414
## Recipe source
1515

16-
[GitHub](https://github.com/search?type=code&q=ai.timefold.solver.migration.ToLatest),
16+
[GitHub: ToLatest.yml](https://github.com/search?type=code&q=ai.timefold.solver.migration.ToLatest),
1717
[Issue Tracker](https://github.com/openrewrite/rewrite-third-party/issues),
1818
[Maven Central](https://central.sonatype.com/artifact/org.openrewrite.recipe/rewrite-third-party/)
1919

docs/recipes/analysis/controlflow/controlflowvisualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _Visualize the control flow of a Java program._
1313

1414
## Recipe source
1515

16-
[GitHub](https://github.com/openrewrite/rewrite-analysis/blob/main/src/main/java/org/openrewrite/analysis/controlflow/ControlFlowVisualization.java),
16+
[GitHub: rewrite-analysis-2.31.2.jar](https://github.com/openrewrite/rewrite-analysis/blob/main/src/main/java/org/openrewrite/analysis/controlflow/ControlFlowVisualization.java),
1717
[Issue Tracker](https://github.com/openrewrite/rewrite-analysis/issues),
1818
[Maven Central](https://central.sonatype.com/artifact/org.openrewrite.meta/rewrite-analysis/)
1919

docs/recipes/analysis/search/findflowbetweenmethods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _Takes two patterns for the start/end methods to find flow between._
1313

1414
## Recipe source
1515

16-
[GitHub](https://github.com/openrewrite/rewrite-analysis/blob/main/src/main/java/org/openrewrite/analysis/search/FindFlowBetweenMethods.java),
16+
[GitHub: rewrite-analysis-2.31.2.jar](https://github.com/openrewrite/rewrite-analysis/blob/main/src/main/java/org/openrewrite/analysis/search/FindFlowBetweenMethods.java),
1717
[Issue Tracker](https://github.com/openrewrite/rewrite-analysis/issues),
1818
[Maven Central](https://central.sonatype.com/artifact/org.openrewrite.meta/rewrite-analysis/)
1919

docs/recipes/analysis/search/findmethods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _Find method usages by pattern._
1313

1414
## Recipe source
1515

16-
[GitHub](https://github.com/openrewrite/rewrite-analysis/blob/main/src/main/java/org/openrewrite/analysis/search/FindMethods.java),
16+
[GitHub: rewrite-analysis-2.31.2.jar](https://github.com/openrewrite/rewrite-analysis/blob/main/src/main/java/org/openrewrite/analysis/search/FindMethods.java),
1717
[Issue Tracker](https://github.com/openrewrite/rewrite-analysis/issues),
1818
[Maven Central](https://central.sonatype.com/artifact/org.openrewrite.meta/rewrite-analysis/)
1919

docs/recipes/analysis/search/uricreatedwithhttpscheme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _This is a sample recipe demonstrating a simple application of local data flow a
1313

1414
## Recipe source
1515

16-
[GitHub](https://github.com/openrewrite/rewrite-analysis/blob/main/src/main/java/org/openrewrite/analysis/search/UriCreatedWithHttpScheme.java),
16+
[GitHub: rewrite-analysis-2.31.2.jar](https://github.com/openrewrite/rewrite-analysis/blob/main/src/main/java/org/openrewrite/analysis/search/UriCreatedWithHttpScheme.java),
1717
[Issue Tracker](https://github.com/openrewrite/rewrite-analysis/issues),
1818
[Maven Central](https://central.sonatype.com/artifact/org.openrewrite.meta/rewrite-analysis/)
1919

docs/recipes/apache/commons/codec/apachebase64tojavabase64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _Prefer the Java standard library's `java.util.Base64` over third-party usage of
1818

1919
## Recipe source
2020

21-
[GitHub](https://github.com/openrewrite/rewrite-apache/blob/main/src/main/java/org/openrewrite/apache/commons/codec/ApacheBase64ToJavaBase64.java),
21+
[GitHub: rewrite-apache-2.21.0.jar](https://github.com/openrewrite/rewrite-apache/blob/main/src/main/java/org/openrewrite/apache/commons/codec/ApacheBase64ToJavaBase64.java),
2222
[Issue Tracker](https://github.com/openrewrite/rewrite-apache/issues),
2323
[Maven Central](https://central.sonatype.com/artifact/org.openrewrite.recipe/rewrite-apache/)
2424

docs/recipes/apache/commons/collections/upgradeapachecommonscollections_3_4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _Migrate applications to the latest Apache Commons Collections 4.x release. This
1919

2020
## Recipe source
2121

22-
[GitHub](https://github.com/openrewrite/rewrite-apache/blob/main/src/main/resources/META-INF/rewrite/apache-commons-collections-3-4.yml),
22+
[GitHub: apache-commons-collections-3-4.yml](https://github.com/openrewrite/rewrite-apache/blob/main/src/main/resources/META-INF/rewrite/apache-commons-collections-3-4.yml),
2323
[Issue Tracker](https://github.com/openrewrite/rewrite-apache/issues),
2424
[Maven Central](https://central.sonatype.com/artifact/org.openrewrite.recipe/rewrite-apache/)
2525

docs/recipes/apache/commons/io/apachecommonsfileutilsrecipes$getfilerecipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _Replace Apache Commons `FileUtils.getFile(String... name)` with JDK provided AP
1313

1414
## Recipe source
1515

16-
[GitHub](https://github.com/openrewrite/rewrite-apache/blob/main/src/main/java/org/openrewrite/apache/commons/io/ApacheCommonsFileUtils.java),
16+
[GitHub: rewrite-apache-2.21.0.jar](https://github.com/openrewrite/rewrite-apache/blob/main/src/main/java/org/openrewrite/apache/commons/io/ApacheCommonsFileUtils.java),
1717
[Issue Tracker](https://github.com/openrewrite/rewrite-apache/issues),
1818
[Maven Central](https://central.sonatype.com/artifact/org.openrewrite.recipe/rewrite-apache/)
1919

0 commit comments

Comments
 (0)