This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 10542a61e3a Regen for commit 4766731eb75c27249bf790a61056d08156f865a5
(#8160)
new c4d618804cd Upgrade dependencies
new 6efd8de3a40 CAMEL-18387: Fix bug in TarAggregationStrategy when first
file is empty (#8166)
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:
camel-dependencies/pom.xml | 22 ++--
.../aggregate/tarfile/TarAggregationStrategy.java | 9 +-
.../TarAggregationStrategyEmptyFirstFileTest.java | 140 +++++++++++++++++++++
parent/pom.xml | 24 ++--
4 files changed, 166 insertions(+), 29 deletions(-)
create mode 100644
components/camel-tarfile/src/test/java/org/apache/camel/processor/aggregate/tarfile/TarAggregationStrategyEmptyFirstFileTest.java