This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from b660b52 Regen
new ed22f2c CAMEL-13893: cleanup
new fa0a21a CAMEL-13893: reintroduce configuration options ...
new ea84ffa CAMEL-13893: use XML API to modify REST XML DSL
new 158fcf0 Regen
The 4 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:
components/camel-any23/pom.xml | 1 -
.../any23/spring/SpringAny23DataFormatTest.xml | 3 +
components/camel-blueprint/pom.xml | 7 ++
components/camel-spring/pom.xml | 7 ++
...rtyDefinition.java => ConfigurationOption.java} | 37 +++----
...nsDefinition.java => ConfigurationOptions.java} | 32 +++---
.../camel/model/dataformat/Any23DataFormat.java | 18 ++--
.../reifier/dataformat/Any23DataFormatReifier.java | 4 +-
.../modules/ROOT/pages/aws-cw-component.adoc | 2 +-
.../generator/swagger/AbstractGenerateMojo.java | 108 ++++++++++-----------
.../maven/generator/swagger/GenerateXmlMojo.java | 26 +++--
.../generator/swagger/RestDslXmlGenerator.java | 74 ++++++++++----
.../generator/swagger/RestDslXmlGeneratorTest.java | 39 ++++++--
13 files changed, 208 insertions(+), 150 deletions(-)
copy
core/camel-core/src/main/java/org/apache/camel/model/{PropertyDefinition.java
=> ConfigurationOption.java} (75%)
copy
core/camel-core/src/main/java/org/apache/camel/model/{GlobalOptionsDefinition.java
=> ConfigurationOptions.java} (62%)