You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/11/23 15:48:51 UTC

[camel] branch regen_bot updated (3b8710f -> ee6a51b)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 3b8710f  Polished
     add ee6a51b  CAMEL-17225: camel-core - Using predicates in Java DSL with ValueBuilder should init as predicate

No new revisions were added by this update.

Summary of changes:
 .../ChoiceCompoundPredicateSimpleTest.java         | 132 +++++++++++++++++++++
 .../camel/support/builder/PredicateBuilder.java    |  14 +--
 .../apache/camel/support/builder/ValueBuilder.java |  12 ++
 3 files changed, 151 insertions(+), 7 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/ChoiceCompoundPredicateSimpleTest.java