Re: How to use ZipSplitter to uncompress GBK encoding zip file

2023-06-24 Thread Jeremy Ross
It appears that the camel-zipfile data format does not support non-UTF-8 file names. However, the InputStream produced should be character set agnostic. So, it's up to you to do something with that stream that involves a character set, such as a Reader, or the Convert Body To EIP ( https://camel.ap

Issue with unmarshalling to class type

2023-06-24 Thread ZmrzlĂ˝ , Daniel
Hi, I am facing a problem with unmarshalling to the structures generated by jaxb. Please see the problem below https://stackoverflow.com/questions/76547029/unmarshalling-to-class-using-apache-karavan Thanks. Regards Daniel