Skip to content

Releases: adobe/S3Mock

2.1.4

18 Mar 09:03
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 2.1.4

SpringBoot 2.1 and AdoptOpenJDK 11 Docker image

02 Nov 08:01
Compare
Choose a tag to compare
  • use an OpenJDK 11 based Docker image
  • upgrade to SpringBoot 2.1.0 and switch from Tomcat to Jetty, and from XStream to Jackson for XML marshalling

The jars are still compatible with Java 8.

Support for ListObjectsV2

07 Aug 15:58
Compare
Choose a tag to compare
2.0.7

[maven-release-plugin] copy for tag 2.0.7

Support Tags

07 Aug 15:59
Compare
Choose a tag to compare
2.0.4

[maven-release-plugin] copy for tag 2.0.4

Introduces TestNG support

20 Apr 12:48
Compare
Choose a tag to compare

The new artifact s3mock-testng contains a TestNG IExecutionListener implementation, contributed by @santthosh.

JUnit 5 support and upgrade to Spring Boot 2

10 Apr 07:09
Compare
Choose a tag to compare

With this release, we're splitting the test support classes from the actual mock server.

  • com.adobe.testing:s3mock:2.0.0 contains the mock server (as before, but now without the JUnit4 dependency)
  • com.adobe.testing:s3mock-junit4:2.0.0 (new) contains the JUnit 4 S3MockRule - the package name of that class was changed as well.
  • com.adobe.testing:s3mock-junit5:2.0.0 (new) the new JUnit 5 extension.

Behavioral Change:
The JUnit 4 rule S3MockRule will now use random ports by default. Use the builder() to configure them to fixed ports if you need, but it's recommended to just use the AmazonS3 client that is configured by the rule.