Skip to content

Commit

Permalink
Add 8.9.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-solomon committed Nov 22, 2023
1 parent ad48aba commit 6eff0f6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
13 changes: 13 additions & 0 deletions changelog/8-9-5-Release.md
Original file line number Diff line number Diff line change
@@ -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.

1 change: 1 addition & 0 deletions changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 6eff0f6

Please sign in to comment.