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 2021/03/29 10:16:28 UTC

[camel] branch regen_bot updated (18076eb -> 8913453)

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

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


    omit 18076eb  CAMEL-16410: camel-zipfile and camel-tarfile - Fix dataformat in iterator mode should fail if zip/tar file is corrupt.

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (8913453)
            \
             O -- O -- O   (18076eb)

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:
 .../camel/dataformat/tarfile/TarIterator.java      | 11 ----
 .../tarfile/TarFileSplitIteratorCorruptTest.java   | 58 ----------------------
 .../camel/dataformat/zipfile/ZipIterator.java      | 11 ----
 .../zipfile/ZipFileSplitAndDeleteTest.java         |  4 +-
 .../zipfile/ZipFileSplitIteratorCorruptTest.java   | 58 ----------------------
 5 files changed, 2 insertions(+), 140 deletions(-)
 delete mode 100644 components/camel-tarfile/src/test/java/org/apache/camel/dataformat/tarfile/TarFileSplitIteratorCorruptTest.java
 delete mode 100644 components/camel-zipfile/src/test/java/org/apache/camel/dataformat/zipfile/ZipFileSplitIteratorCorruptTest.java