Re: [PR] Bump io.pinecone:pinecone-client from 1.0.0 to 1.2.1 [camel]

2024-06-02 Thread via GitHub


github-actions[bot] commented on PR #14301:
URL: https://github.com/apache/camel/pull/14301#issuecomment-2144417983

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [fips] Platform-http: use -support-certificate-generator [camel-quarkus]

2024-06-02 Thread via GitHub


jamesnetherton closed issue #6125: [fips] Platform-http: use 
-support-certificate-generator
URL: https://github.com/apache/camel-quarkus/issues/6125


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [fips] Nats - use test-support-certificate-generator [camel-quarkus]

2024-06-02 Thread via GitHub


jamesnetherton closed issue #6126: [fips] Nats - use 
test-support-certificate-generator 
URL: https://github.com/apache/camel-quarkus/issues/6126


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Test support certicate [camel-quarkus]

2024-06-02 Thread via GitHub


jamesnetherton merged PR #6116:
URL: https://github.com/apache/camel-quarkus/pull/6116


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-quarkus) branch main updated: Replace manual certificate generation with camel-quarkus-integration-tests-support-certificate-generator

2024-06-02 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
 new 4188a3a3bd Replace manual certificate generation with 
camel-quarkus-integration-tests-support-certificate-generator
4188a3a3bd is described below

commit 4188a3a3bde1bfa25d683c750088bf4f5ff4bbfc
Author: JiriOndrusek 
AuthorDate: Mon Jun 3 08:44:57 2024 +0200

Replace manual certificate generation with 
camel-quarkus-integration-tests-support-certificate-generator

fixes #5967
fixes #6125
fixes #6126
fixes #6127
---
 integration-test-groups/http/README.adoc   |   7 ---
 .../http/common/generate-certs.sh  |  67 
 .../component/http/common/CommonProducers.java |   6 +-
 .../src/main/resources/application.properties  |   4 +-
 .../main/resources/jsse/client-truststore.pkcs12   | Bin 2246 -> 0 bytes
 .../main/resources/jsse/localhost-keystore.pkcs12  | Bin 3638 -> 0 bytes
 .../component/http/common/HttpTestResource.java|   4 ++
 integration-test-groups/http/common/v3.ext |   3 -
 integration-test-groups/http/http/pom.xml  |   5 ++
 .../quarkus/component/http/http/it/HttpTest.java   |   6 ++
 integration-test-groups/http/netty-http/pom.xml|   5 ++
 .../component/http/netty/it/NettyHttpJaasTest.java |   7 +++
 integration-test-groups/http/vertx-http/pom.xml|   5 ++
 .../component/http/vertx/it/VertxHttpTest.java |   6 ++
 .../test/support/certificate/CertificatesUtil.java |  18 +++---
 .../TestCertificateGenerationExtension.java|  21 +++
 .../test/support/certificate/TestCertificates.java |   9 ++-
 integration-tests/ftp/pom.xml  |   5 ++
 .../quarkus/component/ftp/it/FtpTestResource.java  |  21 ---
 .../camel/quarkus/component/ftps/it/FtpsTest.java  |   9 +++
 .../component/ftps/it/FtpsTestResource.java|  37 +++
 .../camel/quarkus/component/sftp/it/SftpTest.java  |   8 +++
 .../component/sftp/it/SftpTestResource.java|   2 +-
 .../ftp/src/test/resources/keystore.p12| Bin 3542 -> 0 bytes
 .../ftp/src/test/resources/readme.adoc |  28 -
 integration-tests/ftp/src/test/resources/test.key  |  28 -
 integration-tests/http-grouped/pom.xml |   5 ++
 .../camel/quarkus/kafka/sasl/KafkaSaslSslTest.java |   2 +-
 .../camel/quarkus/kafka/ssl/KafkaSslTest.java  |   2 +-
 integration-tests/lumberjack/pom.xml   |   5 ++
 .../component/lumberjack/it/LumberjackRoutes.java  |   2 +-
 .../src/main/resources/application.properties  |   2 +-
 .../lumberjack/src/main/resources/ssl/keystore.jks | Bin 1473 -> 0 bytes
 .../lumberjack/it/LumberjackClientUtil.java|   2 +-
 .../component/lumberjack/it/LumberjackTest.java|   6 ++
 integration-tests/mail/README.adoc |  17 -
 integration-tests/mail/pom.xml |   5 ++
 .../camel/quarkus/component/mail/MailTest.java |   9 +++
 .../quarkus/component/mail/MailTestResource.java   |  69 ++---
 .../src/test/resources/generate-certificates.sh|  32 --
 .../mail/src/test/resources/greenmail.p12  | Bin 4077 -> 0 bytes
 integration-tests/nats/pom.xml |   5 ++
 .../quarkus/component/nats/it/NatsRoutes.java  |   4 +-
 .../nats/src/main/resources/application.properties |   2 +-
 .../nats/src/main/resources/certs/keystore.jks | Bin 3477 -> 0 bytes
 .../nats/src/main/resources/certs/truststore.jks   | Bin 1162 -> 0 bytes
 .../camel/quarkus/component/nats/it/NatsTest.java  |   6 ++
 .../component/nats/it/NatsTestResource.java|  13 ++--
 .../nats/src/test/resources/certs/ca.pem   |  20 --
 .../nats/src/test/resources/certs/key.pem  |  28 -
 .../nats/src/test/resources/certs/server.pem   |  20 --
 integration-tests/netty/README.adoc|  16 -
 integration-tests/netty/pom.xml|  44 ++---
 .../quarkus/component/netty/NettyProducers.java|   8 +--
 .../src/main/resources/application.properties  |  14 +
 .../src/main/resources/ssl/fips-keystore.bcfks | Bin 2579 -> 0 bytes
 .../src/main/resources/ssl/fips-truststore.bcfks   | Bin 1188 -> 0 bytes
 .../netty/src/main/resources/ssl/keystore.p12  | Bin 2421 -> 0 bytes
 .../netty/src/main/resources/ssl/truststore.jks| Bin 1018 -> 0 bytes
 .../quarkus/component/netty/tcp/NettyTcpTest.java  |   6 ++
 .../quarkus/component/netty/udp/NettyUdpTest.java  |   6 ++
 integration-tests/oaipmh/pom.xml   |   5 ++
 .../component/oaipmh/it/MockOaipmhServer.java  |   4 +-
 .../quarkus/component/oaipmh/it/OaipmhTest.java|   6 ++
 .../src/test/resources/jettyKS/localhost.p12   | Bin 2533 -> 0 bytes
 integration-tests/paho-mqtt5/pom.xml  

Re: [I] [fips] Nats - use test-support-certificate-generator [camel-quarkus]

2024-06-02 Thread via GitHub


jamesnetherton closed issue #6126: [fips] Nats - use 
test-support-certificate-generator 
URL: https://github.com/apache/camel-quarkus/issues/6126


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Test support certicate [camel-quarkus]

2024-06-02 Thread via GitHub


JiriOndrusek commented on PR #6116:
URL: https://github.com/apache/camel-quarkus/pull/6116#issuecomment-2144388662

   > > Can you re-check following modules with external-docker?
   > 
   > I checked and they all passed 👍
   > 
   > So I guess we're good to merge this?
   
   Yes, we are good.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Test support certicate [camel-quarkus]

2024-06-02 Thread via GitHub


jamesnetherton commented on PR #6116:
URL: https://github.com/apache/camel-quarkus/pull/6116#issuecomment-2144385017

   > Can you re-check following modules with external-docker?
   
   I checked and they all passed 👍
   
   So I guess we're good to merge this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch net updated (5b61290cff8 -> 0b5c5500eec)

2024-06-02 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch net
in repository https://gitbox.apache.org/repos/asf/camel.git


from 5b61290cff8 CAMEL-20812: camel-netty-http: hostnameVerification option 
not used
 add 0b5c5500eec CAMEL-20812: camel-netty-http: hostnameVerification option 
not used

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/netty-http.json   |  92 +--
 .../camel/component/netty/http/netty-http.json |  92 +--
 .../dsl/NettyHttpEndpointBuilderFactory.java   | 180 ++---
 .../camel/kotlin/components/NettyHttpUriDsl.kt |  28 ++--
 4 files changed, 196 insertions(+), 196 deletions(-)



(camel-kamelets) branch dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.7.0 created (now 3ceeb6a1)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.7.0
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


  at 3ceeb6a1 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 
to 3.7.0

No new revisions were added by this update.



(camel-kamelets) branch dependabot/maven/org.apache.maven.plugin-tools-maven-plugin-annotations-3.13.1 created (now 61694a2d)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugin-tools-maven-plugin-annotations-3.13.1
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


  at 61694a2d Bump org.apache.maven.plugin-tools:maven-plugin-annotations

No new revisions were added by this update.



[PR] Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.13.0 to 3.13.1 [camel-kamelets]

2024-06-02 Thread via GitHub


dependabot[bot] opened a new pull request, #2067:
URL: https://github.com/apache/camel-kamelets/pull/2067

   Bumps 
