This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch ci-merge-incremental-build-detect-dependencies
in repository https://gitbox.apache.org/repos/asf/camel.git
omit b0ac394fce1a Merge remote-tracking branch 'origin/main' into
ci-merge-incremental-build-detect-dependencies
omit aa7bbc199ebb ci: fix script bugs found during fork testing
omit 3924b3eba2f0 ci: normalize formatting in CI-ARCHITECTURE.md
omit c37ce1b78a07 Merge remote-tracking branch 'origin/main' into
ci-merge-incremental-build-detect-dependencies
omit 057bc9875f5a chore(ci): advise manual IT runs for excluded modules
omit 27f4a64f164b chore(ci): fix step summary heading and threshold check
with extra modules
omit ba3dd16f36e6 chore(ci): rationalize CI into single workflow with
unified comment
add c5c8da094010 ci: fix CmdStartStopITCase regex to handle line-wrapped
URIs
add 2b07e28e9bf7 CAMEL-23274: Disable SonarCloud temporarily and fix
script injection (#22477)
add 971b8bbea271 chore(deps): Bump aws-java-sdk2-version from 2.42.27 to
2.42.29 (#22461)
add c63d92b983d3 chore(deps): Bump org.redisson:redisson from 4.3.0 to
4.3.1 (#22462)
add 85828e40ad72 chore(deps): Bump eu.maveniverse.maven.nisse:extension
(#22463)
add b61ed81b57c1 chore(deps-dev): Bump eslint from 10.0.3 to 10.2.0 in
/docs (#22460)
add 437e014f6550 chore(deps): Bump redis.clients:jedis from 7.4.0 to 7.4.1
(#22465)
add d0019eaf4f3e CAMEL-23274: Fix SonarCloud critical bugs in test code
(#22478)
add f00eb4631819 chore(deps): Bump com.google.genai:google-genai from
1.45.0 to 1.46.0 (#22459)
add 99300f428c30 chore(deps): Bump io.camunda:camunda-client-java from
8.8.19 to 8.8.21 (#22466)
add 660148fc60f2 CAMEL-23260: fix graceful shutdown for ServiceBus
consumer (#22443)
add 6125faadce9b chore(camel-test-infra-kafka): upgrade
redpanda.container.image to v26.1.1 (#22447)
add c0367b41914f chore(camel-test-infra-pulsar): upgrade pulsar.container
to 4.2.0 (#22452)
add b828e5601f45 chore(deps): Bump io.milvus:milvus-sdk-java from 2.6.16
to 2.6.17 (#22456)
add dad41a9d8dfd chore(camel-test-infra-weaviate): upgrade
weaviate.container to 1.36.9 (#22453)
add 0bf9acfa35ef CAMEL-23289: Fix empty catch blocks and resource leaks in
DrillProducer (#22417)
add 93a50e04c7dc chore(ci): rationalize CI into single workflow with
unified comment
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 (b0ac394fce1a)
\
N -- N -- N
refs/heads/ci-merge-incremental-build-detect-dependencies (93a50e04c7dc)
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/CI-ARCHITECTURE.md | 28 +++--
.github/workflows/sonar-build.yml | 19 ++-
.github/workflows/sonar-scan.yml | 2 +
.mvn/extensions.xml | 2 +-
.../azure/servicebus/ServiceBusConsumer.java | 93 +++++++++++----
.../azure/servicebus/ServiceBusConsumerTest.java | 73 ++++++++++++
components/camel-drill/pom.xml | 6 +
.../camel/component/drill/DrillProducer.java | 29 ++---
.../camel/component/drill/DrillProducerTest.java | 130 ++++++++++++++++++++
.../org/apache/camel/xml/in/ModelParserTest.java | 3 +-
docs/.pnp.cjs | 132 ++++++++++-----------
docs/package.json | 2 +-
docs/yarn.lock | 83 ++++++-------
.../jbang/core/common/EnvironmentHelperTest.java | 11 +-
.../camel/dsl/jbang/it/CmdStartStopITCase.java | 12 +-
parent/pom.xml | 12 +-
.../test/infra/kafka/services/container.properties | 2 +-
.../infra/pulsar/services/container.properties | 2 +-
.../infra/weaviate/services/container.properties | 2 +-
19 files changed, 443 insertions(+), 200 deletions(-)
create mode 100644
components/camel-drill/src/test/java/org/apache/camel/component/drill/DrillProducerTest.java