You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,22 +166,30 @@ Version 5.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
166
166
* Move all controller-related code from "com.adobe.testing.s3mock" to "com.adobe.testing.s3mock.controller" package.
167
167
* Remove Apache libraries like "commons-compress", "commons-codec" or "commons-lang3" from dependencies. Kotlin and Java standard library provide similar functionality.
168
168
* Version updates (deliverable dependencies)
169
-
* Bump Spring Boot version to 4.0.1
170
-
* Bump Spring Framework version to 7.0.1
171
-
* Bump Java version partially from 17 to 25
169
+
* Bump spring-boot.version from 3.5.8 to 4.0.2
170
+
* Bump Java version from 17 to 25
172
171
* Compile with Java 25, target Java 17. [This follows Spring guidance](https://spring.io/blog/2025/11/13/spring-framework-7-0-general-availability)
173
172
* Docker container runs Java 25
174
-
* Bump TestContainers to 2.0.2
173
+
* Bump Bump testcontainers.version from 1.21.3 to 2.0.2
175
174
* Bump kotlin.version from 2.2.21 to 2.3.0
176
175
* 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)
176
+
* Bump alpine from 3.23.0 to 3.23.3 in /docker
177
+
* Bump org.testng:testng from 7.11.0 to 7.12.0
178
+
* Bump aws-v2.version from 2.40.0 to 2.41.23
177
179
* Version updates (build dependencies)
180
+
* Bump aws.sdk.kotlin:s3-jvm from 1.5.95 to 1.6.11
178
181
* Bump Maven to 4.0.0-rc5 (TODO: update to 4.0.0)
182
+
* Bump org.mockito.kotlin:mockito-kotlin from 6.1.0 to 6.2.3
179
183
* Bump org.apache.maven.plugins:maven-release-plugin from 3.3.0 to 3.3.1
180
-
* Bump com.puppycrawl.tools:checkstyle from 12.2.0 to 12.3.0
184
+
* Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3
185
+
* Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0
186
+
* Bump digital.pragmatech.testing:spring-test-profiler from 0.0.14 to 0.0.15
187
+
* Bump com.puppycrawl.tools:checkstyle from 12.2.0 to 13.2.0
181
188
* Bump actions/upload-artifact from 5.0.0 to 6.0.0
182
-
* Bump github/codeql-action from 4.31.6 to 4.31.9
183
-
* Bump actions/setup-java from 5.0.0 to 5.1.0
184
-
* Bump step-security/harden-runner from 2.13.3 to 2.14.0
189
+
* Bump actions/checkout from 6.0.1 to 6.0.2
190
+
* Bump github/codeql-action from 4.31.6 to 4.32.2
191
+
* Bump actions/setup-java from 5.0.0 to 5.2.0
192
+
* Bump step-security/harden-runner from 2.13.3 to 2.14.1
185
193
186
194
# DEPRECATED - 4.x
187
195
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
0 commit comments