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 2022/12/13 12:27:32 UTC

[camel] branch regen_bot updated (17639df6646 -> b5fc32b4734)

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 17639df6646 (chores) documentation: minor rework of the adding routes text
     add d55f5472339 CAMEL-18748: camel-yaml-dsl - error-handler should be aligned to camel-core-model to be consistent.
     add 25af89869d5 Polished camel-yaml-dsl docs
     add b69371587fe CAMEL-18748: camel-yaml-dsl - error-handler should be aligned to camel-core-model to be consistent.
     add 9f7ee94d94e CAMEL-18748: camel-yaml-dsl - error-handler should be aligned to camel-core-model to be consistent.
     add b796f8537ac CAMEL-18748: camel-yaml-dsl - error-handler should be aligned to camel-core-model to be consistent.
     add 0af7fba24cd Upgrade to Netty 4.1.86
     add 0e3084b58c6 Upgrade to vert.x 4.3.6
     add b5fc32b4734 CAMEL-18748: camel-yaml-dsl - error-handler should be aligned to camel-core-model to be consistent.

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |  4 +-
 .../org/apache/camel/catalog/models.properties     |  2 +-
 .../camel/catalog/models/refErrorHandler.json      |  8 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 22 ++---
 .../org/apache/camel/jta/JtaTransactionPolicy.java |  6 +-
 .../camel/spring/spi/SpringTransactionPolicy.java  |  6 +-
 .../services/org/apache/camel/model.properties     |  2 +-
 .../org/apache/camel/model/errorhandler/jaxb.index |  2 +-
 .../camel/model/errorhandler/refErrorHandler.json  |  8 +-
 .../camel/builder/RefErrorHandlerBuilder.java      |  4 +-
 .../org/apache/camel/builder/RouteBuilder.java     |  4 +-
 .../camel/model/RouteConfigurationDefinition.java  |  4 +-
 .../org/apache/camel/model/RouteDefinition.java    |  8 +-
 .../model/errorhandler/ErrorHandlerHelper.java     | 10 +--
 ...inition.java => RefErrorHandlerDefinition.java} | 12 +--
 .../errorhandler/ErrorHandlerRefReifier.java       |  6 +-
 .../reifier/errorhandler/ErrorHandlerReifier.java  |  4 +-
 .../core/xml/AbstractCamelContextFactoryBean.java  |  4 +-
 .../builder/RouteTemplateErrorHandlerTest.java     |  6 +-
 ...ExceptionErrorHandlerRefIssueTwoRoutesTest.java |  6 +-
 ...HandledRouteScopedErrorHandlerRefIssueTest.java |  4 +-
 ...ceptionRouteScopedErrorHandlerRefIssueTest.java |  4 +-
 .../java/org/apache/camel/xml/in/ModelParser.java  | 18 ++--
 .../ROOT/pages/camel-3x-upgrade-guide-3_20.adoc    | 11 +++
 .../dsl/yaml/deserializers/ModelDeserializers.java | 96 ++++++++++++----------
 .../deserializers/ModelDeserializersResolver.java  |  6 +-
 .../ErrorHandlerBuilderDeserializer.java           | 39 ++++++---
 .../dsl/yaml/GenerateYamlDeserializersMojo.java    |  4 +-
 .../maven/dsl/yaml/GenerateYamlSupportMojo.java    |  2 +
 .../generated/resources/schema/camel-yaml-dsl.json | 42 ++++++----
 .../generated/resources/schema/camelYamlDsl.json   | 42 ++++++----
 .../camel-yaml-dsl/src/main/docs/yaml-dsl.adoc     | 26 +++---
 .../apache/camel/dsl/yaml/ErrorHandlerTest.groovy  | 56 +++++++++----
 parent/pom.xml                                     |  4 +-
 34 files changed, 280 insertions(+), 202 deletions(-)
 rename core/camel-core-model/src/generated/resources/org/apache/camel/model/errorhandler/errorHandlerRef.json => catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/refErrorHandler.json (75%)
 rename catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/errorHandlerRef.json => core/camel-core-model/src/generated/resources/org/apache/camel/model/errorhandler/refErrorHandler.json (75%)
 rename core/camel-core-model/src/main/java/org/apache/camel/model/errorhandler/{ErrorHandlerRefDefinition.java => RefErrorHandlerDefinition.java} (86%)