[org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools)
 from 3.13.0 to 3.13.1.
   
   Commits
   
   https://github.com/apache/maven-plugin-tools/commit/7098c969b542b8bb090d0f52343d61bf748aa6fe";>7098c96
 [maven-release-plugin] prepare release maven-plugin-tools-3.13.1
   https://github.com/apache/maven-plugin-tools/commit/2144febc1622bad8df9b3a9e9e15b1f19da63d5e";>2144feb
 ---
   https://github.com/apache/maven-plugin-tools/commit/441b5f549020ed2416a9172d79c3c939a4e72dc2";>441b5f5
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/apache/maven-plugin-tools/commit/ca6a0739d4c239af9c52b8adb771579913082325";>ca6a073
 [MPLUGIN-526] Clean up dependencies reported by dependencies:analyze
   https://github.com/apache/maven-plugin-tools/commit/993425ca11db649872cee31474f889a77ef35bea";>993425c
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.1";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugin-tools:maven-plugin-annotations&package-manager=maven&previous-version=3.13.0&new-version=3.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-kamelets) branch dependabot/maven/org.apache.maven.plugins-maven-plugin-plugin-3.13.1 created (now 16a9b951)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-plugin-plugin-3.13.1
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


  at 16a9b951 Bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.0 
to 3.13.1

No new revisions were added by this update.



[PR] Bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.0 to 3.13.1 [camel-kamelets]

2024-06-02 Thread via GitHub


dependabot[bot] opened a new pull request, #2065:
URL: https://github.com/apache/camel-kamelets/pull/2065

   Bumps 
[org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools)
 from 3.13.0 to 3.13.1.
   
   Commits
   
   https://github.com/apache/maven-plugin-tools/commit/7098c969b542b8bb090d0f52343d61bf748aa6fe";>7098c96
 [maven-release-plugin] prepare release maven-plugin-tools-3.13.1
   https://github.com/apache/maven-plugin-tools/commit/2144febc1622bad8df9b3a9e9e15b1f19da63d5e";>2144feb
 ---
   https://github.com/apache/maven-plugin-tools/commit/441b5f549020ed2416a9172d79c3c939a4e72dc2";>441b5f5
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/apache/maven-plugin-tools/commit/ca6a0739d4c239af9c52b8adb771579913082325";>ca6a073
 [MPLUGIN-526] Clean up dependencies reported by dependencies:analyze
   https://github.com/apache/maven-plugin-tools/commit/993425ca11db649872cee31474f889a77ef35bea";>993425c
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.1";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-plugin-plugin&package-manager=maven&previous-version=3.13.0&new-version=3.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 [camel-kamelets]

2024-06-02 Thread via GitHub


dependabot[bot] opened a new pull request, #2066:
URL: https://github.com/apache/camel-kamelets/pull/2066

   Bumps 
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
 from 3.6.3 to 3.7.0.
   
   Commits
   
   https://github.com/apache/maven-javadoc-plugin/commit/2c28b8d90ede19c28ae7b94d07ad0fbb6c23b720";>2c28b8d
 [maven-release-plugin] prepare release maven-javadoc-plugin-3.7.0
   https://github.com/apache/maven-javadoc-plugin/commit/5530d6801179f388db07a2f1f42e4dc9d06bf447";>5530d68
 [MJAVADOC-793] java.lang.NullPointerException: Cannot invoke 
"String.length()...
   https://github.com/apache/maven-javadoc-plugin/commit/08cf68e7d3e0a6ac2e1cae4a1336878e4f19dd2b";>08cf68e
 Revert "Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 
4.9.2"
   https://github.com/apache/maven-javadoc-plugin/commit/64468220d5d27d3d219c51baf55cdadfcb4fdd48";>6446822
 Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0
   https://github.com/apache/maven-javadoc-plugin/commit/49c93adfc132f648dbdc8fe64a7043ec45ba0022";>49c93ad
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/apache/maven-javadoc-plugin/commit/4e720486ab401acfabc616b85a153126960b1370";>4e72048
 [MJAVADOC-795] Upgrade to Parent 42 and Maven 3.6.3
   https://github.com/apache/maven-javadoc-plugin/commit/b55dd967254813dcb51d19bb3c3667bc951590b4";>b55dd96
 Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2
   https://github.com/apache/maven-javadoc-plugin/commit/77ad41087057ae507d1d0e4c83420537b0db";>77ad410
 Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0
   https://github.com/apache/maven-javadoc-plugin/commit/c21568ad451a622ed6ecefeb9f77d82a1a84bd2a";>c21568a
 Bump commons-io:commons-io from 2.16.0 to 2.16.1
   https://github.com/apache/maven-javadoc-plugin/commit/ded56a90d22dfb53ec99c03fdaf735fb62e1afd7";>ded56a9
 Exclude JDK 8 - temurin, adopt-openj9 on macos
   Additional commits viewable in https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-javadoc-plugin&package-manager=maven&previous-version=3.6.3&new-version=3.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch net updated (b4f72af3d66 -> 5b61290cff8)

2024-06-02 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch net
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard b4f72af3d66 CAMEL-20812: camel-netty-http: hostnameVerification option 
not used
 add ed5b774f06e CAMEL-20785: fixes JUnit 5 API abuses
 add 2b9391f3f3b CAMEL-20823 Filter out folders when listing files
 add 706ea8d28fa CAMEL-20824: camel-core - Backlog tracer should include 
internal exchange properties
 add e8ea0225e57 CAMEL-20825: camel-rest - Contract first for api-doc 
should include the spec
 add 8eac2405fff CAMEL-20825: camel-rest - Contract first for api-doc 
should include the spec
 add 2cbf7047654 Regen SBOM from commit 
8eac2405fff282c7b37a43fc6c53a91421083f7a (#14299)
 add 6e663329c79 CAMEL-20825: camel-rest - Contract first for api-doc 
should include the spec
 add 9b90ee93615 CAMEL-20825: camel-rest - Contract first for api-doc 
should include the spec
 add 4a4f78d43c8 camel-jbang - Allow to specifiy port in jolokia command
 add 5b61290cff8 CAMEL-20812: camel-netty-http: hostnameVerification option 
not used

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   (b4f72af3d66)
\
 N -- N -- N   refs/heads/net (5b61290cff8)

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:
 camel-sbom/camel-sbom.json | 18672 +--
 camel-sbom/camel-sbom.xml  | 15144 ---
 .../camel/catalog/models/restConfiguration.json| 2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 1 +
 .../SqsProducerAutoCreateQueueLocalstackIT.java| 8 +-
 .../file/watch/FileWatchComponentTestBase.java |13 +-
 .../component/jpa/JpaWithOptionsTestSupport.java   | 5 +-
 .../component/nitrite/AbstractNitriteTest.java |15 +-
 components/camel-openapi-java/pom.xml  | 4 +
 .../apache/camel/openapi/RestOpenApiReader.java|67 +-
 .../org/apache/camel/openapi/ComplexTypesTest.java | 4 +
 .../org/apache/camel/openapi/DummyHttpEngine.java} |21 +-
 .../RestOpenApiReaderApiDocsOverrideTest.java  | 4 +
 .../openapi/RestOpenApiReaderApiDocsTest.java  | 4 +
 .../openapi/RestOpenApiReaderContextPathTest.java  | 4 +
 .../openapi/RestOpenApiReaderDayOfWeekTest.java| 4 +
 .../openapi/RestOpenApiReaderDisabledTest.java | 4 +
 ...RestOpenApiReaderEnableVendorExtensionTest.java | 4 +
 .../RestOpenApiReaderFileResponseModelTest.java| 4 +
 .../RestOpenApiReaderModelApiSecurityTest.java | 4 +
 .../RestOpenApiReaderModelBookOrderTest.java   | 4 +
 .../camel/openapi/RestOpenApiReaderModelTest.java  | 4 +
 .../RestOpenApiReaderPropertyPlaceholderTest.java  | 4 +
 .../camel/openapi/RestOpenApiReaderTest.java   | 4 +
 .../apache/camel/openapi/RestOpenApiV3XOfTest.java | 4 +
 .../camel/openapi/producer/RestOpenApiGetTest.java | 5 +
 .../producer/RestOpenApiGetUriParamTest.java   | 5 +
 ...SpringRestOpenApiReaderModelApiSecurityTest.xml | 3 +
 .../apache/camel/component/smb/SmbConsumer.java| 2 +-
 .../org/apache/camel/spi/RestConfiguration.java| 3 +-
 .../apache/camel/model/rest/restConfiguration.json | 2 +-
 .../camel/model/rest/RestHostNameResolver.java | 3 +-
 .../camel/management/BacklogTracerFilterTest.java  | 9 +
 .../management/BacklogTracerIdOnAllNodesTest.java  | 6 +
 .../camel/management/BacklogTracerPatternTest.java | 6 +
 .../management/BacklogTracerStreamCachingTest.java | 3 +
 .../apache/camel/management/BacklogTracerTest.java |24 +
 .../org/apache/camel/support/MessageHelper.java| 4 +-
 .../modules/ROOT/pages/rest-dsl-openapi.adoc   |33 +-
 .../dsl/jbang/core/commands/process/Jolokia.java   |13 +-
 .../dsl/yaml/deserializers/ModelDeserializers.java | 2 +-
 .../generated/resources/schema/camelYamlDsl.json   | 2 +-
 42 files changed, 16388 insertions(+), 17745 deletions(-)
 copy 
components/{camel-platform-http/src/test/java/org/apache/camel/component/platform/http/JettyCustomPlatformHttpEngine.java
 => 
camel-openapi-java/src/test/java/org/apache/camel/openapi/DummyHttpEngine.java} 
(64%)



Re: [I] [CI] - Quarkus Main Branch Build Failure [camel-quarkus]

