This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/maven/avro-1c137fa1da
in repository https://gitbox.apache.org/repos/asf/camel.git
discard da14cb71ec97 chore(deps): Bump the avro group across 1 directory with
5 updates
add 299fd780945c CAMEL-24548 CAMEL-24549: Harden cloud storage download
containment
add 5ef2bcb77529 CAMEL-24463: Deprecate MemoryIdempotentRepository and
MemoryAggregationRepository
add 24127b1b5835 chore(deps): Bump the avro group across 1 directory with
5 updates
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 (da14cb71ec97)
\
N -- N -- N refs/heads/dependabot/maven/avro-1c137fa1da
(24127b1b5835)
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.
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/beans.properties | 2 +
.../beans/KeyValueAggregationRepository.json | 15 ++++
.../beans/KeyValueIdempotentRepository.json | 15 ++++
.../catalog/beans/MemoryAggregationRepository.json | 2 +-
.../catalog/beans/MemoryIdempotentRepository.json | 2 +-
.../azure/common/AzureFileNameHelper.java | 40 ++++++++-
.../azure/common/AzureFileNameHelperTest.java | 26 ++++++
.../storage/GoogleCloudStorageFileNameHelper.java | 43 +++++++++-
.../GoogleCloudStorageFileNameHelperTest.java | 31 +++++++
.../camel/bean/MemoryAggregationRepository.json | 2 +-
.../aggregate/MemoryAggregationRepository.java | 4 +
...> KeyValueAggregationRepositoryConfigurer.java} | 4 +-
.../KeyValueIdempotentRepositoryConfigurer.java} | 6 +-
.../services/org/apache/camel/bean.properties | 2 +-
.../camel/bean/KeyValueAggregationRepository.json | 15 ++++
.../camel/bean/KeyValueIdempotentRepository.json | 15 ++++
.../camel/bean/MemoryIdempotentRepository.json | 2 +-
...che.camel.support.KeyValueAggregationRepository | 2 +-
...ache.camel.support.KeyValueIdempotentRepository | 2 +-
.../support/KeyValueAggregationRepository.java | 32 +++++++-
.../support/KeyValueIdempotentRepository.java | 32 +++++++-
.../idempotent/MemoryIdempotentRepository.java | 4 +
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 96 ++++++++++++++++++++++
23 files changed, 375 insertions(+), 19 deletions(-)
create mode 100644
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/KeyValueAggregationRepository.json
create mode 100644
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/KeyValueIdempotentRepository.json
copy
core/camel-support/src/generated/java/org/apache/camel/support/{AcceptAllHeaderFilterStrategyConfigurer.java
=> KeyValueAggregationRepositoryConfigurer.java} (90%)
copy
core/{camel-core-processor/src/generated/java/org/apache/camel/processor/aggregate/UseLatestAggregationStrategyConfigurer.java
=>
camel-support/src/generated/java/org/apache/camel/support/KeyValueIdempotentRepositoryConfigurer.java}
(85%)
create mode 100644
core/camel-support/src/generated/resources/META-INF/services/org/apache/camel/bean/KeyValueAggregationRepository.json
create mode 100644
core/camel-support/src/generated/resources/META-INF/services/org/apache/camel/bean/KeyValueIdempotentRepository.json
copy
components/camel-activemq6/src/generated/resources/META-INF/services/org/apache/camel/configurer/activemq6-component
=>
core/camel-support/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.support.KeyValueAggregationRepository
(50%)
copy
components/camel-activemq/src/generated/resources/META-INF/services/org/apache/camel/configurer/activemq-component
=>
core/camel-support/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.support.KeyValueIdempotentRepository
(50%)