This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch model-metadata
in repository https://gitbox.apache.org/repos/asf/camel.git
from b9aeac3d6e0 CAMEL-20381: camel-core - EIP model should include which
exchange properties they set when using the EIP.
add 72f327ea52e CAMEL-20381: camel-core - EIP model should include which
exchange properties they set when using the EIP.
add c752411f3a9 CAMEL-20381: camel-core - EIP model should include which
exchange properties they set when using the EIP.
add d25e49e6700 CAMEL-20381: camel-core - EIP model should include which
exchange properties they set when using the EIP.
add 62006ca0662 CAMEL-20381: camel-core - EIP model should include which
exchange properties they set when using the EIP.
add 028cfb370a6 CAMEL-20381: camel-core - EIP model should include which
exchange properties they set when using the EIP.
add b5d42e5b4a8 CAMEL-20381: camel-core - EIP model should include which
exchange properties they set when using the EIP.
add c674a1b8145 CAMEL-20381: camel-core - EIP model should include which
exchange properties they set when using the EIP.
add 3f38610cdb4 CAMEL-20381: camel-core - EIP model should include which
exchange properties they set when using the EIP.
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/models/aggregate.json | 9 ++++
.../camel/catalog/models/circuitBreaker.json | 7 +++
.../org/apache/camel/catalog/models/doCatch.json | 5 ++
.../org/apache/camel/catalog/models/doFinally.json | 5 ++
.../apache/camel/catalog/models/errorHandler.json | 5 ++
.../camel/catalog/models/idempotentConsumer.json | 3 ++
.../apache/camel/catalog/models/interceptFrom.json | 3 ++
.../catalog/models/interceptSendToEndpoint.json | 3 ++
.../org/apache/camel/catalog/models/loop.json | 4 ++
.../org/apache/camel/catalog/models/multicast.json | 5 ++
.../apache/camel/catalog/models/onCompletion.json | 3 ++
.../apache/camel/catalog/models/onException.json | 5 ++
.../apache/camel/catalog/models/pollEnrich.json | 3 ++
.../apache/camel/catalog/models/recipientList.json | 4 ++
.../apache/camel/catalog/models/routingSlip.json | 4 ++
.../org/apache/camel/catalog/models/split.json | 5 ++
.../org/apache/camel/catalog/models/step.json | 3 ++
.../org/apache/camel/catalog/models/to.json | 3 ++
.../org/apache/camel/catalog/models/toD.json | 3 ++
.../org/apache/camel/catalog/models/wireTap.json | 3 ++
.../RecipientListErrorHandlingIssueIT.java | 2 +-
.../apache/camel/component/saga/SagaComponent.java | 4 --
.../org/apache/camel/spring/xml/errorHandler.json | 3 ++
.../src/main/java/org/apache/camel/Exchange.java | 56 ++++++++++++++++------
.../java/org/apache/camel/ExchangePropertyKey.java | 3 ++
.../apache/camel/spi/CircuitBreakerConstants.java | 15 ++++--
.../main/docs/modules/eips/pages/intercept.adoc | 2 +-
.../org/apache/camel/model/aggregate.json | 14 +++---
.../org/apache/camel/model/circuitBreaker.json | 10 ++--
.../resources/org/apache/camel/model/doCatch.json | 5 +-
.../org/apache/camel/model/doFinally.json | 5 +-
.../org/apache/camel/model/errorHandler.json | 4 +-
.../org/apache/camel/model/idempotentConsumer.json | 2 +-
.../org/apache/camel/model/interceptFrom.json | 3 ++
.../camel/model/interceptSendToEndpoint.json | 3 ++
.../resources/org/apache/camel/model/loop.json | 4 +-
.../org/apache/camel/model/multicast.json | 6 +--
.../org/apache/camel/model/onCompletion.json | 2 +-
.../org/apache/camel/model/onException.json | 4 +-
.../org/apache/camel/model/pollEnrich.json | 2 +-
.../org/apache/camel/model/recipientList.json | 4 +-
.../org/apache/camel/model/routingSlip.json | 4 +-
.../resources/org/apache/camel/model/split.json | 6 +--
.../resources/org/apache/camel/model/step.json | 2 +-
.../resources/org/apache/camel/model/to.json | 2 +-
.../resources/org/apache/camel/model/toD.json | 2 +-
.../resources/org/apache/camel/model/wireTap.json | 2 +-
.../org/apache/camel/processor/CatchProcessor.java | 5 ++
.../apache/camel/processor/FinallyProcessor.java | 15 ++++--
.../InterceptSendToEndpointProcessor.java | 3 +-
.../org/apache/camel/processor/RoutingSlip.java | 1 +
.../processor/aggregate/AggregateProcessor.java | 8 ++--
.../apache/camel/reifier/InterceptFromReifier.java | 3 +-
.../apache/camel/issues/AdviceWithIssueTest.java | 4 +-
.../RecipientListErrorHandlingIssueTest.java | 6 +--
...pientListContextScopedOnExceptionIssueTest.java | 6 +--
...utingSlipContextScopedOnExceptionIssueTest.java | 6 +--
.../intercept/FromFileInterceptSendToIssue.java | 2 +-
.../InterceptFromUriWildcardHeaderUriTest.java | 4 +-
.../intercept/InterceptFromUriWildcardTest.java | 2 +-
.../InterceptSendToEndpointDynamicTest.java | 2 +-
.../intercept/InterceptSendToIssueTest.java | 2 +-
.../ROOT/pages/camel-4x-upgrade-guide-4_5.adoc | 20 ++++++++
.../src/generated/resources/metadata.json | 8 ++--
.../camel/maven/dsl/yaml/support/Schema.java | 3 ++
.../camel/maven/packaging/SchemaGeneratorMojo.java | 6 +++
66 files changed, 268 insertions(+), 94 deletions(-)