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 2023/05/13 17:07:43 UTC

[camel] branch regen_bot updated (532d8894a96 -> a00c41d5540)

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 532d8894a96 Upgrade to vertx 4.4.2
     add a00c41d5540 CAMEL-19337: camel-core-model - Fix circuitBreaker some options should be attributes and not elements.

No new revisions were added by this update.

Summary of changes:
 .../catalog/models/resilience4jConfiguration.json  |  7 ++
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 86 +++++++++++++++++-----
 .../camel/model/resilience4jConfiguration.json     |  7 ++
 .../model/Resilience4jConfigurationCommon.java     |  7 ++
 .../java/org/apache/camel/xml/in/ModelParser.java  | 26 +++----
 .../java/org/apache/camel/xml/out/ModelWriter.java | 20 ++---
 .../dsl/yaml/deserializers/ModelDeserializers.java | 42 +++++++++++
 .../generated/resources/schema/camel-yaml-dsl.json | 21 ++++++
 .../generated/resources/schema/camelYamlDsl.json   | 21 ++++++
 9 files changed, 190 insertions(+), 47 deletions(-)