Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
3.18.0
-
None
-
Unknown
Description
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