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/07/05 07:43:26 UTC

[camel] branch regen_bot updated (4484554bb66 -> 128852cc884)

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 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 b5731319a32 Sort plugin version properties alphabetically
     add 80ece558b69 Remove maven-eclipse-plugin that is retired since 2015; importing into Eclipse works quite well since many years. There is no need to use this plugin
     add 106fc99ad0d Remove unused java-diff-utils-version property
     add 0b5e2d7747f Manage surefire and failsafe plugins under the same version property because they are always released together
     add 128852cc884 Regen for commit 0b5e2d7747f9b30d9cdfdbd6797a7f4f1f008751

No new revisions were added by this update.

Summary of changes:
 archetypes/pom.xml                                 |  17 ---
 .../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  |   9 ++
 .../apache/camel/component/fhir/FhirUpdateIT.java  |   5 +-
 .../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 +++++++++++++++++++++
 components/pom.xml                                 |   4 -
 .../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 +
 .../builder/endpoint/StaticEndpointBuilders.java   |   6 +-
 .../dsl/MicrometerEndpointBuilderFactory.java      |   8 +-
 .../dsl/yaml/deserializers/ModelDeserializers.java |   6 +
 .../generated/resources/schema/camel-yaml-dsl.json |   3 +
 .../generated/resources/schema/camelYamlDsl.json   |   3 +
 parent/pom.xml                                     |  16 +--
 pom.xml                                            |  40 ++----
 .../fhir/services/FhirLocalContainerService.java   |   2 +-
 26 files changed, 263 insertions(+), 95 deletions(-)
 create mode 100644 components/camel-parquet-avro/src/test/java/org/apache/camel/dataformat/parquet/avro/ParquetAvroMarshalCompressionCodecTest.java