Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): add spring 6 info to migration guide regarding jdk #1753

Merged
merged 3 commits into from
Mar 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/update/minor/722-to-723/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,6 @@ More information on how to do this can be found in the official [GraalVM documen

# Spring Framework Upgrade

Starting with version `7.23`, the `camunda-engine` artifact now uses Spring Framework 6 by default, replacing Spring 5 from previous releases.
Starting with version `7.23`, the `camunda-engine` artifact now uses Spring Framework 6 by default, replacing Spring 5 from previous releases.

Unlike previous versions, Spring 6 requires Java 17 or higher. If you need ot keep using Java 11, you will need to override the Spring version to keep using Spring 5.