You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/06/01 20:11:46 UTC

[camel] branch add-incremental-build-test updated (2439ab613b6 -> 3646ba30e31)

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

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


    omit 2439ab613b6 Correct change
    omit 0b4879a2a27 incremental-build - Add missing dependency
    omit fa024374d02 incremental-build - Upgrade maven daemon to 1.0-m6
    omit 3cf6fe16b59 Add an incremental build
     add 604297dcae2 Upgrade Flink to version 1.17.1
     add 92a126756e1 Sync deps
     add b85dd4ad559 Upgrade Hazelcast to version 5.3.0
     add fc9437a335c Sync deps
     add d7927e12d94 CAMEL-19400: camel-elasticsearch - Use singleton service to speed up (#10252)
     add d87b1470222 Upgrade Pubnub gson to version 6.3.5
     add 54a849b10df Sync deps
     add 9c9b608c9fa Update known releases
     add a367b2b714b Upgrade to Kotlin 1.8.21
     add f51987bf67b Changes the filter checking if it is a component test request
     add 4d0b6b85794 Fix pr_commented job condition
     add 7eafb4d1901 Add camel-catalog as dependency to prevent parallel build failures (#10255)
     add f2b999dd2c8 Add an incremental build
     add 67a121d23da incremental-build - Upgrade maven daemon to 1.0-m6
     add 3646ba30e31 Correct change

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   (2439ab613b6)
            \
             N -- N -- N   refs/heads/add-incremental-build-test (3646ba30e31)

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:
 .github/workflows/pr-build-main.yml                |  4 ++
 .github/workflows/pr-comment.yml                   |  2 +-
 camel-dependencies/pom.xml                         |  8 +--
 .../catalog/releases/camel-quarkus-releases.json   |  5 ++
 .../integration/ElasticsearchScrollSearchIT.java   |  2 +-
 .../es/integration/ElasticsearchSizeLimitIT.java   |  6 +-
 .../es/integration/ElasticsearchTestSupport.java   | 64 +++-------------------
 dsl/camel-endpointdsl/pom.xml                      |  1 +
 parent/pom.xml                                     |  8 +--
 .../common/ElasticSearchProperties.java            |  3 +
 .../ElasticSearchLocalContainerService.java        | 58 ++++++++++++++++++--
 .../services/ElasticSearchService.java             | 12 ++++
 .../services/ElasticSearchServiceFactory.java      | 62 +++++++++++++++++++++
 .../services/RemoteElasticSearchService.java       | 24 ++++++++
 14 files changed, 185 insertions(+), 74 deletions(-)