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