From 416c73daa89ffa4e19848cb7fb7047f3c23139e7 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 28 Oct 2024 12:37:12 +0100 Subject: [PATCH] Created Spring Framework 7.0 Release Notes (markdown) --- Spring-Framework-7.0-Release-Notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Spring-Framework-7.0-Release-Notes.md diff --git a/Spring-Framework-7.0-Release-Notes.md b/Spring-Framework-7.0-Release-Notes.md new file mode 100644 index 0000000..afc1fa5 --- /dev/null +++ b/Spring-Framework-7.0-Release-Notes.md @@ -0,0 +1,17 @@ +_This is a preview of the Spring Framework 7.0 release, scheduled for November 2025._ + +## Upgrading From Spring Framework 6.2 + +### Baseline upgrades + +Spring Framework 7.0 does not change the JDK baseline, expecting a JDK 17-27 compatibility range. +This new generation raises its minimum requirements with the following libraries: + +* Jakarta EE 11 + + +### Removed APIs + + + +## New and Noteworthy \ No newline at end of file