From 84d824510100e8c2e791d266708e7d4c953172bc Mon Sep 17 00:00:00 2001 From: Marco Geweke Date: Wed, 18 Dec 2024 22:23:05 +0100 Subject: [PATCH] Preparation of 3.4.0 release Co-authored-by: Marco Geweke --- CHANGELOG.md | 6 ++++++ README.md | 2 ++ build.gradle | 4 +++- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 128511be..186c6041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes +## 3.4.0 + +* **[all]**: Update to Spring Boot 3.4.0 + + * See https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes for an upgrade guide + ## 3.3.3 * **[edison-validation]**: Add annotation `@UrlParameterEntity` to mark classes that are used to hold request diff --git a/README.md b/README.md index 93e9e673..08aa4439 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ It's purpose is to provide a common implementation for cross-cutting requirement This project maintains its roadmap with [issues](https://github.com/otto-de/edison-microservice/issues) and [milestones](https://github.com/otto-de/edison-microservice/milestones). +**3.4.x**: Edison Microservices for Spring Boot 3.4.x ✔ - Compatible with Java 17 and greater + **3.3.x**: Edison Microservices for Spring Boot 3.3.x ✔ - Compatible with Java 17 and greater **2.7.x (EOL)**: Edison Microservices for Spring Boot 2.7.x ✔ - Compatible with Java 11 and greater - End of Life, not updated any more diff --git a/build.gradle b/build.gradle index d00aac3c..95bb70f2 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,9 @@ plugins { // // Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases // Publish artifacts to sonatype by executing the release.sh script. Don't publish packages to github. -def edison_version = "3.3.4-SNAPSHOT" +// +// +def edison_version = "3.4.0-SNAPSHOT" // // //