Timer route stop causes RejectedExecutionException - camel 3.14.2

2022-05-02 Thread Martin Lichtin
Is there a way to avoid such exceptions on a timer:// route stop? java.util.concurrent.RejectedExecutionException: null     at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.run(RedeliveryErrorHandler.java:429) ~[?:?]     at org.apache.camel.processor.errorhandler.Re

CAMEL-FTPS FileZilla Server Session of data connection not resumed

2022-05-02 Thread Componentes Transversais AMTEGA
Hi, We are using Apache Camel to send files to a FileZilla server with a FTPS connection, and since the FTP server has been recently updated, we are facing some issues uploading files: "File operation failed: 425 Unable to build data connection: TLS session of data connection not resumed."

Camel 3.14.2 - camel-cxf-transport restricted version for cxf to 3.4

2022-05-02 Thread Martin Lichtin
Any reason the version for org.apache.cxf packages is so restricted? e.g. in the camel-cxf-transport  MANIFEST: Import-Package: ., org.apache.cxf.transport;version="[3.4,3.4]" means exactly version 3.4.0 is required. filter:="(&(osgi.wiring.package=org.apache.cxf)(version>=3.4.0)(version<=3

Re: Camel 3.14.2 - camel-cxf-transport restricted version for cxf to 3.4

2022-05-02 Thread Andrea Cosentino
Hello, This has been fixed in 3.14.3. The release is on vote now. https://github.com/apache/camel/commit/93b3d72e62abe25261e03aeeaae8bb16ff5bd1bb Il giorno mar 3 mag 2022 alle ore 07:45 Martin Lichtin ha scritto: > Any reason the version for org.apache.cxf packages is so restricted? > e.g. in