2024-06-02 Thread via GitHub


github-actions[bot] commented on issue #2926:
URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-2144174533

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 9343257347-1502-ae0c9de9-0596-42d7-a9ff-b2a238aa1383
   * Camel Quarkus Commit: 2ae62973941137784fb304c241c018f88d226482
   
   * Quarkus Main Commit: 3e817e23d22e5130dc6983cf6008066a6fec09cd
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/9343257347


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] CAMEL-20826: camel-package-maven-plugin:generate not creating reproducible jandex.idx files. [camel]

2024-06-02 Thread via GitHub


chirino commented on PR #14300:
URL: https://github.com/apache/camel/pull/14300#issuecomment-2144146302

   The camel-servicenow-maven-plugin now also skips execution of the 
camel-package pluign.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] CAMEL-20826: camel-package-maven-plugin:generate not creating reproducible jandex.idx files. [camel]

2024-06-02 Thread via GitHub


chirino commented on PR #14300:
URL: https://github.com/apache/camel/pull/14300#issuecomment-2144139215

   The `camel-servicenow-maven-plugin` is the only jar that contains a 
jandex.idx that does not reproduce with this change.  Wonder if we can disable 
the package plugin for that jar?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch dependabot/maven/java/crds/fabric8-version-6.13.0 created (now 88cdefd25)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/java/crds/fabric8-version-6.13.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at 88cdefd25 chore(deps): bump fabric8-version from 6.12.1 to 6.13.0 in 
/java/crds

No new revisions were added by this update.



[PR] chore(deps): bump fabric8-version from 6.12.1 to 6.13.0 in /java/crds [camel-k]

2024-06-02 Thread via GitHub


dependabot[bot] opened a new pull request, #5572:
URL: https://github.com/apache/camel-k/pull/5572

   Bumps `fabric8-version` from 6.12.1 to 6.13.0.
   Updates `io.fabric8:kubernetes-client-bom-with-deps` from 6.12.1 to 6.13.0
   
   Release notes
   Sourced from https://github.com/fabric8io/kubernetes-client/releases";>io.fabric8:kubernetes-client-bom-with-deps's
 releases.
   
   6.13.0 (2024-05-29)
   Bugs
   
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5866";>#5866:
 Addressed cycle in crd generation with Java 19+ and ZonedDateTime
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5960";>#5960:
 The serialization of time related types should be string
   
   Improvements
   
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5605";>#5605:
 proxy configs support proxy URLs without a scheme
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5867";>#5867:
 (crd-generator) Imply schemaFrom via JsonFormat shape (SchemaFrom takes 
precedence)
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5867";>#5867:
 (java-generator) Add JsonFormat shape to date-time
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5878";>#5878:
 (java-generator) Add implements Editable for extraAnnotations
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5878";>#5878:
 (java-generator) Update documentation to include dependencies
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5953";>#5953:
 Made informer watch starting deterministic with respect to list processing
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5954";>#5954:
 (crd-generator) Sort required properties to ensure deterministic output
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5973";>#5973:
 CacheImpl locking for reading indexes (Cache.byIndex|indexKeys|index) was 
reduced
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/6012";>#6012:
 Add convenience methods on HasMetadata to help with SSA
   
   Dependency Upgrade
   
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5695";>#5695:
 Upgrade Fabric8 Kubernetes Model to Kubernetes v1.30.0
   
   Note: Breaking changes
   
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5947";>#5947:
 CRD generation using the v1beta1 version is deprecated. Please use only v1 
instead.
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5960";>#5960:
 The KubernetesSerializer will now by default serialize time related types to 
strings - rather than object, integer, number, or arrays of integer / number. 
If you are using these types in a custom object and were not including 
JsonFormat annotations to adjust the serialization they were likely being 
serialized in a non-standard way that would not be usable other Kubernetes 
clients, nor match the generated custom resource definition if one was being 
produced. Please open an issue if you need the previous behavior for whatever 
reason - there is a workaround by creating a customized 
KubernetesSerializer.
   storagemigration.k8s.io/v1alpha1 
StorageVersionMigration introduced in Kubernetes 1.30.0 is added 
to https://github.com/fabric8io/kubernetes-client/tree/main/kubernetes-model-generator/kubernetes-model-storageclass";>kubernetes-model-storageclass
 module. A dedicated module hasn't been created for this new ApiGroup.
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/6006";>#6006:
 Service Catalog extension is deprecated following its deprecation in 
Kubernetes.
   
   New Contributors
   
   https://github.com/wind57";>@​wind57 made their 
first contribution in https://redirect.github.com/fabric8io/kubernetes-client/pull/5937";>fabric8io/kubernetes-client#5937
   
   Full Changelog: https://github.com/fabric8io/kubernetes-client/compare/v6.12.1...v6.13.0";>https://github.com/fabric8io/kubernetes-client/compare/v6.12.1...v6.13.0
   
   
   
   Changelog
   Sourced from https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md";>io.fabric8:kubernetes-client-bom-with-deps's
 changelog.
   
   6.13.0 (2024-05-29)
   Bugs
   
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5866";>#5866:
 Addressed cycle in crd generation with Java 19+ and ZonedDateTime
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5960";>#5960:
 The serialization of time related types should be string
   
   Improvements
   
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5605";>#5605:
 proxy configs support proxy URLs without a scheme
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5867";>#5867:
 (crd-generator) Imply schemaFrom via JsonFormat shape (SchemaFrom takes 
precedence)
   Fix https://redirect.github.com/fabric8io/kubernetes-client/issues/5867";>#5867:
 (java-generator) Add JsonFormat shape to date-

[PR] CAMEL-20826: camel-package-maven-plugin:generate not creating reproducible jandex.idx files. [camel]

2024-06-02 Thread via GitHub


chirino opened a new pull request, #14300:
URL: https://github.com/apache/camel/pull/14300

   
   # Description
   
   We needed to sort input list before feeding it into jandex.
   
   # Target
   
   - [X] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [X] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue]
   
   https://issues.apache.org/jira/browse/CAMEL-20826
   
   # Apache Camel coding standards and style
   
   - [X] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   - [X] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-k) branch dependabot/go_modules/github.com/spf13/viper-1.19.0 created (now 93e9e9473)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/github.com/spf13/viper-1.19.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at 93e9e9473 chore(deps): bump github.com/spf13/viper from 1.18.2 to 
1.19.0

No new revisions were added by this update.



[PR] chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 [camel-k]

2024-06-02 Thread via GitHub


dependabot[bot] opened a new pull request, #5571:
URL: https://github.com/apache/camel-k/pull/5571

   Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.18.2 
to 1.19.0.
   
   Release notes
   Sourced from https://github.com/spf13/viper/releases";>github.com/spf13/viper's 
releases.
   
   v1.19.0
   
   What's Changed
   Bug Fixes 🐛
   
   fix!: hide struct binding behind a feature flag by https://github.com/sagikazarmark";>@​sagikazarmark in https://redirect.github.com/spf13/viper/pull/1720";>spf13/viper#1720
   
   Dependency Updates ⬆️
   
   build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1705";>spf13/viper#1705
   build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1703";>spf13/viper#1703
   build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1713";>spf13/viper#1713
   build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 by 
https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1711";>spf13/viper#1711
   build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1722";>spf13/viper#1722
   build(deps): bump github/codeql-action from 3.22.11 to 3.23.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1734";>spf13/viper#1734
   build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 
by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1731";>spf13/viper#1731
   build(deps): bump mheap/github-action-required-labels from 5.1.0 to 
5.2.0 by https://github.com/dependabot";>@​dependabot 
in https://redirect.github.com/spf13/viper/pull/1743";>spf13/viper#1743
   build(deps): bump github/codeql-action from 3.23.0 to 3.23.2 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1742";>spf13/viper#1742
   build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 
by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1739";>spf13/viper#1739
   build(deps): bump cachix/install-nix-action from 24 to 25 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1737";>spf13/viper#1737
   build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1751";>spf13/viper#1751
   build(deps): bump github/codeql-action from 3.24.0 to 3.24.1 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1760";>spf13/viper#1760
   build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 
by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1761";>spf13/viper#1761
   build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by 
https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1757";>spf13/viper#1757
   build(deps): bump mheap/github-action-required-labels from 5.2.0 to 
5.3.0 by https://github.com/dependabot";>@​dependabot 
in https://redirect.github.com/spf13/viper/pull/1759";>spf13/viper#1759
   build(deps): bump github/codeql-action from 3.24.1 to 3.24.3 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1763";>spf13/viper#1763
   build(deps): bump github.com/sagikazarmark/crypt from 0.17.0 to 0.18.0 
by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1774";>spf13/viper#1774
   build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1770";>spf13/viper#1770
   build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1776";>spf13/viper#1776
   build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1775";>spf13/viper#1775
   build(deps): bump cachix/install-nix-action from 25 to 26 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1778";>spf13/viper#1778
   build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 
by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/spf13/viper/pull/1767";>spf13/viper#1767
   build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by https://github.com/dependabot"

(camel-spring-boot) branch automatic-periodic-sync updated (da858ec7e0e -> ed3f87646fe)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


