Skip to content

Commit 3582d7b

Browse files
committed
chore: changelog for 5.0.0
1 parent e2a39bd commit 3582d7b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,16 @@ Version 5.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
166166
* Move all controller-related code from "com.adobe.testing.s3mock" to "com.adobe.testing.s3mock.controller" package.
167167
* Remove Apache libraries like "commons-compress", "commons-codec" or "commons-lang3" from dependencies. Kotlin and Java standard library provide similar functionality.
168168
* Version updates (deliverable dependencies)
169-
* Bump Spring Boot version to 4.0.0
169+
* Bump Spring Boot version to 4.0.1
170170
* Bump Spring Framework version to 7.0.1
171-
* Bump java version from 17 to 25
172-
* Compile with Java 25, target Java 17
171+
* Bump Java version partially from 17 to 25
172+
* Compile with Java 25, target Java 17. [This follows Spring guidance](https://spring.io/blog/2025/11/13/spring-framework-7-0-general-availability)
173173
* Docker container runs Java 25
174174
* Bump TestContainers to 2.0.2
175+
* Bump kotlin.version from 2.2.21 to 2.3.0
176+
* Compile with Kotlin 2.3, target Kotlin 2.2. [This follows Spring guidance](https://spring.io/blog/2025/12/18/next-level-kotlin-support-in-spring-boot-4#kotlin-2-baseline)
175177
* Version updates (build dependencies)
176-
* Bump Maven to 4.0.0
178+
* Bump Maven to 4.0.0-rc5 (TODO: update to 4.0.0)
177179
* Bump org.apache.maven.plugins:maven-release-plugin from 3.3.0 to 3.3.1
178180
* Bump com.puppycrawl.tools:checkstyle from 12.2.0 to 12.3.0
179181
* Bump actions/upload-artifact from 5.0.0 to 6.0.0

0 commit comments

Comments
 (0)