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 04880c0  Fix MongoDB docs typos and links
     new 4313bca  CAMEL-6901: Intercept send to endpoint now supports after url 
to send result to this url like an AOP before|after.
     new bc7bb9c  Regen
     new f6a4dfd  CAMEL-13799: camel-cdi - Remove support for multiple camel 
context (not fully implemented and not recommended - 1 context per 
app/deployment is only supported). Removed @ContentName
     new 416e856  CAMEL-6901: Intercept send to endpoint now supports after url 
to send result to this url like an AOP before|after.

The 4 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/spi/InterceptSendToEndpoint.java  |  14 ++-
 .../engine/DefaultInterceptSendToEndpoint.java     |  46 +++++++--
 .../engine/InterceptSendToEndpointProcessor.java   |  20 ++--
 .../InterceptSendToMockEndpointStrategy.java       |   2 +-
 .../model/InterceptSendToEndpointDefinition.java   |  25 +++++
 .../reifier/InterceptSendToEndpointReifier.java    |  28 ++++-
 .../InterceptSendToEndpointAfterTest.java          | 114 +++++++++++++++++++++
 .../modules/ROOT/pages/mock-component.adoc         |   9 --
 .../modules/ROOT/pages/mongodb3-component.adoc     |  34 +++---
 docs/user-manual/modules/ROOT/pages/intercept.adoc |  72 +++++++++----
 .../cdi/rest/servlet/CdiRestServletTest.java       |   3 +-
 11 files changed, 296 insertions(+), 71 deletions(-)
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/processor/intercept/InterceptSendToEndpointAfterTest.java

Reply via email to