Alexander Lex created CAMEL-18351:
-------------------------------------
Summary: ExchangePropertyKey.SPLIT_COMPLETE not set to true after
zip splitting completed
Key: CAMEL-18351
URL: https://issues.apache.org/jira/browse/CAMEL-18351
Project: Camel
Issue Type: Bug
Components: camel-zipfile
Affects Versions: 3.18.0
Reporter: Alexander Lex
When running the zip splitter, it splits the zip file as expected. However,
looking at the property "ExchangePropertyKey.SPLIT_COMPLETE", it shows not the
expected "true".
Expected behaviour is the property "ExchangePropertyKey.SPLIT_COMPLETE" to be
set to true after the splitting is completed.
Code to reproduce can be found here:
https://github.com/lx183/camel-zip-issue/blob/master/src/test/java/ZipSplitterRouteTest.java
--
This message was sent by Atlassian Jira
(v8.20.10#820010)