-
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
4b4a625
commit f397c7e
Showing
6 changed files
with
89 additions
and
19 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,48 @@ | ||
# 8.23.1 release (2024-04-05) | ||
|
||
{% 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.apache.commons.collections.UpgradeApacheCommonsCollections_3_4](https://docs.openrewrite.org/recipes/apache/commons/collections/upgradeapachecommonscollections_3_4): Migrate applications to the latest Apache Commons Collections 4.x release. This recipe modifies application's build files, make changes to deprecated/preferred APIs, and migrates configuration settings that have changes between versions. | ||
* [org.openrewrite.apache.commons.lang.UpgradeApacheCommonsLang_2_3](https://docs.openrewrite.org/recipes/apache/commons/lang/upgradeapachecommonslang_2_3): Migrate applications to the latest Apache Commons Lang 3.x release. This recipe modifies application's build files, make changes to deprecated/preferred APIs, and migrates configuration settings that have changes between versions. | ||
* [org.openrewrite.apache.commons.math.UpgradeApacheCommonsMath_2_3](https://docs.openrewrite.org/recipes/apache/commons/math/upgradeapachecommonsmath_2_3): Migrate applications to the latest Apache Commons Math 3.x release. This recipe modifies application's build files, make changes to deprecated/preferred APIs, and migrates configuration settings that have changes between versions. | ||
|
||
## Changed Recipes | ||
|
||
* [org.openrewrite.maven.ChangeParentPom](https://docs.openrewrite.org/recipes/maven/changeparentpom) was changed: | ||
* Old Options: | ||
* `allowVersionDowngrades: { type: Boolean, required: false }` | ||
* `newArtifactId: { type: String, required: false }` | ||
* `newGroupId: { type: String, required: false }` | ||
* `newRelativePath: { type: String, required: false }` | ||
* `newVersion: { type: String, required: true }` | ||
* `oldArtifactId: { type: String, required: true }` | ||
* `oldGroupId: { type: String, required: true }` | ||
* `oldRelativePath: { type: String, required: false }` | ||
* `retainVersions: { type: List, required: false }` | ||
* `versionPattern: { type: String, required: false }` | ||
* New Options: | ||
* `allowVersionDowngrades: { type: Boolean, required: false }` | ||
* `newArtifactId: { type: String, required: false }` | ||
* `newGroupId: { type: String, required: false }` | ||
* `newRelativePath: { type: String, required: false }` | ||
* `newVersion: { type: String, required: true }` | ||
* `oldArtifactId: { type: String, required: true }` | ||
* `oldGroupId: { type: String, required: true }` | ||
* `oldRelativePath: { type: String, required: false }` | ||
* `versionPattern: { type: String, required: false }` | ||
* [org.openrewrite.maven.UpgradeParentVersion](https://docs.openrewrite.org/recipes/maven/upgradeparentversion) was changed: | ||
* Old Options: | ||
* `artifactId: { type: String, required: true }` | ||
* `groupId: { type: String, required: true }` | ||
* `newVersion: { type: String, required: true }` | ||
* `retainVersions: { type: List, required: false }` | ||
* `versionPattern: { type: String, required: false }` | ||
* New Options: | ||
* `artifactId: { type: String, required: true }` | ||
* `groupId: { type: String, required: true }` | ||
* `newVersion: { type: String, required: true }` | ||
* `versionPattern: { type: String, required: false }` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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