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 2024/01/18 12:51:07 UTC

(camel) branch regen_bot updated (a54b75b30f6 -> 67b450995fc)

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 a54b75b30f6 Regen
     add eb770029ce4 CAMEL-20342: camel-openapi-java - NPE in OpenApiHelper
     add ee86742d8d7 CAMEL-20339: camel-yaml-dsl - Fix Saga EIP with options not working. (#12825)
     add 67b450995fc fix binary operator match problem (#12821)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/openapi/OpenApiHelper.java    |  4 +-
 .../camel/language/simple/SimpleTokenizer.java     | 10 +++
 .../camel/model/PropertyExpressionDefinition.java  | 17 ++++-
 .../language/simple/SimpleParserPredicateTest.java | 18 +++++
 .../dsl/yaml/deserializers/ModelDeserializers.java | 12 ++-
 .../dsl/yaml/deserializers/CustomResolver.java     |  1 -
 .../generated/resources/schema/camelYamlDsl.json   | 86 ++++++++++++++++++++--
 .../org/apache/camel/dsl/yaml/SagaTest.groovy      | 59 +++------------
 8 files changed, 149 insertions(+), 58 deletions(-)