diff --git a/SUMMARY.md b/SUMMARY.md index 66a8622b77..7f892c4f6f 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1519,6 +1519,7 @@ * [Find YAML entries](reference/recipes/yaml/search/findkey.md) * [Find YAML properties](reference/recipes/yaml/search/findproperty.md) * [Changelog](changelog/changelog.md) + * [8.9.5 Release (2023-11-21)](/changelog/8-9-5-Release.md) * [8.9.0 Release (2023-11-13)](changelog/8-9-0-Release.md) * [8.8.4 Release (2023-11-07)](changelog/8-8-4-Release.md) * [8.8.3 Release (2023-10-31)](changelog/8-8-3-Release.md) diff --git a/changelog/8-9-5-Release.md b/changelog/8-9-5-Release.md new file mode 100644 index 0000000000..b2718be1dd --- /dev/null +++ b/changelog/8-9-5-Release.md @@ -0,0 +1,13 @@ +# 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. + diff --git a/changelog/changelog.md b/changelog/changelog.md index 47ac730bff..539c5eabb1 100644 --- a/changelog/changelog.md +++ b/changelog/changelog.md @@ -1,5 +1,6 @@ # Changelog +* [8.9.5 Release (2023-11-21)](/changelog/8-9-5-Release.md) * [8.9.0 Release (2023-11-13)](/changelog/8-9-0-Release.md) * [8.8.4 Release (2023-11-07)](/changelog/8-8-4-Release.md) * [8.8.3 Release (2023-10-31)](/changelog/8-8-3-Release.md)