You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/05 07:27:53 UTC

[camel] branch json-schema-validator-1.0.85 updated (ffe8dcf562e -> 0096e190b94)

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

acosentino pushed a change to branch json-schema-validator-1.0.85
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit ffe8dcf562e Upgrade Json Schema Validator to version 1.0.85
     add 7c524d91e92 Bump Camel Kamelets to version 3.20.6 in camel-jbang
     add 351f7153fcc CAMEL-19573 - Stop syncing version properties in git, generate the effective camel-dependencies during the build
     add 4c5757e0673 CAMEL-19570: Change max.poll.interval.ms type from Long to Integer to… (#10569)
     add 4484554bb66 CAMEL-19574: Upgrade to Pulsar 3.0.0
     add c7fdb88da0b Upgrade HAPI FHIR to 6.6.1
     add cc509f6ff79 CAMEL-19566 fixed type of metrics for te doc (#10562)
     add 3d904e95480 CAMEL-19571 - camel-parquet-avro: Add other compression codecs than gzip
     add 0096e190b94 Upgrade Json Schema Validator to version 1.0.85

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ffe8dcf562e)
            \
             N -- N -- N   refs/heads/json-schema-validator-1.0.85 (0096e190b94)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         | 496 ++-------------------
 catalog/camel-catalog/pom.xml                      |  26 --
 .../org/apache/camel/catalog/components/kafka.json |   4 +-
 .../camel/catalog/components/micrometer.json       |   2 +-
 .../camel/catalog/dataformats/parquetAvro.json     |   5 +-
 .../apache/camel/catalog/models/parquetAvro.json   |   5 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  11 +-
 .../apache/camel/component/fhir/FhirUpdateIT.java  |   5 +-
 .../component/kafka/KafkaComponentConfigurer.java  |   4 +-
 .../component/kafka/KafkaEndpointConfigurer.java   |   4 +-
 .../org/apache/camel/component/kafka/kafka.json    |   4 +-
 .../camel/component/kafka/KafkaConfiguration.java  |   6 +-
 .../camel/component/micrometer/micrometer.json     |   2 +-
 .../component/micrometer/MicrometerEndpoint.java   |   2 +-
 .../camel/dataformat/parquet/avro/parquetAvro.json |   5 +-
 .../src/main/docs/parquetAvro-dataformat.adoc      |   2 +-
 .../parquet/avro/ParquetAvroDataFormat.java        |  18 +-
 .../ParquetAvroMarshalCompressionCodecTest.java    | 157 +++++++
 .../apache/camel/model/dataformat/parquetAvro.json |   5 +-
 .../model/dataformat/ParquetAvroDataFormat.java    |  25 ++
 .../java/org/apache/camel/xml/in/ModelParser.java  |   9 +-
 .../java/org/apache/camel/xml/out/ModelWriter.java |   1 +
 .../org/apache/camel/yaml/out/ModelWriter.java     |   1 +
 .../dsl/KafkaComponentBuilderFactory.java          |   6 +-
 .../builder/endpoint/StaticEndpointBuilders.java   |   6 +-
 .../endpoint/dsl/KafkaEndpointBuilderFactory.java  |   6 +-
 .../dsl/MicrometerEndpointBuilderFactory.java      |   8 +-
 .../templates/run-custom-camel-version.tmpl        |   2 +-
 .../camel-jbang-main/dist/CamelJBang.java          |   2 +-
 .../src/main/jbang/main/CamelJBang.java            |   2 +-
 .../dsl/yaml/deserializers/ModelDeserializers.java |   6 +
 .../generated/resources/schema/camel-yaml-dsl.json |   3 +
 .../generated/resources/schema/camelYamlDsl.json   |   3 +
 parent/pom.xml                                     |   4 +-
 pom.xml                                            |   4 +-
 .../fhir/services/FhirLocalContainerService.java   |   2 +-
 .../services/PulsarLocalContainerService.java      |   2 +-
 .../src/test/resources/json/test_component.json    |   2 +-
 .../maven/sync/properties/SyncPropertiesMojo.java  |  32 +-
 .../main/resources/camel-dependencies-template.xml |  37 +-
 40 files changed, 351 insertions(+), 575 deletions(-)
 create mode 100644 components/camel-parquet-avro/src/test/java/org/apache/camel/dataformat/parquet/avro/ParquetAvroMarshalCompressionCodecTest.java