This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 858caf5520e CAMEL-18850: camel-core-model - @XmlAttributes should be
String or Enum type only
new 863e2291e40 Regen for commit e06690374992b807ebf5b9d4c2747df0988b26d8
new d67ca74fad3 CAMEL-18850: camel-core-model - @XmlAttributes should be
String or Enum type only
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:
.../apache/camel/catalog/dataformats/jsonApi.json | 4 +-
.../org/apache/camel/catalog/models/jsonApi.json | 4 +-
.../apache/camel/catalog/schemas/camel-spring.xsd | 26 +--
.../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 | 37 +++-
.../spring/FhirDataformatConfigSpringTest.java | 2 +-
.../fhir/FhirDataFormatConfigSpringTest.xml | 55 +-----
.../camel/component/jsonapi/JsonApiDataFormat.java | 3 +-
.../apache/camel/model/dataformat/fhirJson.json | 7 +-
.../org/apache/camel/model/dataformat/fhirXml.json | 7 +-
.../camel/model/dataformat/FhirDataformat.java | 201 ++++++++++++++++++---
.../camel/model/dataformat/JsonApiDataFormat.java | 7 +-
.../reifier/dataformat/FhirDataFormatReifier.java | 22 ++-
.../camel/component/rest/FromRestGetTest.java | 2 -
.../java/org/apache/camel/xml/in/ModelParser.java | 7 +-
.../java/org/apache/camel/xml/in/BaseParser.java | 1 -
.../org/apache/camel/xml/in/ModelParserTest.java | 3 +-
.../dsl/yaml/deserializers/ModelDeserializers.java | 36 ++--
.../generated/resources/schema/camel-yaml-dsl.json | 36 ++--
.../generated/resources/schema/camelYamlDsl.json | 36 ++--
.../camel/maven/packaging/SchemaGeneratorMojo.java | 1 -
24 files changed, 334 insertions(+), 181 deletions(-)