You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/02/05 09:15:54 UTC

[camel] branch regen_bot updated (2f2cef4afa2 -> fbaabb5ec88)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 2f2cef4afa2 Regen for commit 78b8c943bde7400f27319f0805f741f1cdf32c71
     add e224b1ffa0d Fix maven archetypes for camel v4
     add da03eb5bd6a (chores) camel-kafka: do skip tests on release profile (#9253)
     add 82235d5c997 (chores) camel-kafka: ensures that the component do not run any tests during the release
     add 9b280215244 [maven-release-plugin] prepare release camel-4.0.0-M1
     add 9823c785a0f [maven-release-plugin] prepare for next development iteration
     add 004b9eba6ca Remove Karaf XSD schemas from release script
     add 5237a13ac26 Remove camel-cxf XSD schema from release script
     add 4754d3f28d2 Merge branch 'release/4.0.0-M1'
     add 0de522cb2f6 CAMEL-19009: camel-gson - Date Format with GsonBuilder (#9302)
     add fbaabb5ec88 Regen for commit 0de522cb2f655e2fcd487b885ddced580d2d71a5

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/dataformats/gson.json |  3 ++-
 .../apache/camel/catalog/dataformats/jackson.json  |  1 +
 .../org/apache/camel/catalog/models/json.json      |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  9 +++++++
 .../component/gson/GsonDataFormatConfigurer.java   |  2 ++
 .../org/apache/camel/component/gson/gson.json      |  3 ++-
 .../camel/component/gson/GsonDataFormat.java       |  2 +-
 .../gson/SpringGsonJsonDataFormatTest.java         | 23 +++++++++++++++++
 .../org/apache/camel/component/gson/TestPojo.java  | 11 ++++++++
 .../gson/SpringGsonJsonDataFormatTest.xml          | 12 +++++++++
 .../apache/camel/component/jackson/jackson.json    |  1 +
 .../org/apache/camel/model/dataformat/json.json    |  1 +
 .../camel/model/dataformat/JsonDataFormat.java     | 29 ++++++++++++++++++++++
 .../reifier/dataformat/JsonDataFormatReifier.java  |  1 +
 .../java/org/apache/camel/xml/in/ModelParser.java  |  1 +
 .../dsl/yaml/deserializers/ModelDeserializers.java |  6 +++++
 .../generated/resources/schema/camel-yaml-dsl.json |  3 +++
 .../generated/resources/schema/camelYamlDsl.json   |  3 +++
 18 files changed, 109 insertions(+), 3 deletions(-)