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 33bae98 CAMEL-12699: Allow hystrix EIP to inherit error handler so you can combine Camels error handler for redeliveries with the circuit breaker. new fed4461 Polished new 7cfb95d CAMEL-12565: Added unit tests. Fixed a little issue in validator to ensure exception is set on exchange to allow advice to keep executing the next ones. 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/builder/ValidatorBuilder.java | 17 ++-- .../org/apache/camel/model/RouteDefinition.java | 2 +- .../org/apache/camel/processor/ContractAdvice.java | 55 ++++++----- .../validator/BeanValidatorInputValidateTest.java | 97 +++++++++++++++++++ .../validator/BeanValidatorOutputValidateTest.java | 104 +++++++++++++++++++++ 5 files changed, 243 insertions(+), 32 deletions(-) create mode 100644 camel-core/src/test/java/org/apache/camel/impl/validator/BeanValidatorInputValidateTest.java create mode 100644 camel-core/src/test/java/org/apache/camel/impl/validator/BeanValidatorOutputValidateTest.java