This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch k1
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 60478261b02d Upgrade to kamelets 4.14.1
omit 94b7a2549f74 CAMEL-22496: camel-infinispan - Use the newer Query API
instead of old deprecated
add 8f9436c0ac38 CAMEL-22495 - Camel-aws2-s3: Add more bucket and object
operations on the producer side (#19439)
add 10f05e82ac51 chore(components): use normalized charset in servlet
add 2587df451e5e CAMEL-22496: camel-infinispan - Use the newer Query API
instead of old deprecated (#19441)
new d962fdf8b5ca Upgrade to kamelets 4.14.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (60478261b02d)
\
N -- N -- N refs/heads/k1 (d962fdf8b5ca)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/camel/catalog/components/aws2-s3.json | 18 +-
.../java/org/apache/camel/maven/GenerateMojo.java | 2 -
.../apache/camel/component/aws2/s3/aws2-s3.json | 18 +-
.../src/main/docs/aws2-s3-component.adoc | 535 +++++++++++++++++++
.../camel/component/aws2/s3/AWS2S3Constants.java | 39 ++
.../camel/component/aws2/s3/AWS2S3Operations.java | 19 +-
.../camel/component/aws2/s3/AWS2S3Producer.java | 586 +++++++++++++++++++++
...tionIT.java => S3BucketTaggingOperationIT.java} | 83 +--
...nIT.java => S3BucketVersioningOperationIT.java} | 39 +-
...ationIT.java => S3CreateBucketOperationIT.java} | 35 +-
...nIT.java => S3CreateUploadLinkOperationIT.java} | 38 +-
...tionIT.java => S3DeleteObjectsOperationIT.java} | 63 +--
.../s3/integration/S3ObjectTaggingOperationIT.java | 137 +++++
.../component/jetty/CamelContinuationServlet.java | 9 +-
.../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 153 ++++++
15 files changed, 1647 insertions(+), 127 deletions(-)
copy
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/{S3ListObjectsOperationIT.java
=> S3BucketTaggingOperationIT.java} (57%)
copy
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/{S3DeleteBucketOperationIT.java
=> S3BucketVersioningOperationIT.java} (59%)
copy
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/{S3DeleteBucketOperationIT.java
=> S3CreateBucketOperationIT.java} (67%)
copy
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/{S3DeleteBucketOperationIT.java
=> S3CreateUploadLinkOperationIT.java} (60%)
copy
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/{S3GetObjectDynamicKeyOperationIT.java
=> S3DeleteObjectsOperationIT.java} (52%)
create mode 100644
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ObjectTaggingOperationIT.java