This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from f3104f4f88c CAMEL-17763: cleaned up unused exceptions in
camel-swagger-java
new 81c32ebe7af CAMEL-16834: error handler in DSL model
new f3736179f2c Regen
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:
.../camel/catalog/models/routeConfiguration.json | 1 +
.../apache/camel/catalog/schemas/camel-spring.xsd | 1 +
.../component/as2/api/protocol/ResponseMDN.java | 3 +-
.../camel/component/as2/AS2ClientManagerIT.java | 3 +-
.../component/olingo4/api/impl/Olingo4AppImpl.java | 6 +-
.../salesforce/codegen/SchemaExecution.java | 3 +-
.../org/apache/camel/model/routeConfiguration.json | 1 +
.../camel/model/RouteConfigurationDefinition.java | 40 +++++-
.../apache/camel/model/RouteDefinitionHelper.java | 24 +++-
.../org/apache/camel/model/RoutesDefinition.java | 24 +++-
.../core/xml/AbstractCamelContextFactoryBean.java | 11 +-
.../model/RoutesConfigurationErrorHandlerTest.java | 160 +++++++++++++++++++++
.../java/org/apache/camel/xml/in/ModelParser.java | 1 +
.../modules/ROOT/pages/route-configuration.adoc | 27 ++++
.../RouteConfigurationDefinitionDeserializer.java | 7 +
.../src/generated/resources/camel-yaml-dsl.json | 3 +
.../src/generated/resources/camelYamlDsl.json | 3 +
.../camel/dsl/yaml/RouteConfigurationTest.groovy | 42 ++++++
18 files changed, 344 insertions(+), 16 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/model/RoutesConfigurationErrorHandlerTest.java