This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch 8958 in repository https://gitbox.apache.org/repos/asf/camel.git.
from a1b419b CAMEL-8958: Claim Check EIP with push/pop. Work in progress. new c135f44 CAMEL-8958: Claim Check EIP with push/pop. Work in progress. new e0d71c4 CAMEL-8958: Claim Check EIP with push/pop. Work in progress. new 5dc0f47 CAMEL-8958: Polished 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: camel-core/src/main/docs/eips/claimCheck-eip.adoc | 61 +++-- camel-core/src/main/docs/eips/hystrix-eip.adoc | 2 +- .../apache/camel/model/ClaimCheckDefinition.java | 105 ++++---- .../apache/camel/model/ProcessorDefinition.java | 25 +- .../processor/ClaimCheckAggregationStrategy.java | 265 +++++++++++++++------ .../camel/processor/ClaimCheckProcessor.java | 22 +- .../ClaimCheckEipPushPopExcludeBodyTest.java | 6 +- ...a => ClaimCheckEipPushPopRemoveHeaderTest.java} | 12 +- ...pringClaimCheckEipPushPopRemoveHeaderTest.java} | 6 +- .../processor/ClaimCheckEipPushPopBodyTest.xml | 2 +- .../ClaimCheckEipPushPopHeadersPatternTest.xml | 2 +- .../processor/ClaimCheckEipPushPopHeadersTest.xml | 2 +- ...ml => ClaimCheckEipPushPopRemoveHeaderTest.xml} | 9 +- 13 files changed, 333 insertions(+), 186 deletions(-) copy camel-core/src/test/java/org/apache/camel/processor/{ClaimCheckEipPushPopExcludeBodyTest.java => ClaimCheckEipPushPopRemoveHeaderTest.java} (83%) copy components/camel-spring/src/test/java/org/apache/camel/spring/processor/{SpringClaimCheckEipPushPopHeadersTest.java => SpringClaimCheckEipPushPopRemoveHeaderTest.java} (82%) copy components/camel-spring/src/test/resources/org/apache/camel/spring/processor/{ClaimCheckEipPushPopBodyTest.xml => ClaimCheckEipPushPopRemoveHeaderTest.xml} (84%) -- To stop receiving notification emails like this one, please contact davscl...@apache.org.