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

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


    from f102d82  Upgrade Chronicle Thread to version 1.9.8
     new 0c3f2f2  CAMEL-12244: Intercept send to endpoint moved inner processor 
to external class.
     new 6195679  Regen
     new cecbad0  CAMEL-12244: Fixed intercept send to endpoint with 
ServicePoolAware producers not being released back in pool.

The 3 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/impl/InterceptSendToEndpoint.java | 113 ++--------------
 .../impl/InterceptSendToEndpointProcessor.java     | 147 +++++++++++++++++++++
 ...terceptSendToEndpointServicePoolProcessor.java} |  19 +--
 ...ceptSendToEndpointServicePoolProducerTest.java} |  72 +++++-----
 .../camel-spring-boot-dependencies/pom.xml         |   2 +-
 5 files changed, 203 insertions(+), 150 deletions(-)
 create mode 100644 
camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpointProcessor.java
 copy 
camel-core/src/main/java/org/apache/camel/impl/{DefaultProducerServicePool.java 
=> InterceptSendToEndpointServicePoolProcessor.java} (65%)
 copy 
camel-core/src/test/java/org/apache/camel/processor/{DefaultScheduledPollConsumerBridgeErrorHandlerTest.java
 => intercept/InterceptSendToEndpointServicePoolProducerTest.java} (57%)

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.

Reply via email to