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

nfilotto pushed a change to branch CAMEL-19402/reduce-boilerplate-code
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 61f6427a726 CAMEL-19402: test-infra - Apply initialization-on-demand 
holder idiom
 discard 716fa3325e2 CAMEL-19402: test-infra - Move singleton before/after all 
callbacks in SingletonService
 discard c781af6c5e7 CAMEL-19402: test-infra - Move before/after all callbacks 
in TestService
     add f00a7a8e7b5 CAMEL-13573 : create parquet-avro dataformat
     add fc4c7919ace Regen
     add abf7fbd56fe CAMEL-19402: test-infra - Move before/after all callbacks 
in TestService
     add 0112b304a8e CAMEL-19402: test-infra - Move singleton before/after all 
callbacks in SingletonService
     add 6cf43a62cb3 CAMEL-19402: test-infra - Apply initialization-on-demand 
holder idiom

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   (61f6427a726)
            \
             N -- N -- N   refs/heads/CAMEL-19402/reduce-boilerplate-code 
(6cf43a62cb3)

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:
 bom/camel-bom/pom.xml                              |   5 +
 .../apache/camel/catalog/dataformats.properties    |   1 +
 .../{models => dataformats}/parquetAvro.json       |  16 ++-
 .../apache/camel/catalog/models/parquetAvro.json   |   1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  |   2 +-
 components/camel-parquet-avro/pom.xml              | 156 +++++++++++----------
 .../avro/ParquetAvroDataFormatConfigurer.java}     |   8 +-
 .../parquetAvro-dataformat}                        |   2 +-
 .../org/apache/camel/dataformat.properties         |   4 +-
 .../dataformat/parquet/avro}/parquetAvro.json      |  16 ++-
 .../parquet/avro/ParquetAvroDataFormat.java        |   5 +-
 .../apache/camel/model/dataformat/parquetAvro.json |   1 +
 .../model/dataformat/ParquetAvroDataFormat.java    |   3 +
 .../org/apache/camel/main/dataformats.properties   |   1 +
 .../dataformats/examples/json/parquetAvro.json     |   1 +
 parent/pom.xml                                     |  10 +-
 16 files changed, 132 insertions(+), 100 deletions(-)
 copy 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/{models 
=> dataformats}/parquetAvro.json (60%)
 copy 
components/{camel-asn1/src/generated/java/org/apache/camel/dataformat/asn1/ASN1DataFormatConfigurer.java
 => 
camel-parquet-avro/src/generated/java/org/apache/camel/dataformat/parquet/avro/ParquetAvroDataFormatConfigurer.java}
 (68%)
 copy 
components/camel-parquet-avro/src/generated/resources/META-INF/services/org/apache/camel/{dataformat/parquetAvro
 => configurer/parquetAvro-dataformat} (89%)
 copy 
{catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models 
=> 
components/camel-parquet-avro/src/generated/resources/org/apache/camel/dataformat/parquet/avro}/parquetAvro.json
 (60%)
 create mode 120000 
docs/components/modules/dataformats/examples/json/parquetAvro.json

Reply via email to