This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from c434998  Regen for commit 794c5b3c5c0fac7408ebe34d0deefe6ba37b6b4d 
(#6446)
     new d64c906  CAMEL-16912 - camel-jackson - Make it easy to configure 
property naming strategy
     new a7a6e55  CAMEL-16912 - camel-jackson - Make it easy to configure 
property naming strategy
     new 2eb1702  CAMEL-16912 - camel-jackson - Make it easy to configure 
property naming strategy
     new 8cc5f4e  CAMEL-16912 - camel-jackson - Make it easy to configure 
property naming strategy
     new e9b94b6  CAMEL-16912 - camel-jackson - Make it easy to configure 
property naming strategy
     new f9ccda8  CAMEL-16912 - camel-jackson - Make it easy to configure 
property naming strategy
     new 5c0c7ed  CAMEL-16912 - camel-jackson - Make it easy to configure 
property naming strategy
     new 9b546cf  CAMEL-16912 - camel-jackson - Make it easy to configure 
property naming strategy
     new f5685ab  CAMEL-16912 - camel-jackson - Make it easy to configure 
property naming strategy
     new cc4c4cf  CAMEL-16912 - camel-jackson - Make it easy to configure 
property naming strategy

The 10 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/dataformats/json-jackson.json    |  1 +
 .../org/apache/camel/catalog/models/json.json      |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  7 ++++
 .../jackson/JacksonDataFormatConfigurer.java       |  2 +
 .../camel/component/jackson/json-jackson.json      |  1 +
 .../jackson/AbstractJacksonDataFormat.java         | 45 ++++++++++++++++++++++
 ....java => JacksonMarshalNamingStrategyTest.java} | 25 +++++-------
 ...{TestOtherPojo.java => PojoNamingStrategy.java} | 24 ++++++------
 ...ngJacksonJsonDataFormatNamingStrategyTest.java} | 21 ++++++----
 ...ingJacksonJsonDataFormatNamingStrategyTest.xml} |  9 ++---
 .../org/apache/camel/model/dataformat/json.json    |  1 +
 .../camel/model/dataformat/JsonDataFormat.java     | 21 ++++++++++
 .../reifier/dataformat/JsonDataFormatReifier.java  |  1 +
 .../java/org/apache/camel/xml/in/ModelParser.java  |  1 +
 .../dsl/yaml/deserializers/ModelDeserializers.java |  6 +++
 .../src/generated/resources/camel-yaml-dsl.json    |  3 ++
 16 files changed, 129 insertions(+), 40 deletions(-)
 copy 
components/camel-jackson/src/test/java/org/apache/camel/component/jackson/{JacksonMarshalDateTimezoneTest.java
 => JacksonMarshalNamingStrategyTest.java} (73%)
 copy 
components/camel-jackson/src/test/java/org/apache/camel/component/jackson/{TestOtherPojo.java
 => PojoNamingStrategy.java} (70%)
 copy 
components/camel-jackson/src/test/java/org/apache/camel/component/jackson/{SpringJacksonEnableFeatureTest.java
 => SpringJacksonJsonDataFormatNamingStrategyTest.java} (61%)
 copy 
components/{camel-jacksonxml/src/test/resources/org/apache/camel/component/jacksonxml/SpringJacksonMarshalUnmarshalListTest.xml
 => 
camel-jackson/src/test/resources/org/apache/camel/component/jackson/SpringJacksonJsonDataFormatNamingStrategyTest.xml}
 (82%)

Reply via email to