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 2bc01d9  CAMEL-14835: json dataformats should expose unmarshal and 
collection type in configurer
     new 2bcbf94  CAMEL-14820: rest-dsl - Configuring JSon and JAXB additional 
properties uses reflection. Now they use configurer
     new 053cff0  CAMEL-14835: json dataformats should expose unmarshal and 
collection type in configurer

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:
 .../converter/jaxb/JaxbDataFormatConfigurer.java   |  2 +
 .../org/apache/camel/converter/jaxb/jaxb.json      |  1 +
 .../camel-jaxb/src/main/docs/jaxb-dataformat.adoc  |  3 +-
 .../camel/converter/jaxb/JaxbDataFormat.java       | 31 +++++++++++--
 .../jaxb/JaxbRestBindingJaxbDataFormatFactory.java | 54 ++++++++++++----------
 .../apache/camel/component/rest/RestProducer.java  | 45 ++++++++++--------
 .../rest/RestUndertowProducerGetPojoTest.java      | 16 ++++++-
 .../impl/engine/DefaultBeanIntrospection.java      |  5 ++
 .../org/apache/camel/model/dataformat/jaxb.json    |  1 +
 .../src/main/docs/modules/eips/pages/to-eip.adoc   |  2 +-
 .../camel/model/dataformat/JaxbDataFormat.java     | 14 ++++++
 .../reifier/dataformat/JaxbDataFormatReifier.java  |  1 +
 .../camel/support/PropertyBindingSupport.java      |  5 +-
 .../java/org/apache/camel/xml/in/ModelParser.java  |  1 +
 .../modules/dataformats/pages/jaxb-dataformat.adoc |  3 +-
 .../pages/json-fastjson-dataformat.adoc            |  3 +-
 .../dataformats/pages/json-gson-dataformat.adoc    |  3 +-
 .../dataformats/pages/json-jackson-dataformat.adoc |  4 +-
 .../dataformats/pages/json-johnzon-dataformat.adoc |  3 +-
 19 files changed, 138 insertions(+), 59 deletions(-)

Reply via email to