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:17:25 UTC

[camel] branch regen_bot_3x updated (b75eaec49f0 -> 1cc914c31d2)

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

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


    from b75eaec49f0 CAMEL-19006: parse templatedRoutes without XML namespace (#9296)
     add 5cbe8307c83 CAMEL-19009: camel-gson - Date Format with GsonBuilder (#9300)
     add 1cc914c31d2 Regen for commit 5cbe8307c83fd203ee196ad602ef38585ab77648

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  | 11 ++++++++
 .../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, 111 insertions(+), 3 deletions(-)