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

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


    from c72072524cb camel-jbang: Fix TODO
     new 277930876b2 Interceptor EIPs should include more information where the 
interception happened
     new 4a95021560b Rename INTERCEPTED_PARENT_ENDPOINT_URI to 
INTERCEPTED_ROUTE_ENDPOINT_URI

The 2 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:
 .../org/apache/camel/catalog/models/intercept.json |   5 +
 .../apache/camel/catalog/models/interceptFrom.json |   5 +-
 .../catalog/models/interceptSendToEndpoint.json    |   5 +-
 .../org/apache/camel/ExchangeConstantProvider.java |   5 +-
 .../src/main/java/org/apache/camel/Exchange.java   |  10 ++
 .../java/org/apache/camel/ExchangePropertyKey.java |   9 ++
 .../META-INF/org/apache/camel/model/intercept.json |   5 +
 .../org/apache/camel/model/interceptFrom.json      |   5 +-
 .../camel/model/interceptSendToEndpoint.json       |   5 +-
 .../apache/camel/reifier/InterceptFromReifier.java |   4 +
 .../org/apache/camel/reifier/InterceptReifier.java |  17 +++-
 .../reifier/InterceptSendToEndpointReifier.java    |  13 ++-
 .../camel/processor/InterceptPropertiesTest.java   | 111 +++++++++++++++++++++
 13 files changed, 190 insertions(+), 9 deletions(-)
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/processor/InterceptPropertiesTest.java

Reply via email to