-
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
d854d5b
commit 43563f2
Showing
5 changed files
with
54 additions
and
14 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,16 @@ | ||
# 8.9.6 release (2023-11-22) | ||
|
||
## New Recipes | ||
|
||
* [org.openrewrite.java.ChangeAnnotationAttributeName](https://docs.openrewrite.org/recipes/java/changeannotationattributename): Some annotations accept arguments. This recipe renames an existing attribute. | ||
|
||
## Changed Recipes | ||
|
||
* [org.openrewrite.maven.search.ParentPomInsight](https://docs.openrewrite.org/recipes/maven/search/parentpominsight) was changed: | ||
* Old Options: | ||
* `artifactIdPattern: { type: String, required: true }` | ||
* `groupIdPattern: { type: String, required: true }` | ||
* New Options: | ||
* `artifactIdPattern: { type: String, required: true }` | ||
* `groupIdPattern: { type: String, required: true }` | ||
* `version: { type: String, required: false }` |
File renamed without changes.
File renamed without changes.
7 changes: 6 additions & 1 deletion
7
src/main/resources/CHANGELOG-2023-11-21.md → ...es/old-changelogs/CHANGELOG-2023-11-21.md
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 |
---|---|---|
@@ -1,8 +1,13 @@ | ||
# X.XX.X release (2023-11-21) | ||
# 8.9.5 release (2023-11-21) | ||
|
||
## New Artifacts | ||
* rewrite-launchdarkly | ||
|
||
## New Recipes | ||
|
||
* [org.openrewrite.java.spring.boot3.EnableVirtualThreads](https://docs.openrewrite.org/recipes/java/spring/boot3/enablevirtualthreads): Set `spring.threads.virtual.enabled` to `true` in `application.properties` or `application.yml`. | ||
* [org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_2](https://docs.openrewrite.org/recipes/java/spring/boot3/upgradespringboot_3_2): Migrate applications to the latest Spring Boot 3.2 release. This recipe will modify an application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data, etc) that are required as part of the migration to Spring Boot 3.1. | ||
* [org.openrewrite.java.spring.security6.UpgradeSpringSecurity_6_2](https://docs.openrewrite.org/recipes/java/spring/security6/upgradespringsecurity_6_2): Migrate applications to the latest Spring Security 6.2 release. This recipe will modify an application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have changes between versions. | ||
* [org.openrewrite.launchdarkly.UpgradeLaunchDarkly6](https://docs.openrewrite.org/recipes/launchdarkly/upgradelaunchdarkly6): This recipe will apply changes commonly needed when migrating to LaunchDarkly 6.x. | ||
* [org.openrewrite.launchdarkly.UpgradeLaunchDarkly6Dependencies](https://docs.openrewrite.org/recipes/launchdarkly/upgradelaunchdarkly6dependencies): Migrate LaunchDarkly dependencies to 6.x. | ||
|
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