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 19:45:28 UTC

[camel] branch add-incremental-build updated (0b4879a2a27 -> 750abfc44b6)

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 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 f395257318f Add an incremental build
     add 07f3f4af4a0 incremental-build - Upgrade maven daemon to 1.0-m6
     add 750abfc44b6 incremental-build - Add missing dependency

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   (0b4879a2a27)
            \
             N -- N -- N   refs/heads/add-incremental-build (750abfc44b6)

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-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 +++-------------------
 parent/pom.xml                                     |  8 +--
 .../common/ElasticSearchProperties.java            |  3 +
 .../ElasticSearchLocalContainerService.java        | 58 ++++++++++++++++++--
 .../services/ElasticSearchService.java             | 12 ++++
 .../services/ElasticSearchServiceFactory.java      | 62 +++++++++++++++++++++
 .../services/RemoteElasticSearchService.java       | 24 ++++++++
 12 files changed, 180 insertions(+), 74 deletions(-)