| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.8.0 source code.tar.gz | 2025-08-29 | 475.5 kB | |
| 4.8.0 source code.zip | 2025-08-29 | 765.8 kB | |
| README.md | 2025-08-29 | 3.6 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- CompleteMultipartUpload is idempotent (fixes [#2586])
- Refactorings
- UploadId is always a UUID. Use UUID type in S3Mock instead of String.
- Validate partNumbers to be positive integers.
- Force convergence on the newest available transitive dependency versions.
- Optimize file storage for large objects by using buffered streams.
- Version updates (deliverable dependencies)
- Bump spring-boot.version from 3.5.4 to 3.5.5
- Bump aws-v2.version from 2.32.7 to 2.32.31
- Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0
- Version updates (build dependencies)
- Bump kotlin.version from 2.2.0 to 2.2.10
- Bump aws.sdk.kotlin:s3-jvm from 1.4.125 to 1.5.26
- Bump digital.pragmatech.testing:spring-test-profiler from 0.0.5 to 0.0.11
- Bump com.puppycrawl.tools:checkstyle from 10.26.1 to 11.0.0
- Bump github/codeql-action from 3.29.4 to 3.29.11
- Bump actions/checkout from 4.2.2 to 5.0.0
- Bump actions/setup-java from 4.7.1 to 5.0.0
- Bump actions/dependency-review-action from 4.7.2 to 4.7.3
What's Changed
- Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2559
- Bump github/codeql-action from 3.29.4 to 3.29.9 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2561
- Bump com.puppycrawl.tools:checkstyle from 10.26.1 to 11.0.0 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2551
- Bump digital.pragmatech.testing:spring-test-profiler from 0.0.5 to 0.0.11 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2537
- Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2535
- Bump kotlin.version from 2.2.0 to 2.2.10 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2566
- junie-evaluation by @afranken in https://github.com/adobe/S3Mock/pull/2557
- Bump aws.sdk.kotlin:s3-jvm from 1.4.125 to 1.5.19 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2570
- Bump aws-v2.version from 2.32.7 to 2.32.23 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2569
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2575
- Bump actions/dependency-review-action from 4.7.1 to 4.7.2 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2573
- Bump github/codeql-action from 3.29.9 to 3.29.10 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2572
- Bump actions/setup-java from 4.7.1 to 5.0.0 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2579
- Bump github/codeql-action from 3.29.10 to 3.29.11 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2580
- Bump spring-boot.version from 3.5.4 to 3.5.5 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2582
- Junie tasks ctd by @afranken in https://github.com/adobe/S3Mock/pull/2571
- Bump actions/dependency-review-action from 4.7.2 to 4.7.3 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2590
- Bump aws-v2.version from 2.32.23 to 2.32.31 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2591
- Bump aws.sdk.kotlin:s3-jvm from 1.5.19 to 1.5.26 by @dependabot[bot] in https://github.com/adobe/S3Mock/pull/2592
- CompleteMultipartUpload is idempotent by @afranken in https://github.com/adobe/S3Mock/pull/2593
Full Changelog: https://github.com/adobe/S3Mock/compare/4.7.0...4.8.0