You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/08/16 10:42:23 UTC

[camel] branch regen_bot_3.14.x updated (10542a61e3a -> 6efd8de3a40)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 10542a61e3a Regen for commit 4766731eb75c27249bf790a61056d08156f865a5 (#8160)
     add c4d618804cd Upgrade dependencies
     add 6efd8de3a40 CAMEL-18387: Fix bug in TarAggregationStrategy when first file is empty (#8166)

No new revisions were added by this update.

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