omit da858ec7e0e [create-pull-request] automated change
 add ed3f87646fe [create-pull-request] automated change (#1158)

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   (da858ec7e0e)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (ed3f87646fe)

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:



(camel-karaf) branch dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.6.0 created (now b5e8ca56c)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.6.0
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


  at b5e8ca56c Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 
to 3.6.0

No new revisions were added by this update.



[PR] Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 [camel-karaf]

2024-06-02 Thread via GitHub


dependabot[bot] opened a new pull request, #314:
URL: https://github.com/apache/camel-karaf/pull/314

   Bumps 
[org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
 from 3.5.3 to 3.6.0.
   
   Commits
   
   https://github.com/apache/maven-shade-plugin/commit/9a572e232d652a12a2404fe3cbe57fb588a87318";>9a572e2
 [maven-release-plugin] prepare release maven-shade-plugin-3.6.0
   https://github.com/apache/maven-shade-plugin/commit/ade2e359214c4094876b0100c97b9a55aecc4c2e";>ade2e35
 [MSHADE-428] Prevent null value in array of transformers (https://redirect.github.com/apache/maven-shade-plugin/issues/229";>#229)
   https://github.com/apache/maven-shade-plugin/commit/b573b8c498ea12cd2b84edb45be3036d9853d03e";>b573b8c
 [MSHADE-478] Extra JARs feature (https://redirect.github.com/apache/maven-shade-plugin/issues/228";>#228)
   https://github.com/apache/maven-shade-plugin/commit/199ffaecd26a912527173ed4edae366e48a00998";>199ffae
 Drop the cruft (https://redirect.github.com/apache/maven-shade-plugin/issues/225";>#225)
   https://github.com/apache/maven-shade-plugin/commit/912a81d95da870e2384359b2836caca4f2d1299f";>912a81d
 Bump maven-gh-actions-shared to v4
   https://github.com/apache/maven-shade-plugin/commit/80e44203f4ed2169b6186a29a7112aa8ed01c7a3";>80e4420
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.3...maven-shade-plugin-3.6.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-shade-plugin&package-manager=maven&previous-version=3.5.3&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-karaf) branch dependabot/maven/jakarta.xml.ws-jakarta.xml.ws-api-4.0.2 created (now f4a0a69b6)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/jakarta.xml.ws-jakarta.xml.ws-api-4.0.2
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


  at f4a0a69b6 Bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2

No new revisions were added by this update.



[PR] Bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2 [camel-karaf]

2024-06-02 Thread via GitHub


dependabot[bot] opened a new pull request, #313:
URL: https://github.com/apache/camel-karaf/pull/313

   Bumps 
[jakarta.xml.ws:jakarta.xml.ws-api](https://github.com/jakartaee/jax-ws-api) 
from 4.0.1 to 4.0.2.
   
   Release notes
   Sourced from https://github.com/jakartaee/jax-ws-api/releases";>jakarta.xml.ws:jakarta.xml.ws-api's
 releases.
   
   Jakarta XML Web Services API 4.0.2
   What's Changed
   
   Integrates https://github.com/jakartaee/jaxb-api/releases/tag/4.0.2";>Jakarta XML 
Binding API 4.0.2
   Integrates https://github.com/jakartaee/saaj-api/releases/tag/3.0.2";>Jakarta SOAP 
with Attachments API 3.0.2
   
   Full Changelog: https://github.com/jakartaee/jax-ws-api/compare/4.0.1...4.0.2";>https://github.com/jakartaee/jax-ws-api/compare/4.0.1...4.0.2
   
   
   
   Commits
   
   https://github.com/jakartaee/jax-ws-api/commit/a70d205a1030c6e248912b3165291414412a8652";>a70d205
 Update API version of jakarta.xml.ws:jakarta.xml.ws-api to 4.0.2
   https://github.com/jakartaee/jax-ws-api/commit/d7d8b27a8bc5498b7da34ddb168d0b81274769fb";>d7d8b27
 Update CP year in Holder.java
   https://github.com/jakartaee/jax-ws-api/commit/489177b7431de00f9638abdbb7811611badeb122";>489177b
 Revert "fix: serialization error due to non-transient variable inside 
seriali...
   https://github.com/jakartaee/jax-ws-api/commit/b80a3cffed131b4329798f40a70954794b1b4cf7";>b80a3cf
 fix: serialization error due to non-transient variable inside serializable 
class
   https://github.com/jakartaee/jax-ws-api/commit/fd63460ffad9c847c446bb103ca1d9d1d779c6ae";>fd63460
 minor code cleanup
   https://github.com/jakartaee/jax-ws-api/commit/47e553dfc2a3a34151ab13cf8c7315847e31";>47e553d
 Apply https://github.com/snippet";>@​snippet, fix 
typos, grammar
   https://github.com/jakartaee/jax-ws-api/commit/4379eb2163c7257104765b401fe05d5e755be53d";>4379eb2
 Update GH action build
   https://github.com/jakartaee/jax-ws-api/commit/43a487864fb12a372db4dfc13539bfaa5dff0cb0";>43a4878
 Update build plugins
   https://github.com/jakartaee/jax-ws-api/commit/917dc5ea8158e333a6b4612dc1f7506eb9ee2f28";>917dc5e
 Integrate xml-binding-api 4.0.2,
   https://github.com/jakartaee/jax-ws-api/commit/0135c8528ade88cfaae461ee253f725e3f49f5b0";>0135c85
 Merge pull request https://redirect.github.com/jakartaee/jax-ws-api/issues/217";>#217 
from jakartaee/4.0.1-RELEASE
   Additional commits viewable in https://github.com/jakartaee/jax-ws-api/compare/4.0.1...4.0.2";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakarta.xml.ws:jakarta.xml.ws-api&package-manager=maven&previous-version=4.0.1&new-version=4.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-karaf) branch dependabot/maven/spring.amqp.version-3.1.5 created (now 6e22d7974)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/spring.amqp.version-3.1.5
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


  at 6e22d7974 Bump spring.amqp.version from 3.1.4 to 3.1.5

No new revisions were added by this update.



[PR] Bump spring.amqp.version from 3.1.4 to 3.1.5 [camel-karaf]

2024-06-02 Thread via GitHub


dependabot[bot] opened a new pull request, #312:
URL: https://github.com/apache/camel-karaf/pull/312

   Bumps `spring.amqp.version` from 3.1.4 to 3.1.5.
   Updates `org.springframework.amqp:spring-rabbit` from 3.1.4 to 3.1.5
   
   Release notes
   Sourced from https://github.com/spring-projects/spring-amqp/releases";>org.springframework.amqp:spring-rabbit's
 releases.
   
   v3.1.5
   :lady_beetle: Bug Fixes
   
   Mitigate channel leak in the CachingConnectionFactory when 
connection is closed from the borker https://redirect.github.com/spring-projects/spring-amqp/issues/2715";>#2715
   
   :hammer: Dependency Upgrades
   
   Bump io.micrometer:micrometer-tracing-bom from 1.2.5 to 1.2.6 https://redirect.github.com/spring-projects/spring-amqp/pull/2714";>#2714
   Bump org.springframework:spring-framework-bom from 6.1.6 to 6.1.7 https://redirect.github.com/spring-projects/spring-amqp/pull/2713";>#2713
   Bump io.micrometer:micrometer-bom from 1.12.5 to 1.12.6 https://redirect.github.com/spring-projects/spring-amqp/pull/2712";>#2712
   Bump io.projectreactor:reactor-bom from 2023.0.5 to 2023.0.6 https://redirect.github.com/spring-projects/spring-amqp/pull/2711";>#2711
   Bump org.springframework.retry:spring-retry from 2.0.5 to 2.0.6 https://redirect.github.com/spring-projects/spring-amqp/pull/2710";>#2710
   Bump com.gradle.develocity from 3.17.3 to 3.17.4 https://redirect.github.com/spring-projects/spring-amqp/pull/2709";>#2709
   Bump org.springframework.data:spring-data-bom from 2023.1.5 to 2023.1.6 
https://redirect.github.com/spring-projects/spring-amqp/pull/2708";>#2708
   Bump com.gradle.develocity from 3.17.2 to 3.17.3 https://redirect.github.com/spring-projects/spring-amqp/pull/2700";>#2700
   Bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8 https://redirect.github.com/spring-projects/spring-amqp/pull/2699";>#2699
   Bump kotlinVersion from 1.9.23 to 1.9.24 https://redirect.github.com/spring-projects/spring-amqp/pull/2698";>#2698
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 https://redirect.github.com/spring-projects/spring-amqp/pull/2693";>#2693
   
   
   
   
   Commits
   
   https://github.com/spring-projects/spring-amqp/commit/e3a5d814b062104b0b4353788eb85a36dd54277d";>e3a5d81
 [artifactory-release] Release version 3.1.5
   https://github.com/spring-projects/spring-amqp/commit/b6409de35db7f48a8fa652682a41aa27ec0c55e7";>b6409de
 https://redirect.github.com/spring-projects/spring-amqp/issues/2715";>GH-2715:
 Fix channel leak in CachingConnectionFactory
   https://github.com/spring-projects/spring-amqp/commit/105dfac42fc9b00c3887423de2a5f261cd1b3dfa";>105dfac
 Bump org.springframework.retry:spring-retry from 2.0.5 to 2.0.6 (https://redirect.github.com/spring-projects/spring-amqp/issues/2710";>#2710)
   https://github.com/spring-projects/spring-amqp/commit/20218b4d09b9de6e3847cdfb9f07165530b0cdea";>20218b4
 Bump io.micrometer:micrometer-tracing-bom from 1.2.5 to 1.2.6 (https://redirect.github.com/spring-projects/spring-amqp/issues/2714";>#2714)
   https://github.com/spring-projects/spring-amqp/commit/fdd52e3a8d9b92e1aafb687ff6042288cf9e39e7";>fdd52e3
 Bump org.springframework:spring-framework-bom from 6.1.6 to 6.1.7 (https://redirect.github.com/spring-projects/spring-amqp/issues/2713";>#2713)
   https://github.com/spring-projects/spring-amqp/commit/b34b1bc37de7a3bf8d180485ea7a7baa564303a1";>b34b1bc
 Bump io.projectreactor:reactor-bom from 2023.0.5 to 2023.0.6 (https://redirect.github.com/spring-projects/spring-amqp/issues/2711";>#2711)
   https://github.com/spring-projects/spring-amqp/commit/344e265d6c23710436445dd3e479f0b04c46525b";>344e265
 Bump org.springframework.data:spring-data-bom from 2023.1.5 to 2023.1.6 (https://redirect.github.com/spring-projects/spring-amqp/issues/2708";>#2708)
   https://github.com/spring-projects/spring-amqp/commit/7441856140cb4514c84d781a48a356e09fa5eeed";>7441856
 Bump com.gradle.develocity from 3.17.3 to 3.17.4 (https://redirect.github.com/spring-projects/spring-amqp/issues/2709";>#2709)
   https://github.com/spring-projects/spring-amqp/commit/e7d5109dadf47ea428dc43aea4532e339402f096";>e7d5109
 Bump io.micrometer:micrometer-bom from 1.12.5 to 1.12.6 (https://redirect.github.com/spring-projects/spring-amqp/issues/2712";>#2712)
   https://github.com/spring-projects/spring-amqp/commit/8b9b6f37d8f29a7ddd283182081fd6e05ae43bfe";>8b9b6f3
 Bump com.gradle.develocity from 3.17.2 to 3.17.3 (https://redirect.github.com/spring-projects/spring-amqp/issues/2700";>#2700)
   Additional commits viewable in https://github.com/spring-projects/spring-amqp/compare/v3.1.4...v3.1.5";>compare
 view
   
   
   
   
   Updates `org.springframework.amqp:spring-amqp` from 3.1.4 to 3.1.5
   
   Release notes
   Sourced from https://github.com/spring-projects/spring-amqp/releases";>org.springframework.amqp:spring-amqp's
 releases.
   
   v3.1.5
   :lady_beetle: Bug Fixes
   
   Mitigate channel leak in the CachingConnectionFactory when 
connection is closed f

(camel-karaf) branch dependabot/maven/testcontainers-version-1.19.8 created (now 6644495da)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/testcontainers-version-1.19.8
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


  at 6644495da Bump testcontainers-version from 1.19.7 to 1.19.8

No new revisions were added by this update.



[PR] Bump testcontainers-version from 1.19.7 to 1.19.8 [camel-karaf]

2024-06-02 Thread via GitHub


dependabot[bot] opened a new pull request, #311:
URL: https://github.com/apache/camel-karaf/pull/311

   Bumps `testcontainers-version` from 1.19.7 to 1.19.8.
   Updates `org.testcontainers:testcontainers` from 1.19.7 to 1.19.8
   
   Release notes
   Sourced from https://github.com/testcontainers/testcontainers-java/releases";>org.testcontainers:testcontainers's
 releases.
   
   1.19.8
   Testcontainers for Java 1.19.8
   🚀 Features & Enhancements
   
   support backtick enquoting in SQL script splitter (https://redirect.github.com/testcontainers/testcontainers-java/issues/8593";>#8593)
 https://github.com/peterhalicky";>@​peterhalicky
   [localstack] Automatically add LAMBDA_DOCKER_FLAGS with testcontainers 
labels (https://redirect.github.com/testcontainers/testcontainers-java/issues/8595";>#8595)
 https://github.com/dfangl";>@​dfangl
   [qdrant] Allow to set key and config file (https://redirect.github.com/testcontainers/testcontainers-java/issues/8556";>#8556)
 https://github.com/eddumelendez";>@​eddumelendez
   [weaviate] Support new project container registry (https://redirect.github.com/testcontainers/testcontainers-java/issues/8512";>#8512)
 https://github.com/ThomasVitale";>@​ThomasVitale
   [kafka] Add support for apache/kafka (https://redirect.github.com/testcontainers/testcontainers-java/issues/8416";>#8416)
 https://github.com/eddumelendez";>@​eddumelendez
   [kafka] Skip starting zookeeper when using a Kafka container with the 
provided Zookeeper (https://redirect.github.com/testcontainers/testcontainers-java/issues/8433";>#8433)
 https://github.com/silh";>@​silh
   Use Awaitility to Poll the Image Pull (https://redirect.github.com/testcontainers/testcontainers-java/issues/8453";>#8453)
 https://github.com/JKomoroski";>@​JKomoroski
   Avoid usage of the non monotonic clock System.currentTimeMillis() in 
favor of System.nanoTime() (https://redirect.github.com/testcontainers/testcontainers-java/issues/6392";>#6392)
 https://github.com/Nateckert";>@​Nateckert
   Fix DateTimeParseException when created is not set in image config (https://redirect.github.com/testcontainers/testcontainers-java/issues/8302";>#8302)
 https://github.com/SgtSilvio";>@​SgtSilvio
   [redpanda] Override entrypoint (https://redirect.github.com/testcontainers/testcontainers-java/issues/8450";>#8450)
 https://github.com/eddumelendez";>@​eddumelendez
   [weaviae] Add method for getting gRPC port (https://redirect.github.com/testcontainers/testcontainers-java/issues/8431";>#8431)
 https://github.com/antas-marcin";>@​antas-marcin
   [clickhouse] Add getDatabaseName() method (https://redirect.github.com/testcontainers/testcontainers-java/issues/8339";>#8339)
 https://github.com/colin-lee";>@​colin-lee
   
   🐛 Bug Fixes
   
   Pass env to ComposeDelegate in DockerComposeContainer#stop (https://redirect.github.com/testcontainers/testcontainers-java/issues/8493";>#8493)
 https://github.com/mmusenbr";>@​mmusenbr
   
   📖 Documentation
   🧹 Housekeeping
   
   Add Weaviate module tests with modules (https://redirect.github.com/testcontainers/testcontainers-java/issues/8481";>#8481)
 https://github.com/antas-marcin";>@​antas-marcin
   Update alpine image version to 3.17 (https://redirect.github.com/testcontainers/testcontainers-java/issues/8476";>#8476)
 https://github.com/eddumelendez";>@​eddumelendez
   fix getConnectionString javadoc (https://redirect.github.com/testcontainers/testcontainers-java/issues/8129";>#8129)
 https://github.com/gabrielluciano";>@​gabrielluciano
   
   📦 Dependency updates
   
   Move to gradle/actions/wrapper-validation (https://redirect.github.com/testcontainers/testcontainers-java/issues/8559";>#8559)
 https://github.com/eddumelendez";>@​eddumelendez
   upgrade to github actions setup-java v4 (https://redirect.github.com/testcontainers/testcontainers-java/issues/8475";>#8475)
 https://github.com/sullis";>@​sullis
   Update ryuk version to 0.7.0 (https://redirect.github.com/testcontainers/testcontainers-java/issues/8451";>#8451)
 https://github.com/eddumelendez";>@​eddumelendez
   chore: use new sshd:1.2.0 image (https://redirect.github.com/testcontainers/testcontainers-java/issues/8574";>#8574)
 https://github.com/mdelapenya";>@​mdelapenya
   
   
   
   
   Commits
   
   https://github.com/testcontainers/testcontainers-java/commit/9b780dd8f27b7665f34c54ae738c41eccf73ad44";>9b780dd
 Add support for backtick enquoting in SQL script splitter (https://redirect.github.com/testcontainers/testcontainers-java/issues/8593";>#8593)
   https://github.com/testcontainers/testcontainers-java/commit/8b9eb0cdd8c7b7d6b04ef68c21b89e771441a758";>8b9eb0c
 Fix Ollama code snippet
   https://github.com/testcontainers/testcontainers-java/commit/2195610f0d2a0864d1f9bd79bedf2c66e8386393";>2195610
 Add LAMBDA_DOCKER_FLAGS with testcontainers labels (https://redirect.github.com/testcontainers/testcontainers-java/issues/8595";>#8595)
   https://github.com/testcontainers/testcontainers-java/commit/994b385761dde7d832ab7b6c10bc

Re: [PR] [Github Actions] Periodic Sync Camel Spring Boot SBOM (Camel 4) [camel-spring-boot]

2024-06-02 Thread via GitHub


oscerd merged PR #1158:
URL: https://github.com/apache/camel-spring-boot/pull/1158


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] [Github Actions] Periodic Sync Camel Spring Boot SBOM (Camel 4) [camel-spring-boot]

2024-06-02 Thread via GitHub


github-actions[bot] opened a new pull request, #1158:
URL: https://github.com/apache/camel-spring-boot/pull/1158

   Periodic Sync of Camel Spring Boot Main Branch with main Camel Main for SBOM 
Generation.
   see 
https://github.com/apache/camel-spring-boot/blob/main/.github/workflows/generate-sbom-main.yml


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] CAMEL-20680 - fix root cause of slow publish to partition 1 + CAMEL-20722 re-enable [camel]

2024-06-02 Thread via GitHub


jvsingh commented on PR #14298:
URL: https://github.com/apache/camel/pull/14298#issuecomment-2143945835

   > If you rebase on latest code from main then it should work
   
   Done 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch regen_bot updated (9b90ee93615 -> 4a4f78d43c8)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


from 9b90ee93615 CAMEL-20825: camel-rest - Contract first for api-doc 
should include the spec
 add 4a4f78d43c8 camel-jbang - Allow to specifiy port in jolokia command

No new revisions were added by this update.

Summary of changes:
 .../camel/dsl/jbang/core/commands/process/Jolokia.java  | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)



(camel) branch regen_bot updated (6e663329c79 -> 9b90ee93615)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


from 6e663329c79 CAMEL-20825: camel-rest - Contract first for api-doc 
should include the spec
 add 9b90ee93615 CAMEL-20825: camel-rest - Contract first for api-doc 
should include the spec

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/openapi/RestOpenApiReader.java |  2 +-
 .../org/apache/camel/openapi/ComplexTypesTest.java  |  4 
 .../org/apache/camel/openapi/DummyHttpEngine.java}  | 21 +
 .../RestOpenApiReaderApiDocsOverrideTest.java   |  4 
 .../camel/openapi/RestOpenApiReaderApiDocsTest.java |  4 
 .../openapi/RestOpenApiReaderContextPathTest.java   |  4 
 .../openapi/RestOpenApiReaderDayOfWeekTest.java |  4 
 .../openapi/RestOpenApiReaderDisabledTest.java  |  4 
 .../RestOpenApiReaderEnableVendorExtensionTest.java |  4 
 .../RestOpenApiReaderFileResponseModelTest.java |  4 
 .../RestOpenApiReaderModelApiSecurityTest.java  |  4 
 .../RestOpenApiReaderModelBookOrderTest.java|  4 
 .../camel/openapi/RestOpenApiReaderModelTest.java   |  4 
 .../RestOpenApiReaderPropertyPlaceholderTest.java   |  4 
 .../apache/camel/openapi/RestOpenApiReaderTest.java |  4 
 .../apache/camel/openapi/RestOpenApiV3XOfTest.java  |  4 
 .../camel/openapi/producer/RestOpenApiGetTest.java  |  5 +
 .../producer/RestOpenApiGetUriParamTest.java|  5 +
 .../SpringRestOpenApiReaderModelApiSecurityTest.xml |  3 +++
 19 files changed, 75 insertions(+), 17 deletions(-)
 copy 
components/{camel-platform-http/src/test/java/org/apache/camel/component/platform/http/JettyCustomPlatformHttpEngine.java
 => 
camel-openapi-java/src/test/java/org/apache/camel/openapi/DummyHttpEngine.java} 
(64%)



(camel) branch main updated: camel-jbang - Allow to specifiy port in jolokia command

2024-06-02 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
 new 4a4f78d43c8 camel-jbang - Allow to specifiy port in jolokia command
4a4f78d43c8 is described below

commit 4a4f78d43c89c42ed0f1ffe052cdabaff64298a2
Author: Claus Ibsen 
AuthorDate: Sun Jun 2 17:56:29 2024 +0200

camel-jbang - Allow to specifiy port in jolokia command
---
 .../camel/dsl/jbang/core/commands/process/Jolokia.java  | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/Jolokia.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/Jolokia.java
index 111d5eeeda8..355c7f49124 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/Jolokia.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/Jolokia.java
@@ -36,6 +36,10 @@ public class Jolokia extends ProcessBaseCommand {
 description = "Stops the Jolokia JVM Agent in the 
running Camel integration")
 boolean stop;
 
+@CommandLine.Option(names = { "--port" },
+description = "To use a specific port number when 
attaching Jolokia JVM Agent (default a free port is found in range 8778-)")
+int port;
+
 private volatile long pid;
 
 public Jolokia(CamelJBangMain main) {
@@ -60,10 +64,13 @@ public class Jolokia extends ProcessBaseCommand {
 if (stop) {
 options = new OptionsAndArgs(null, "stop", Long.toString(pid));
 } else {
-// find a new free port to use when starting a new connection
-long port = AvailablePortFinder.getNextAvailable(8778, 1);
+long p = port;
+if (p <= 0) {
+// find a new free port to use when starting a new 
connection
+p = AvailablePortFinder.getNextAvailable(8778, 1);
+}
 options = new OptionsAndArgs(
-null, "--port", Long.toString(port), 
"--discoveryEnabled", "true", "start", Long.toString(pid));
+null, "--port", Long.toString(p), 
"--discoveryEnabled", "true", "start", Long.toString(pid));
 }
 VirtualMachineHandlerOperations vmHandler = 
PlatformUtils.createVMAccess(options);
 CommandDispatcher dispatcher = new CommandDispatcher(options);



Re: [PR] CAMEL-20680 - fix root cause of slow publish to partition 1 + CAMEL-20722 re-enable [camel]

2024-06-02 Thread via GitHub


davsclaus commented on PR #14298:
URL: https://github.com/apache/camel/pull/14298#issuecomment-2143909715

   If you rebase on latest code from main then it should work


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch main updated: CAMEL-20825: camel-rest - Contract first for api-doc should include the spec

2024-06-02 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
 new 9b90ee93615 CAMEL-20825: camel-rest - Contract first for api-doc 
should include the spec
9b90ee93615 is described below

commit 9b90ee93615433071e2b8cf58900252f7b04747e
Author: Claus Ibsen 
AuthorDate: Sun Jun 2 17:51:16 2024 +0200

CAMEL-20825: camel-rest - Contract first for api-doc should include the spec
---
 .../apache/camel/openapi/RestOpenApiReader.java|  2 +-
 .../org/apache/camel/openapi/ComplexTypesTest.java |  4 +++
 .../org/apache/camel/openapi/DummyHttpEngine.java  | 35 ++
 .../RestOpenApiReaderApiDocsOverrideTest.java  |  4 +++
 .../openapi/RestOpenApiReaderApiDocsTest.java  |  4 +++
 .../openapi/RestOpenApiReaderContextPathTest.java  |  4 +++
 .../openapi/RestOpenApiReaderDayOfWeekTest.java|  4 +++
 .../openapi/RestOpenApiReaderDisabledTest.java |  4 +++
 ...RestOpenApiReaderEnableVendorExtensionTest.java |  4 +++
 .../RestOpenApiReaderFileResponseModelTest.java|  4 +++
 .../RestOpenApiReaderModelApiSecurityTest.java |  4 +++
 .../RestOpenApiReaderModelBookOrderTest.java   |  4 +++
 .../camel/openapi/RestOpenApiReaderModelTest.java  |  4 +++
 .../RestOpenApiReaderPropertyPlaceholderTest.java  |  4 +++
 .../camel/openapi/RestOpenApiReaderTest.java   |  4 +++
 .../apache/camel/openapi/RestOpenApiV3XOfTest.java |  4 +++
 .../camel/openapi/producer/RestOpenApiGetTest.java |  5 
 .../producer/RestOpenApiGetUriParamTest.java   |  5 
 ...SpringRestOpenApiReaderModelApiSecurityTest.xml |  3 ++
 19 files changed, 105 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiReader.java
 
b/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiReader.java
index 3f83205e055..05948b8ed4a 100644
--- 
a/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiReader.java
+++ 
b/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiReader.java
@@ -167,7 +167,7 @@ public class RestOpenApiReader {
 if (host == null || host.isEmpty()) {
 String scheme = "http://";;
 host = 
RestComponentHelper.resolveRestHostName(host, restConfig);
-PlatformHttpComponent http = 
camelContext.getComponent("platform-http", PlatformHttpComponent.class);
+PlatformHttpComponent http = 
(PlatformHttpComponent) camelContext.hasComponent("platform-http");
 if (http != null) {
 int port = http.getEngine().getServerPort();
 if (port > 0) {
diff --git 
a/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/ComplexTypesTest.java
 
b/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/ComplexTypesTest.java
index b39ebeaa8d5..482a865d056 100644
--- 
a/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/ComplexTypesTest.java
+++ 
b/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/ComplexTypesTest.java
@@ -27,6 +27,7 @@ import java.util.stream.Stream;
 import io.swagger.v3.oas.models.OpenAPI;
 import org.apache.camel.BindToRegistry;
 import org.apache.camel.builder.RouteBuilder;
+import org.apache.camel.component.platform.http.spi.PlatformHttpEngine;
 import org.apache.camel.impl.engine.DefaultClassResolver;
 import org.apache.camel.model.rest.RestBindingMode;
 import org.apache.camel.model.rest.RestDefinition;
@@ -52,6 +53,9 @@ public class ComplexTypesTest extends CamelTestSupport {
 @BindToRegistry("dummy-rest")
 private final DummyRestConsumerFactory factory = new 
DummyRestConsumerFactory();
 
+@BindToRegistry("platform-http-engine")
+private PlatformHttpEngine engine = new DummyHttpEngine();
+
 @Override
 protected RouteBuilder createRouteBuilder() {
 return new RouteBuilder() {
diff --git 
a/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/DummyHttpEngine.java
 
b/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/DummyHttpEngine.java
new file mode 100644
index 000..cc1d0a4b46c
--- /dev/null
+++ 
b/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/DummyHttpEngine.java
@@ -0,0 +1,35 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the

(camel) branch regen_bot updated (2cbf7047654 -> 6e663329c79)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


from 2cbf7047654 Regen SBOM from commit 
8eac2405fff282c7b37a43fc6c53a91421083f7a (#14299)
 add 6e663329c79 CAMEL-20825: camel-rest - Contract first for api-doc 
should include the spec

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/camel/openapi/RestOpenApiReader.java   | 2 --
 1 file changed, 2 deletions(-)



(camel) branch main updated: CAMEL-20825: camel-rest - Contract first for api-doc should include the spec

2024-06-02 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
 new 6e663329c79 CAMEL-20825: camel-rest - Contract first for api-doc 
should include the spec
6e663329c79 is described below

commit 6e663329c796f78f2d9f4764aa46cbf911e2473c
Author: Claus Ibsen 
AuthorDate: Sun Jun 2 17:39:32 2024 +0200

CAMEL-20825: camel-rest - Contract first for api-doc should include the spec
---
 .../src/main/java/org/apache/camel/openapi/RestOpenApiReader.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiReader.java
 
b/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiReader.java
index 81887163462..3f83205e055 100644
--- 
a/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiReader.java
+++ 
b/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiReader.java
@@ -68,7 +68,6 @@ import io.swagger.v3.parser.OpenAPIV3Parser;
 import io.swagger.v3.parser.core.models.SwaggerParseResult;
 import org.apache.camel.CamelContext;
 import org.apache.camel.component.platform.http.PlatformHttpComponent;
-import org.apache.camel.component.platform.http.spi.PlatformHttpEngine;
 import org.apache.camel.model.rest.ApiKeyDefinition;
 import org.apache.camel.model.rest.BasicAuthDefinition;
 import org.apache.camel.model.rest.BearerTokenDefinition;
@@ -95,7 +94,6 @@ import org.apache.camel.support.ObjectHelper;
 import org.apache.camel.support.PluginHelper;
 import org.apache.camel.support.RestComponentHelper;
 import org.apache.camel.util.FileUtil;
-import org.apache.camel.util.HostUtils;
 import org.apache.camel.util.IOHelper;
 import org.apache.commons.lang3.ClassUtils;
 import org.slf4j.Logger;



(camel) branch regen_bot updated (8eac2405fff -> 2cbf7047654)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


from 8eac2405fff CAMEL-20825: camel-rest - Contract first for api-doc 
should include the spec
 add 2cbf7047654 Regen SBOM from commit 
8eac2405fff282c7b37a43fc6c53a91421083f7a (#14299)

No new revisions were added by this update.

Summary of changes:
 camel-sbom/camel-sbom.json | 18672 ---
 camel-sbom/camel-sbom.xml  | 15144 +--
 2 files changed, 16133 insertions(+), 17683 deletions(-)



Re: [PR] Generated sources regen for SBOM [camel]

2024-06-02 Thread via GitHub


oscerd merged PR #14299:
URL: https://github.com/apache/camel/pull/14299


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel) branch regen_bot_sbom updated (5a6647d95ac -> 3fb2db62482)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel.git


omit 5a6647d95ac Regen SBOM from commit 
8bdacf8251a6eda9a228955a85ddf28bebfd63db
 add 3397bd12291 Regen SBOM from commit 
8bdacf8251a6eda9a228955a85ddf28bebfd63db (#14242)
 add 0b44ddece95 (chores) camel-ci: force a clean workspace cleanup before 
the build
 add cb41606dc90 (chores) camel-ci: remove the clean option as it clashes 
with the workspace cleanup
 add 0a7ac68541e Regen
 add f6e28ada941 Bump bytebuddy-version from 1.14.15 to 1.14.16 (#14244)
 add 912744645ed Bump io.qdrant:client from 1.9.0 to 1.9.1 (#14243)
 add 6385b6b9cdd Bump aws-java-sdk2-version from 2.25.59 to 2.25.60 (#14245)
 add 4ad055286bf Bump io.nats:jnats from 2.17.6 to 2.18.1 (#14246)
 add c57faf1e6b8 INFRA-25795: use avx nodes on CI
 add 7af8f1c13a5 CAMEL-20782: Re-enable MongoDB tests on ASF CI
 add b7d80526a3f Upgrade Vault container image to version 1.16.2 (#14247)
 add 648e549c27a Upgrade Nats container to version 2.10.16 (#14249)
 add c18d99785ef CAMEL-20875 allow modify unsupportedCheck temporarily
 add a58b929167f Create a langchain4j-core module
 add 283a6589795 (chores) ci: fix vulnerability by using directly 
referenced action (#14252)
 add dc07deab56e Revert "(chores) ci: fix vulnerability by using directly 
referenced action (#14252)"
 add b5048e9f966 Update jpa tests to OpenJPA 4.0.0
 add 135aae05f90 Bump com.google.cloud:google-cloud-functions-bom from 
2.45.0 to 2.46.0 (#14260)
 add a7f8dbcb7fc (chores) camel-file: use final when possible
 add ed0a077c7a8 (chores) camel-file: remove redundant variables
 add 764ac792aba (chores) camel-file: simplify truncating a file
 add 51ad53dc48b CAMEL-20798: EndpointServiceLocation on components to make 
it possible to know which remote system Camel connects to to assist for 
monitoring and observability (#14267)
 add 6b4c72c6752 Bump com.google.cloud:google-cloud-secretmanager-bom 
(#14253)
 add ffccc4ea6ab Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 
3.3.0 (#14254)
 add 8b026647d48 Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 
(#14258)
 add b3b86e6cb31 Bump io.netty:netty-bom from 4.1.109.Final to 
4.1.110.Final (#14261)
 add b1151b60def Bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2 
(#14265)
 add 6ad7d502736 Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.1 (#14257)
 add 8861314f665 Bump com.influxdb:influxdb-client-java from 7.0.0 to 7.1.0 
(#14256)
 add e23c0b32433 Bump org.owasp:dependency-check-maven from 9.1.0 to 9.2.0 
(#14264)
 add 95d0414664c Bump org.openapitools:openapi-generator from 7.5.0 to 
7.6.0 (#14266)
 add 79951dbb4fa Bump langchain4j-version from 0.30.0 to 0.31.0 (#14259)
 add 029918051b5 langchain-core should not be in catalog
 add 893ffcce366 Bump maven-version from 3.9.6 to 3.9.7 (#14255)
 add 1332f293b78 Bumps  from 3.9.6 to 3.9.7.
 add 56aff9f89b9 Bump jackson2-version from 2.16.2 to 2.17.1 (#14068)
 add c6876c46dff CAMEL-20808: camel-etcd - Setting endpoint should be 
tooling friendly
 add 7d6cf65e0d8 CAMEL-20799: Added unit test
 add e4f53e68eca Opensearch 2.14.0 (#14271)
 add 96aa85ccfb1 CAMEL-20799: camel-catalog - Model schema for setHeaders 
and setVariables does not include array of element
 add afdf43e9d5a Upgrade apache pulsar 3.2.3 (#14270)
 add a8464402b16 Regen for commit afdf43e9d5a4f053c99506e1a3ce3bebabd27ffe 
(#14273)
 add 22dbedf8af7 CAMEL-20798: EndpointServiceLocation on components to make 
it possible to know which remote system Camel connects to to assist for 
monitoring and observability
 add ed0fe0a745f CAMEL-20798: EndpointServiceLocation on components to make 
it possible to know which remote system Camel connects to to assist for 
monitoring and observability - AWS S3 (#14274)
 add a95615bdc77 (chores) camel-couchbase: cleanup disabling 
resource-intensive tests
 add 728e7d2fde0 (chores) camel-aws2-eventbridge: avoid singleton 
containers for some tests
 add 43680e6f044 (chores) camel-sjms: isolate a few flaky tests
 add 1619172b2d2 CAMEL-20722: disable flaky camel-kafka tests
 add c98a4a20e06 CAMEL-20810: camel-jbang - Add camel get platform-http 
command
 add dc286924610 camel-tracing - Add region to tags. Optimize code a bit
 add 4d94cc7fd7e camel-tracing - Do not use deprecated code
 add 4b747b8367c camel-tracing - Do not use deprecated code
 add 2d2c632f336 Polished
 add 8dc54ec88fd CAMEL-20815: exchange.getVariable does not get Global 
variables in custom processor
 add 3e212eab4cb Bump aws-java-sdk2-version from 2.25.60 to 2.25.62 (#14276)
 add 72386eefad8 Bump com.twilio.sdk:twilio from 10.1.5 to 10.2.0 (#14278)
 add 83a2290e657 Bump org.apache.maven.shared:maven-dependency-tree f

[PR] Generated sources regen for SBOM [camel]

2024-06-02 Thread via GitHub


github-actions[bot] opened a new pull request, #14299:
URL: https://github.com/apache/camel/pull/14299

   Regen bot :robot: found some uncommitted changes after running build on 
:camel: `main` branch for generating SBOMs.
   Please do not delete `regen_bot_sbom` branch after merge/rebase.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-kamelets) branch regen_bot updated (399860bd -> 81a95edf)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


from 399860bd Align Azure Schema Registry Apache Avro to version 1.1.16 as 
reported in Azure SDK BOM version 1.2.23 for Camel 4.7.x
 add 81a95edf Regen SBOM from commit 
399860bdf68af7ca04eabdc03d98f666f3e3a70b (#2064)

No new revisions were added by this update.

Summary of changes:
 camel-kamelets-sbom/camel-kamelets-sbom.json | 697 ++-
 camel-kamelets-sbom/camel-kamelets-sbom.xml  | 659 -
 2 files changed, 681 insertions(+), 675 deletions(-)



Re: [PR] Generated sources regen for SBOM [camel-quarkus]

2024-06-02 Thread via GitHub


oscerd merged PR #6144:
URL: https://github.com/apache/camel-quarkus/pull/6144


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Generated sources regen for SBOM [camel-kamelets]

2024-06-02 Thread via GitHub


oscerd merged PR #2064:
URL: https://github.com/apache/camel-kamelets/pull/2064


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-kamelets) branch regen_bot_sbom updated (60434215 -> 348d2aff)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


from 60434215 chore(e2e): Add Jira add comment Kamelet tests (#2050)
 add 9f24f6c3 Bump org.apache.maven:maven-compat from 3.9.6 to 3.9.7 (#2057)
 add 53ef8d8d Bump org.apache.maven:maven-artifact from 3.9.6 to 3.9.7 
(#2058)
 add 7fe2a9ac Bump org.apache.maven:maven-core from 3.9.6 to 3.9.7 (#2059)
 add 7c823033 Bump org.apache.maven:maven-plugin-api from 3.9.6 to 3.9.7 
(#2060)
 add 303a058e Upgrade Snowflake jdbc to version 3.16.1 (#2061)
 add 9f667230 Align Azure Identity to version 1.12.0 as reported in Azure 
SDK BOM version 1.2.23 for Camel 4.7.x
 add a365d042 Align Azure Identity to version 1.12.0 as reported in Azure 
SDK BOM version 1.2.23 for Camel 4.7.x
 add 3129a6de Align Azure Schema Registry Apache Avro to version 1.1.16 as 
reported in Azure SDK BOM version 1.2.23 for Camel 4.7.x
 add 399860bd Align Azure Schema Registry Apache Avro to version 1.1.16 as 
reported in Azure SDK BOM version 1.2.23 for Camel 4.7.x
 add 348d2aff Regen SBOM from commit 
399860bdf68af7ca04eabdc03d98f666f3e3a70b

No new revisions were added by this update.

Summary of changes:
 camel-kamelets-sbom/camel-kamelets-sbom.json   | 697 +++--
 camel-kamelets-sbom/camel-kamelets-sbom.xml| 659 +--
 .../kafka-azure-schema-registry-sink.kamelet.yaml  |   4 +-
 ...kafka-azure-schema-registry-source.kamelet.yaml |   4 +-
 ...batch-azure-schema-registry-source.kamelet.yaml |   4 +-
 kamelets/snowflake-sink.kamelet.yaml   |   2 +-
 kamelets/snowflake-source.kamelet.yaml |   2 +-
 .../kafka-azure-schema-registry-sink.kamelet.yaml  |   4 +-
 ...kafka-azure-schema-registry-source.kamelet.yaml |   4 +-
 ...batch-azure-schema-registry-source.kamelet.yaml |   4 +-
 .../resources/kamelets/snowflake-sink.kamelet.yaml |   2 +-
 .../kamelets/snowflake-source.kamelet.yaml |   2 +-
 library/kamelets-maven-plugin/pom.xml  |   8 +-
 pom.xml|   6 +-
 14 files changed, 704 insertions(+), 698 deletions(-)



[PR] Generated sources regen for SBOM [camel-kamelets]

2024-06-02 Thread via GitHub


github-actions[bot] opened a new pull request, #2064:
URL: https://github.com/apache/camel-kamelets/pull/2064

   Regen bot :robot: found some uncommitted changes after running build on 
:camel-kamelets: `main` branch for generating SBOMs.
   Please do not delete `regen_bot_sbom` branch after merge/rebase.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(camel-quarkus) branch regen_bot_sbom updated (cc6d8f9e7b -> 12221379ff)

2024-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


omit cc6d8f9e7b Regen SBOM from commit 
c134fe4e4698e51c0b78876317079b1c8402f2ff
 add 825571eb93 Regen SBOM from commit 
c134fe4e4698e51c0b78876317079b1c8402f2ff (#6120)
 add 852f4a31a7 Fixup rest-openapi doc
 add c4ee52f1fb Bump net.revelc.code:impsort-maven-plugin from 1.9.0 to 
1.10.0 (#6122)
 add 248e869ce1 Bump 
io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.15.0 to 2.16.0
 add a5f192e43d Upgrade azure-core-http-vertx to 1.0.0-beta.18
 add 3bb76199e6 Add com.azure:azure-core-http-vertx to Dependabot config
 add 9eddcf5ed9 Remove hard coded version from langchain4j-ollama
 add bf388f0c93 Remove unused version properties
 add 283f43ddfe Bump net.revelc.code.formatter:formatter-maven-plugin 
(#6135)
 add abcb87176d Use more robust type check in test report action for test 
case names
 add da83f0dd42 MySql test does not work on FIPS enabled system - native
 add 6a38620f4c Next is 3.12.0-SNAPSHOT
 add c1bbfb8b5c Add changelog for 3.11.0
 add 2dcd428b62 Fix release guide command for regenerating files post 
SNAPSHOT version bump
 add 1914d91428 Additional test coverage for GraphQL extension
 add 349bbda855 Add langchain4j-chat native support
 add bb721ff4a0 Fix #5824 to add camel trace config properties (#6130)
 add 6009c77310 Remove duplicated dependency from tests-support-kafka
 add 12221379ff Regen SBOM from commit 
6009c773107899d78c7ad519ccfe27a4200d9c8d

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   (cc6d8f9e7b)
\
 N -- N -- N   refs/heads/regen_bot_sbom (12221379ff)

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/actions/test-summary-report/action.yaml| 2 +-
 .github/dependabot.yml | 1 +
 CHANGELOG.md   |56 +-
 camel-quarkus-sbom/camel-quarkus-sbom.json | 25641 ++-
 camel-quarkus-sbom/camel-quarkus-sbom.xml  | 23623 -
 catalog/pom.xml| 2 +-
 docs/antora.yml| 2 +-
 .../ROOT/examples/components/langchain4j-chat.yml  | 6 +-
 .../pages/contributor-guide/release-guide.adoc | 2 +-
 .../ROOT/pages/reference/extensions/core.adoc  |86 +-
 .../reference/extensions/langchain4j-chat.adoc |14 +-
 .../pages/reference/extensions/rest-openapi.adoc   | 1 +
 docs/pom.xml   | 2 +-
 extensions-core/core-cloud/deployment/pom.xml  | 2 +-
 extensions-core/core-cloud/pom.xml | 2 +-
 extensions-core/core-cloud/runtime/pom.xml | 2 +-
 extensions-core/core/deployment/pom.xml| 2 +-
 .../core/deployment/CamelContextProcessor.java |24 +
 .../CamelTraceTest.java}   |47 +-
 extensions-core/core/pom.xml   | 2 +-
 extensions-core/core/runtime/pom.xml   | 2 +-
 .../org/apache/camel/quarkus/core/CamelConfig.java |   100 +-
 .../camel/quarkus/core/CamelContextRecorder.java   |31 +
 extensions-core/http-common/deployment/pom.xml | 2 +-
 extensions-core/http-common/pom.xml| 2 +-
 extensions-core/http-common/runtime/pom.xml| 2 +-
 extensions-core/pom.xml| 2 +-
 .../reactive-executor/deployment/pom.xml   | 2 +-
 extensions-core/reactive-executor/pom.xml  | 2 +-
 extensions-core/reactive-executor/runtime/pom.xml  | 2 +-
 .../threadpoolfactory-vertx/deployment/pom.xml | 2 +-
 extensions-core/threadpoolfactory-vertx/pom.xml| 2 +-
 .../threadpoolfactory-vertx/runtime/pom.xml| 2 +-
 extensions-core/xml-io-dsl/deployment/pom.xml  | 2 +-
 extensions-core/xml-io-dsl/pom.xml | 2 +-
 extensions-core/xml-io-dsl/runtime/pom.xml | 2 +-
 extensions-core/xml-jaxb/deployment/pom.xml| 2 +-
 extensions-core/xml-jaxb/pom.xml   | 2 +-
 extensions-core/xml-jaxb/runtime/pom.xml   | 2 +-
 extensions-core/xml-jaxp/deployment/pom.xml| 2 +-
 extensi

[PR] Generated sources regen for SBOM [camel-quarkus]

2024-06-02 Thread via GitHub


github-actions[bot] opened a new pull request, #6144:
URL: https://github.com/apache/camel-quarkus/pull/6144

   Regen bot :robot: found some uncommitted changes after running build on 
:camel-quarkus: `main` branch for generating SBOMs.
   Please do not delete `regen_bot_sbom` branch after merge/rebase.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] CAMEL-20680 - fix root cause of slow publish to partition 1 + CAMEL-20722 re-enable [camel]

2024-06-02 Thread via GitHub


jvsingh commented on PR #14298:
URL: https://github.com/apache/camel/pull/14298#issuecomment-2143773350

   Could the error be related to this? 
https://github.com/apache/camel/actions/runs/9332185585?
   I have no change in the source file flagged up in the error
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] CAMEL-20680 - fix root cause of slow publish to partition 1 + CAMEL-20722 re-enable [camel]

2024-06-02 Thread via GitHub


jvsingh commented on PR #14298:
URL: https://github.com/apache/camel/pull/14298#issuecomment-2143769452

   I have no local changes after mvn verify. 
   Only 1 source file changed in this commit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org