@@ -123,6 +123,7 @@ Running S3Mock in unit tests is still supported by using [TestContainers](https:
123123* Features and fixes
124124 * TBD
125125* Refactorings
126+ * Removal of legacy-style Spring properties in favor of current environment variables.
126127 * AWS has deprecated SDK for Java v1, and will remove support EOY 2025.
127128 * S3Mock will remove bundled support for Java SDK v1 in late 2025.
128129 * JUnit 4.x deprecation
@@ -164,11 +165,17 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
164165* Refactorings
165166 * Add JSpecify annotations to S3Mock code
166167 * Migrate unit tests in "testsupport" modules to Kotlin
168+ * Deprecation of legacy-style Spring properties in favor of current environment variables.
169+ * Various fixes and clarifications in README.md
167170* Version updates (deliverable dependencies)
168171 * Bump alpine from 3.21.3 to 3.22.0 in /docker
169- * Bump aws.version from 1.12.783 to 1.12.785
170- * Bump testcontainers.version from 1.21.0 to 1.21.1
172+ * Bump aws-v2.version from 2.31.50 to 2.31.67
173+ * Bump aws.version from 1.12.783 to 1.12.787
174+ * Bump spring-boot.version from 3.5.0 to 3.5.3
175+ * Bump testcontainers.version from 1.21.0 to 1.21.2
171176* Version updates (build dependencies)
177+ * Bump aws.sdk.kotlin: s3-jvm from 1.4.91 to 1.4.109
178+ * Bump org.xmlunit: xmlunit-assertj3 from 2.10.2 to 2.10.3
172179 * Bump org.codehaus.mojo: exec-maven-plugin from 3.5.0 to 3.5.1
173180 * Bump org.apache.maven.plugins: maven-clean-plugin from 3.4.1 to 3.5.0
174181 * Bump com.puppycrawl.tools: checkstyle from 10.24.0 to 10.25.0
0 commit comments