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

davsclaus pushed a change to branch camel-2.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from a63ed60  CAMEL-12656: Fixed root span id for multiple routes. (#2448)
     new 2c99faf  Polished
     new cbcf30d  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

Reply via email to