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 12:08:42 UTC

[camel] branch regen_bot updated (8913453 -> 333fead)

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.


    from 8913453  CAMEL-16420: add component version to starter i...
     add 18076eb  CAMEL-16410: camel-zipfile and camel-tarfile - Fix dataformat in iterator mode should fail if zip/tar file is corrupt.
     add c71fe0d  Use the property to configure the surefire vm args
     add 71d4735  Disable hanging test on OSX
     add 333fead  Fix unit test

No new revisions were added by this update.

Summary of changes:
 components/camel-bindy/pom.xml                     | 14 +++-----
 .../camel/component/ignite/IgniteComputeTest.java  |  3 ++
 .../producer/RestOpenApiGetUriParamTest.java       |  2 +-
 .../camel/dataformat/tarfile/TarIterator.java      | 11 +++++++
 .../tarfile/TarFileSplitIteratorCorruptTest.java   | 38 +++++++++++-----------
 .../camel/dataformat/zipfile/ZipIterator.java      | 11 +++++++
 .../zipfile/ZipFileSplitAndDeleteTest.java         |  4 +--
 .../zipfile/ZipFileSplitIteratorCorruptTest.java   | 38 +++++++++++-----------
 8 files changed, 70 insertions(+), 51 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/processor/SendToNoErrorHandlerTest.java => components/camel-tarfile/src/test/java/org/apache/camel/dataformat/tarfile/TarFileSplitIteratorCorruptTest.java (58%)
 copy core/camel-core/src/test/java/org/apache/camel/processor/SendToNoErrorHandlerTest.java => components/camel-zipfile/src/test/java/org/apache/camel/dataformat/zipfile/ZipFileSplitIteratorCorruptTest.java (58%)