Update dependency com.adobe.testing:s3mock-junit4 to v2.11.0 #45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.34
->2.11.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
adobe/S3Mock
v2.11.0
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
v2.10.2
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
v2.10.1
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
v2.10.0
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
docker run -it --memory="1g" --cpus="1.0"
v2.9.1
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
v2.9.0
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
retainFilesOnExit
option enabled. (fixes #818, #877)supported by S3Mock.
v2.8.0
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
v2.7.2
Compare Source
Accidentally released 2.7.2 instead of 2.8.0 - please ignore :(
v2.7.1
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
v2.7.0
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
because AWS decided to use xsi:type annotations in the XML representation, which are not supported
by Jackson. It doesn't seem to be possible to use bot JAX-B and Jackson for (de-)serialization in parallel.
v2.6.3
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
v2.6.2
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
v2.6.1
Compare Source
2.x is JDK8 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
ListObjects
andListObjectsV2
APIs.EtagSerializer / EtagDeserializer that wraps and unwraps the etag for the DTO.
v2.6.0
Compare Source
S3 enforces LegalHold only for versions, so S3Mock currently can't enforce the legal hold.
S3 enforces retention only for versions, so S3Mock currently can't enforce the retention.
software.amazon.awssdk.utils.DateUtils
andsoftware.amazon.awssdk.utils.http.SdkHttpUtils
software.amazon.awssdk.annotations.SdkProtectedApi
which means that SDK users (liek S3Mock) should not use these classes, but S3Mock has to exactly match the
behaviour and expectations of the AWS SDKs, and it's easier to depend on internal AWS SDK classes
instead of replicating or copying the code.
stating that it's AWS copyrighted code. (In the JavaDoc it did say that this is a copy with
a reference to the class, though)
v2.5.4
Compare Source
@Configuration
/@ConfigurationProperties
classes now public to enable customers to use@Import
/@ContextConfiguration
on them. (fixes #751)v2.5.3
Compare Source
is completely ignored by default.
v2.5.2
Compare Source
v2.5.1
Compare Source
@SpringBootApplication
to configure S3Mock (fixes #782)v2.5.0
Compare Source
Bucket
serializations. Fortunately this did not break AWS SDKs in the past, since the "path" field is not expected in those responses.Controller -> Service -> Store
MultipartController
->MultipartService
->MultipartStore
BucketController
->BucketService
->BucketStore
ObjectController
->ObjectService
->ObjectStore
BucketStore
storeBucketMetadata
just likeS3ObjectMetadata
locally. For now, only store the "core" metadata like creationDate and name.BucketMetadata
, assign UUIDs (fixes #94)HeaderUtil
fromFileStoreController
/ObjectController
.v2.4.16
Compare Source
v2.4.14
Compare Source
mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort
v2.4.13
Compare Source
v2.4.10
Compare Source
v2.4.9
Compare Source
v2.4.8
Compare Source
v2.4.7
Compare Source
v2.4.6
Compare Source
amd64
andarm64
platforms. (fixes #253, #287, #313, #389)v2.4.1
Compare Source
v2.3.3
Compare Source
null
(fixes #306)v2.3.2
Compare Source
v2.2.3
Compare Source
v2.2.2
Compare Source
v2.2.1
Compare Source
v2.2.0
Compare Source
v2.1.36
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.