GZIP/ZIP marshal/unmarshal leaves input file open -------------------------------------------------
Key: CAMEL-2741 URL: https://issues.apache.org/activemq/browse/CAMEL-2741 Project: Apache Camel Issue Type: Bug Components: camel-core Affects Versions: 2.3.0 Reporter: Roland Knight Priority: Minor Gzip/zip marshal/unmarshal leaves input files open, relying on the garbage collector to close the file. The cause sporadic file deletion exceptions in the following route: from("file:incoming?delete=true") .marshal().gzip() .to("file:outgoing?fileName=${file:name}.gz"); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.