|
|
|
...
- Fixed an
ArrayIndexOutOfBoundsException with Message History when using SEDA
- Fixed
requestTimeout on Netty not triggering when we have received message.
- Fixed Parameter Binding Annotations on boolean types to evaluate as Predicate instead of _expression_
- Fixed using File consumer with
delete=true&readLock=fileLock not being able to delete the file on Windows.
- Fixed Throttler to honor time slots after period expires (eg so it works consistently and as expected).
- Fixed getting JMSXUserID property when consuming from ActiveMQ
- Fixed interceptFrom to support property placeholders
- Fixed a race condition in initializing
SSLContext in Netty and Netty HTTP
- Fixed using Recipient List, Routing Slip calling another route which is configured with
NoErrorHandler , and an exception occurred in that route, would be propagated back as not-exhausted, allow the caller route to have its error handler react on the exception.
- Fixed Quartz and exception was thrown when scheduling a job, would affect during shutdown, assuming the job was still in progress, and not shutdown the Quartz scheduler.
- Fixed so you can configure Stomp endpoints using URIs
- Fixed memory leak when using Language component with
camel-script languages and having contentCache=false
- Fixed Error Handler may log at
WARN level "Cannot determine current route from Exchange" when using Splitter
- Fixed
camel-fop to work in Apache Karaf and ServiceMix
- Fixed HDFS producer to use the configured UuidGenerator when generating split file names to avoid filename collisions
- Fixed
JpaProducer and JpaConsumer of the JPA component to not share/reuse the same EntityManager object which could cause problems if this would occur in the context of multiple/different threads.
- Fixed HTTP4 to support multiple custom component names in use, each configured using different
SSLContext .
- Fixed Content Based Router using method call's as Predicates if threw an exception, the Content Based Router will call next predicate before triggering Error Handler.
- Fixed Netty HTTP producer with query parameters may use wrong parameters from a previous call.
- Fixed Netty producer may cause
NullPointerException in messageReceived in client handler, if a Channel was destroyed from the producer pool.
- Fixed File and FTP consumer(s) when
idempotent=true could not detect changed file(s) as a new file, but would regard the file as idempotent.
- Fixed Stream consumer reading a file using
groupLines would not read last group of message if there was not enough lines to hit the threshold.
- Fixed deleting the done file if File or FTP consumer rollback and the
moveFailed option is in use.
- Fixed avro data format in OSGi not being able to load schema classes.
- Fixed JMX when using custom beans in routes with
@ManagedResource to expose JMX attributes/operations to not include Camel standard attributes/operations from its processors, which would be shown as unavailable in JMX consoles.
- Fixed Quartz2 simple trigger repeat count default value not working causing the trigger to only fire once, instead of forever.
- Fixed JMS with a JMSRepyTo header using a topic, was mistakenly used as a queue instead.
...
|
|
|