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.
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
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