This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 2da5205 Update Contributing in user-manual too
new ffdb691 Polished
new 0f8ad1a CAMEL-14819: rest-dsl - XML binding mode should have JAXB
initialization done in camel-jaxb
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/rest-binding-jaxb-dataformat-factory | 2 +
.../jaxb/JaxbRestBindingJaxbDataFormatFactory.java | 104 +++++++++++++++++++++
.../org/apache/camel/ExtendedCamelContext.java | 11 +++
....java => RestBindingJaxbDataFormatFactory.java} | 13 ++-
.../camel/spi/XMLRoutesDefinitionLoader.java | 1 -
.../camel/impl/engine/AbstractCamelContext.java | 19 ++++
.../camel/impl/engine/SimpleCamelContext.java | 9 ++
.../camel/impl/lw/LightweightCamelContext.java | 11 +++
.../impl/lw/LightweightRuntimeCamelContext.java | 11 +++
.../camel/reifier/rest/RestBindingReifier.java | 40 +-------
.../camel/main/ExtendedCamelContextConfigurer.java | 2 +
11 files changed, 181 insertions(+), 42 deletions(-)
create mode 100644
components/camel-jaxb/src/generated/resources/META-INF/services/org/apache/camel/rest-binding-jaxb-dataformat-factory
create mode 100644
components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/JaxbRestBindingJaxbDataFormatFactory.java
copy
core/camel-api/src/main/java/org/apache/camel/spi/{RestRegistryFactory.java =>
RestBindingJaxbDataFormatFactory.java} (68%)