Camel File Component stops consuming files sometimes

2020-07-08 Thread Anna Skirko
Hi. I'm having a pretty nasty issue with the app I'm responsible for. The app was running on osgi/karaf + spring + apache camel 2.14.1. I removed osgi/karaf, upgraded spring, and moved all that to the spring boot. Camel version was upgraded to 2.24.1. And we started to see some occasional perf.

[SECURITY] CVE-2020-11994 - Server-Side Template Injection and arbitrary file disclosure on Camel templating components

2020-07-08 Thread Andrea Cosentino
A new security advisory has been released for Apache Camel, that is fixed in the recent 2.25.2 and 3.4.0 releases. CVE-2020-11994: Server-Side Template Injection and arbitrary file disclosure on Camel templating components Severity: MEDIUM Vendor: The Apache Software Foundation Versions Affect

Need a way to process invalid message among aggregated message

2020-07-08 Thread Bhavesh Furia
Hi, I am reading records from a CSV file and doing a batch insert into DB. Here's the sample code: public class CliaRouteBuilder extends RouteBuilder { @Override public void configure() throws Exception { final DataFormat bindyObj = new BindyCsvDataFormat(Clia.class); fin