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 2022/12/30 20:48:39 UTC

[camel] branch regen_bot updated (1f8700a7334 -> 708680981c7)

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 1f8700a7334 Regen for commit e06690374992b807ebf5b9d4c2747df0988b26d8
     add 57c58d6ae18 CAMEL-18850: camel-core-model - @XmlAttributes should be String or Enum type only
     add 708680981c7 Regen for commit 57c58d6ae18c3d2f2732b746e081d29930ae0804

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/dataformats/fhirJson.json |   7 +-
 .../apache/camel/catalog/dataformats/fhirXml.json  |   7 +-
 .../org/apache/camel/catalog/models/fhirJson.json  |   7 +-
 .../org/apache/camel/catalog/models/fhirXml.json   |   7 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  65 +++----
 .../fhir/FhirJsonDataFormatConfigurer.java         |   2 +
 .../fhir/FhirXmlDataFormatConfigurer.java          |   2 +
 .../org/apache/camel/component/fhir/fhirJson.json  |   7 +-
 .../org/apache/camel/component/fhir/fhirXml.json   |   7 +-
 .../camel/component/fhir/FhirDataFormat.java       |  38 +++-
 .../spring/FhirDataformatConfigSpringTest.java     |   2 +-
 .../fhir/FhirDataFormatConfigSpringTest.xml        |  55 +-----
 .../apache/camel/model/dataformat/fhirJson.json    |   7 +-
 .../org/apache/camel/model/dataformat/fhirXml.json |   7 +-
 .../camel/model/dataformat/FhirDataformat.java     | 207 ++++++++++++++++++---
 .../reifier/dataformat/FhirDataFormatReifier.java  |  23 ++-
 .../java/org/apache/camel/xml/in/ModelParser.java  |   7 +-
 .../dsl/yaml/deserializers/ModelDeserializers.java |  36 ++--
 .../generated/resources/schema/camel-yaml-dsl.json |  36 ++--
 .../generated/resources/schema/camelYamlDsl.json   |  36 ++--
 20 files changed, 364 insertions(+), 201 deletions(-)