This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch camel-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 75759c5  Regen
     new d016665  CAMEL-16750: camel-file - file idempotent read-locks should 
be more roboust if acquring read-lock fails due to an exception such as when 
using a shared datbase and there is a duplicate key violation as another node 
has the lock.
     new 9cfa453  CAMEL-16692: camel-ftp - If writing failed then do not 
supress exception in case we are stopping.
     new 1b42c90  CAMEL-16756: Improve handling of Vert.x Buffer payloads in 
platform-http-vertx (#5746)
     new 37a8747  CAMEL-16759: camel-core - Kamelet add support for factory 
method in #class local bean
     new 5c61c1a  CAMEL-16704: camel-ahc - The producer should use its own 
worker pool to avoid blocking AHC/Netty threads when continue to routing after 
reponse is received.
     new 14067dc  camel-core - cached thread pool may have its use, so lets not 
deprecate it.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/camel/component/ahc/AhcProducer.java    | 28 ++++++++-
 ...dempotentChangedRepositoryReadLockStrategy.java | 25 +++++---
 ...IdempotentRenameRepositoryReadLockStrategy.java | 11 +++-
 .../FileIdempotentRepositoryReadLockStrategy.java  | 17 ++++--
 .../component/file/remote/RemoteFileProducer.java  | 21 +++----
 components/camel-platform-http-vertx/pom.xml       |  5 ++
 .../http/vertx/VertxPlatformHttpSupport.java       |  3 +-
 .../http/vertx/VertxPlatformHttpEngineTest.java    | 30 ++++++++++
 .../apache/camel/spi/ExecutorServiceManager.java   |  4 +-
 .../org/apache/camel/spi/ThreadPoolFactory.java    |  1 -
 .../java/org/apache/camel/impl/DefaultModel.java   | 69 ++++++++++++++++++---
 .../camel/builder/MyConstructorProcessor.java      | 18 +++---
 .../camel/builder/RouteTemplateLocalBeanTest.java  | 70 ++++++++++++++++++++++
 .../camel/support/PropertyBindingSupport.java      | 24 +++++++-
 14 files changed, 271 insertions(+), 55 deletions(-)
 copy 
components/camel-beanstalk/src/test/java/org/apache/camel/component/beanstalk/TestExchangeCopyProcessor.java
 => 
core/camel-core/src/test/java/org/apache/camel/builder/MyConstructorProcessor.java
 (74%)

Reply via email to