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

nfilotto pushed a change to branch add-incremental-build
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 67a121d23da incremental-build - Upgrade maven daemon to 1.0-m6
    omit f2b999dd2c8 Add an incremental build
     add 13799ba7c0d prepare catalog should skip inactive folders
     add 5d4a2ed8a2e CAMEL-13573 : create parquet-avro dataformat
     add 1806dcece5f camel-dhis2 - fix wrong uri syntax
     add f762da1499d camel-solr was removed
     add 9e8446e9155 camel-solr was removed
     add 66e1ea296c9 CAMEL-18924: Upgrade to Lucene 9.6.0
     add 62425a4ed85 Add an incremental build
     add 5d4df02d0ba incremental-build - Upgrade maven daemon to 1.0-m6

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   (67a121d23da)
            \
             N -- N -- N   refs/heads/add-incremental-build (5d4df02d0ba)

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:
 .../actions/incremental-build/incremental-build.sh |  28 +-
 camel-dependencies/pom.xml                         |   5 +-
 .../org/apache/camel/catalog/components.properties |   1 +
 .../apache/camel/catalog/components}/dhis2.json    |   2 +-
 .../component/dhis2/Dhis2EndpointUriFactory.java   |   2 +-
 .../org/apache/camel/component/dhis2/dhis2.json    |   2 +-
 .../camel/component/dhis2/Dhis2Endpoint.java       |   3 +-
 components/camel-lucene/pom.xml                    |   2 +-
 .../main/{doc => docs}/parquetAvro-dataformat.adoc |  10 +-
 .../org/apache/camel/main/components.properties    |   1 +
 docs/components/modules/dataformats/nav.adoc       |   1 +
 .../dataformats/pages/parquetAvro-dataformat.adoc  |   1 +
 .../ROOT/pages/camel-4-migration-guide.adoc        |   1 +
 .../component/ComponentsBuilderFactory.java        |  14 +
 ...tory.java => Dhis2ComponentBuilderFactory.java} | 115 +++--
 .../src/generated/resources/metadata.json          |  23 +
 .../builder/endpoint/EndpointBuilderFactory.java   |   1 +
 .../camel/builder/endpoint/EndpointBuilders.java   |   1 +
 .../builder/endpoint/StaticEndpointBuilders.java   |  55 ++
 ...ctory.java => Dhis2EndpointBuilderFactory.java} | 554 ++++++++++++---------
 .../camel-component-known-dependencies.properties  |   1 +
 parent/pom.xml                                     |   5 +-
 .../apache/camel/maven/packaging/MojoHelper.java   |   2 +
 .../camel/maven/packaging/PrepareCatalogMojo.java  |   5 +
 24 files changed, 519 insertions(+), 316 deletions(-)
 copy 
{components/camel-dhis2/camel-dhis2-component/src/generated/resources/org/apache/camel/component/dhis2
 => 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components}/dhis2.json
 (99%)
 rename components/camel-parquet-avro/src/main/{doc => 
docs}/parquetAvro-dataformat.adoc (91%)
 create mode 120000 
docs/components/modules/dataformats/pages/parquetAvro-dataformat.adoc
 copy 
dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/{TwilioComponentBuilderFactory.java
 => Dhis2ComponentBuilderFactory.java} (60%)
 copy 
dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/{SlackEndpointBuilderFactory.java
 => Dhis2EndpointBuilderFactory.java} (70%)

Reply via email to