This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch timestamp-strategy-s3
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 0dc6d5905a2 Camel-AWS2-S3 Streaming Upload: Implement timestamp-based
file grouping for AWS S3 streaming upload
omit 790362f073c CAMEL-22440 - Camel-AWS2-S3 Streaming upload: Add a
timestamp naming strategy
omit db2c02530be CAMEL-22440 - Camel-AWS2-S3 Streaming upload: Add a
timestamp naming strategy
add a5385bd3648 CAMEL-22440 - Camel-AWS2-S3 Streaming upload: Add a
timestamp naming strategy (#19309)
add 7222ecf4082 Upgrade AWS SDK v2 to version 2.34.2 (#19310)
add dbd673d6c81 chore(deps): Bump com.sun.xml.bind:jaxb-jxc from 4.0.5 to
4.0.6 (#19304)
add 1f44612aad7 chore(deps-dev): Bump com.graphql-java:graphql-java from
24.2 to 24.3 (#19305)
add c70ce6554a1 chore(deps): Bump org.glassfish.jaxb:jaxb-runtime from
4.0.5 to 4.0.6 (#19306)
add 167b7aa3811 chore(deps): Bump com.sun.xml.bind:jaxb-impl from 4.0.5 to
4.0.6 (#19307)
add 84f36e704a4 CAMEL-22444: camel-bean: Fix NPE if beanName is not
provided.
add d3d2bb88ad6 CAMEL-22444: camel-jbang: dependency update should prefix
with # for yaml files, and use ignore error mode
add 89a467b6f97 CAMEL-22443: camel-jbang: dependency update should ignore
kamelet errors
add 7528bbe515f camel-jbang: Show more caused error message when ignoring
errors so there is more details why
add 3ad9d889399 camel-jbang: upgrade kamelets version
new 9e7c1dba6ee CAMEL-22440 - Camel-AWS2-S3 Streaming upload: Add a
timestamp naming strategy
new e891299f6e8 Camel-AWS2-S3 Streaming Upload: Implement timestamp-based
file grouping for AWS S3 streaming upload
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 (0dc6d5905a2)
\
N -- N -- N refs/heads/timestamp-strategy-s3 (e891299f6e8)
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 2 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:
.../org/apache/camel/catalog/components/aws2-ec2.json | 2 +-
.../org/apache/camel/component/aws2/ec2/aws2-ec2.json | 2 +-
.../org/apache/camel/component/bean/BeanEndpoint.java | 2 ++
.../camel/dsl/jbang/core/commands/DependencyList.java | 2 ++
.../camel/dsl/jbang/core/commands/DependencyUpdate.java | 17 ++++++++++++++---
.../org/apache/camel/dsl/jbang/core/commands/Run.java | 3 +--
.../org/apache/camel/dsl/jbang/core/common/Printer.java | 11 ++++++++++-
.../java/org/apache/camel/main/util/VersionHelper.java | 2 +-
parent/pom.xml | 10 +++++-----
9 files changed, 37 insertions(+), 14 deletions(-)