Re: [PR] Remove usage of deprecated VS Code Didact [camel-k-examples]

2024-05-22 Thread via GitHub
tdiesler commented on PR #97: URL: https://github.com/apache/camel-k-examples/pull/97#issuecomment-2126269749 This [commit](https://github.com/apache/camel-k/commit/7ee129afcd7ee53b4f25f5dab1ecc55689b1f2cd) removes `resource-file-xyz.groovy` route definitions without providing yaml

(camel) branch regen_bot updated (b85d39ddb95 -> fbc46aba98e)

2024-05-22 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 b85d39ddb95 Clean up smpp reconnect methods add fbc46aba98e Try to fix website build No new revisions

(camel) branch main updated: Try to fix website build

2024-05-22 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 fbc46aba98e Try to fix website build fbc46aba98e

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

2024-05-22 Thread via GitHub
github-actions[bot] commented on issue #2927: URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-2125995198 The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) branch build has failed: * Build ID:

(camel-k) branch release-2.3.x updated: chore: nightly automatic updates

2024-05-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-2.3.x in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/release-2.3.x by this push: new 8f63c5692 chore: nightly

Re: [I] Custom kamelets from GitHub repositories are not applied to cluster. [camel-k]

2024-05-22 Thread via GitHub
github-actions[bot] commented on issue #5174: URL: https://github.com/apache/camel-k/issues/5174#issuecomment-2125978159 This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s

Re: [PR] Add support to properly run out of cluster [camel-k]

2024-05-22 Thread via GitHub
github-actions[bot] closed pull request #5109: Add support to properly run out of cluster URL: https://github.com/apache/camel-k/pull/5109 -- 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

(camel-k) branch main updated: chore: nightly automatic updates

2024-05-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/main by this push: new 08f93b9f9 chore: nightly automatic updates

Re: [I] Add the possibility to change the maven repository used to build the images [camel-karavan]

2024-05-22 Thread via GitHub
mgubaidullin commented on issue #1292: URL: https://github.com/apache/camel-karavan/issues/1292#issuecomment-2125630385 https://github.com/apache/camel-karavan/discussions/1226 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

(camel-website) branch regen_bot updated (647d494b -> bb7e6e24)

2024-05-22 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-website.git from 647d494b Add Camel-Kamelets release 4.6.0 (#1184) add bb7e6e24 Update front page No new revisions

(camel-website) branch main updated: Update front page

2024-05-22 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-website.git The following commit(s) were added to refs/heads/main by this push: new bb7e6e24 Update front page bb7e6e24 is

[PR] Fix offline script to use maven settings and option to skip ssl verification [camel-k]

2024-05-22 Thread via GitHub
claudio4j opened a new pull request, #5538: URL: https://github.com/apache/camel-k/pull/5538 **Release Note** ```release-note NONE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Remove usage of deprecated VS Code Didact [camel-k-examples]

2024-05-22 Thread via GitHub
tdiesler commented on code in PR #97: URL: https://github.com/apache/camel-k-examples/pull/97#discussion_r1610244544 ## .vscode/extensions.json: ## @@ -1,6 +0,0 @@ -{ - "recommendations": [ -"redhat.vscode-didact", -"redhat.apache-camel-extension-pack" Review Comment:

Re: [PR] Remove usage of deprecated VS Code Didact [camel-k-examples]

2024-05-22 Thread via GitHub
tdiesler commented on PR #97: URL: https://github.com/apache/camel-k-examples/pull/97#issuecomment-2125132330 > I think you forgot to swith `resource-file-xyz` examples. You've also removing `resources-data` files which were used by those examples. I removed it because I thought it

Re: [I] Add the possibility to change the maven repository used to build the images [camel-karavan]

2024-05-22 Thread via GitHub
remiborredon commented on issue #1292: URL: https://github.com/apache/camel-karavan/issues/1292#issuecomment-2125089688 Thank you for the information. Regarding my issue, I tried your solution but unfortunatelly, I saw that Camel still try to use the default repo. I saw in the doc

Re: [I] Remove those Kamelets depending on third party API [camel-kamelets]

2024-05-22 Thread via GitHub
oscerd commented on issue #2056: URL: https://github.com/apache/camel-kamelets/issues/2056#issuecomment-2125023052 We cannot move them in a different folder, because otherwise they won't appear in the documentation and this will require some hacks on the maven plugin. What we can do is

[I] Remove those Kamelets depending on third party API [camel-kamelets]

2024-05-22 Thread via GitHub
squakez opened a new issue, #2056: URL: https://github.com/apache/camel-kamelets/issues/2056 Not sure why, but we have a few Kamelets depending on third party API which are unreliable and IMO, should not slip into any official distribution. For example, Beer-source, Chuck Norris, etc...

(camel-quarkus) branch dependabot/maven/me.escoffier.certs-certificate-generator-junit5-0.6.0 created (now 99f52caa4f)

2024-05-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/me.escoffier.certs-certificate-generator-junit5-0.6.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git at 99f52caa4f --- updated-dependencies: -

[PR] Bump me.escoffier.certs:certificate-generator-junit5 from 0.5.0 to 0.6.0 [camel-quarkus]

2024-05-22 Thread via GitHub
dependabot[bot] opened a new pull request, #6118: URL: https://github.com/apache/camel-quarkus/pull/6118 Bumps [me.escoffier.certs:certificate-generator-junit5](https://github.com/cescoffier/certificate-generator) from 0.5.0 to 0.6.0. Commits

Re: [I] Add the possibility to change the maven repository used to build the images [camel-karavan]

2024-05-22 Thread via GitHub
mgubaidullin commented on issue #1292: URL: https://github.com/apache/camel-karavan/issues/1292#issuecomment-2124970342 The latest release was 4.5.0 You could find releases here https://github.com/apache/camel-karavan/releases -- This is an automated message from the Apache Git

(camel-quarkus) branch main updated (1de918f30a -> 21f2f49cf1)

2024-05-22 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git from 1de918f30a Kafka tests in fips new 07972593de Upgrade Quarkus to 3.11.0 new 21f2f49cf1 Add

(camel-quarkus) 01/02: Upgrade Quarkus to 3.11.0

2024-05-22 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 commit 07972593de718395bf6bd01605c4da6cb97d25e9 Author: James Netherton AuthorDate: Wed May 22 13:53:41 2024

(camel-quarkus) 02/02: Add me.escoffier.certs:certificate-generator-junit5 to dependabot config

2024-05-22 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 commit 21f2f49cf1fb194e05bd6e531f5c097d73b8f05c Author: James Netherton AuthorDate: Wed May 22 13:55:02 2024

Re: [PR] Upgrade Quarkus to 3.11.0 [camel-quarkus]

2024-05-22 Thread via GitHub
jamesnetherton merged PR #6117: URL: https://github.com/apache/camel-quarkus/pull/6117 -- 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:

Re: [PR] Fix quarkus-version property to quarkus-bom [camel-k-runtime]

2024-05-22 Thread via GitHub
claudio4j closed pull request #1209: Fix quarkus-version property to quarkus-bom URL: https://github.com/apache/camel-k-runtime/pull/1209 -- 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

[PR] Fix quarkus-version property to quarkus-bom [camel-k-runtime]

2024-05-22 Thread via GitHub
claudio4j opened a new pull request, #1209: URL: https://github.com/apache/camel-k-runtime/pull/1209 Use the specific `quarkus-version` to set the version of the `quarkus-bom` artifact, since it may differ from the quarkus-platform **Release Note**

Re: [PR] Another set of code related warnings fixes [camel]

2024-05-22 Thread via GitHub
orpiske commented on PR #14222: URL: https://github.com/apache/camel/pull/14222#issuecomment-2124808925 First run (before the last commit pushed) had only 1 failure on ` org.apache.camel.component.infinispan.remote.InfinispanRemoteProducerIT.replaceAValueByKeyAsyncWithOldValue`. I

Re: [I] Add the possibility to change the maven repository used to build the images [camel-karavan]

2024-05-22 Thread via GitHub
remiborredon commented on issue #1292: URL: https://github.com/apache/camel-karavan/issues/1292#issuecomment-2124788750 Thanks a lot. That's weared, here is the beginning of my docker-compose file: `name: karavan services: karavan: container_name: karavan

Re: [I] Add the possibility to change the maven repository used to build the images [camel-karavan]

2024-05-22 Thread via GitHub
mgubaidullin commented on issue #1292: URL: https://github.com/apache/camel-karavan/issues/1292#issuecomment-2124773665 BTW. 4.6.0 is not yet released ;-) -- 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

Re: [I] Add the possibility to change the maven repository used to build the images [camel-karavan]

2024-05-22 Thread via GitHub
mgubaidullin commented on issue #1292: URL: https://github.com/apache/camel-karavan/issues/1292#issuecomment-2124772672 Set `camel.jbang.repos=https://myrepo` in `application.properties` of the project. Or in `application.properties` in Templates project if you want to have this config

[PR] Upgrade Quarkus to 3.11.0 [camel-quarkus]

2024-05-22 Thread via GitHub
jamesnetherton opened a new pull request, #6117: URL: https://github.com/apache/camel-quarkus/pull/6117 (no comment) -- 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

(camel-quarkus) branch main updated: Kafka tests in fips

2024-05-22 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 1de918f30a Kafka tests in fips

Re: [I] Kafka tests fails in FIPS environment [camel-quarkus]

2024-05-22 Thread via GitHub
jamesnetherton closed issue #6090: Kafka tests fails in FIPS environment URL: https://github.com/apache/camel-quarkus/issues/6090 -- 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

Re: [PR] kafka-ssl in fips [camel-quarkus]

2024-05-22 Thread via GitHub
jamesnetherton merged PR #6091: URL: https://github.com/apache/camel-quarkus/pull/6091 -- 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:

[I] Add the possibility to change the maven repository used to build the images [camel-karavan]

2024-05-22 Thread via GitHub
remiborredon opened a new issue, #1292: URL: https://github.com/apache/camel-karavan/issues/1292 ### Describe the solution you'd like Hello, I'm beginning to use Camel Karavan (v4.6.0) but when I try to run a simple route with for example a paho client, I obtain that error:

(camel) branch dependabot/maven/org.wiremock-wiremock-3.5.4 deleted (was e48edf8e8d7)

2024-05-22 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.wiremock-wiremock-3.5.4 in repository https://gitbox.apache.org/repos/asf/camel.git was e48edf8e8d7 --- updated-dependencies: - dependency-name:

Re: [PR] Bump org.wiremock:wiremock from 3.0.3 to 3.5.4 [camel]

2024-05-22 Thread via GitHub
dependabot[bot] commented on PR #14221: URL: https://github.com/apache/camel/pull/14221#issuecomment-2124716748 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

Re: [PR] Bump org.wiremock:wiremock from 3.0.3 to 3.5.4 [camel]

2024-05-22 Thread via GitHub
oscerd closed pull request #14221: Bump org.wiremock:wiremock from 3.0.3 to 3.5.4 URL: https://github.com/apache/camel/pull/14221 -- 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

(camel-kamelets) branch dependabot/maven/org.citrusframework-citrus-bom-4.2.1 deleted (was 1f5ccccc)

2024-05-22 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.citrusframework-citrus-bom-4.2.1 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git was 1f5c Bump org.citrusframework:citrus-bom from 4.2.0

(camel-kamelets) branch dependabot/maven/org.citrusframework.yaks-yaks-bom-0.19.2 deleted (was 3d400ffb)

2024-05-22 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.citrusframework.yaks-yaks-bom-0.19.2 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git was 3d400ffb Bump org.citrusframework.yaks:yaks-bom from

Re: [PR] Bump org.citrusframework:citrus-bom from 4.2.0 to 4.2.1 [camel-kamelets]

2024-05-22 Thread via GitHub
dependabot[bot] commented on PR #2055: URL: https://github.com/apache/camel-kamelets/pull/2055#issuecomment-2124677804 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

Re: [PR] Bump org.citrusframework:citrus-bom from 4.2.0 to 4.2.1 [camel-kamelets]

2024-05-22 Thread via GitHub
oscerd closed pull request #2055: Bump org.citrusframework:citrus-bom from 4.2.0 to 4.2.1 URL: https://github.com/apache/camel-kamelets/pull/2055 -- 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

(camel-kamelets) branch dependabot/maven/cucumber.version-7.18.0 deleted (was 83d602ca)

2024-05-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/cucumber.version-7.18.0 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git was 83d602ca Bump cucumber.version from 7.17.0 to 7.18.0 The revisions

Re: [PR] Bump org.citrusframework.yaks:yaks-bom from 0.19.1 to 0.19.2 [camel-kamelets]

2024-05-22 Thread via GitHub
dependabot[bot] commented on PR #2054: URL: https://github.com/apache/camel-kamelets/pull/2054#issuecomment-2124677592 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

Re: [PR] Bump org.citrusframework.yaks:yaks-bom from 0.19.1 to 0.19.2 [camel-kamelets]

2024-05-22 Thread via GitHub
oscerd closed pull request #2054: Bump org.citrusframework.yaks:yaks-bom from 0.19.1 to 0.19.2 URL: https://github.com/apache/camel-kamelets/pull/2054 -- 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

Re: [PR] Bump cucumber.version from 7.17.0 to 7.18.0 [camel-kamelets]

2024-05-22 Thread via GitHub
dependabot[bot] commented on PR #2053: URL: https://github.com/apache/camel-kamelets/pull/2053#issuecomment-2124677381 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a

Re: [PR] Bump cucumber.version from 7.17.0 to 7.18.0 [camel-kamelets]

2024-05-22 Thread via GitHub
oscerd closed pull request #2053: Bump cucumber.version from 7.17.0 to 7.18.0 URL: https://github.com/apache/camel-kamelets/pull/2053 -- 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

[I] Unable to specify any CloudEvent attributes or extensions, except for `type` [camel-k]

2024-05-22 Thread via GitHub
matzew opened a new issue, #5537: URL: https://github.com/apache/camel-k/issues/5537 ### Requirement Creating a `Pipe` that is reading from a **Knative Broker**, requires to set the `type` attribute of the CloudEvent. This is than used when Camel-K creates a Knative `Trigger` and

(camel-k) branch main updated: chore: Remove useless print

2024-05-22 Thread gfournier
This is an automated email from the ASF dual-hosted git repository. gfournier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/main by this push: new 324844986 chore: Remove useless print 324844986

Re: [PR] chore: Remove useless print [camel-k]

2024-05-22 Thread via GitHub
gansheer merged PR #5536: URL: https://github.com/apache/camel-k/pull/5536 -- 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:

Re: [PR] Another set of code related warnings fixes [camel]

2024-05-22 Thread via GitHub
orpiske commented on PR #14222: URL: https://github.com/apache/camel/pull/14222#issuecomment-2124639847 > > @gnodet it would probably be good to run a full test on the code before merging. I've triggered a build on my own CI to see how it goes. > > Agreed. The PR template mentions

(camel) branch regen_bot updated (4417f629db5 -> b85d39ddb95)

2024-05-22 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 4417f629db5 --- (#14218) add b85d39ddb95 Clean up smpp reconnect methods No new revisions were added by

(camel) branch main updated: Clean up smpp reconnect methods

2024-05-22 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet 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 b85d39ddb95 Clean up smpp reconnect methods

Re: [PR] Another set of code related warnings fixes [camel]

2024-05-22 Thread via GitHub
gnodet commented on PR #14222: URL: https://github.com/apache/camel/pull/14222#issuecomment-2124614440 > > > > There's another busy-wait loop issue in `org.apache.camel.support.Task`. This is usually not a problem when performing non trivial tasks and re-attempting again in case of a

Re: [PR] Another set of code related warnings fixes [camel]

2024-05-22 Thread via GitHub
gnodet commented on PR #14222: URL: https://github.com/apache/camel/pull/14222#issuecomment-2124610225 > @gnodet it would probably be good to run a full test on the code before merging. I've triggered a build on my own CI to see how it goes. Agreed. The PR template mentions

Re: [PR] CAMEL-20785: more cleanup work to the CamelTestSupport class [camel]

2024-05-22 Thread via GitHub
github-actions[bot] commented on PR #14224: URL: https://github.com/apache/camel/pull/14224#issuecomment-2124604478 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] CAMEL-20785: more cleanup work to the CamelTestSupport class [camel]

2024-05-22 Thread via GitHub
orpiske opened a new pull request, #14224: URL: https://github.com/apache/camel/pull/14224 Continuing moving and cleaning up things to prepare the ground for bigger cleanups -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Remove usage of deprecated VS Code Didact [camel-k-examples]

2024-05-22 Thread via GitHub
apupier commented on code in PR #97: URL: https://github.com/apache/camel-k-examples/pull/97#discussion_r1609810599 ## .vscode/extensions.json: ## @@ -1,6 +0,0 @@ -{ - "recommendations": [ -"redhat.vscode-didact", -"redhat.apache-camel-extension-pack" Review Comment:

Re: [PR] feat(trait): jvm refactoring [camel-k]

2024-05-22 Thread via GitHub
github-actions[bot] commented on PR #5488: URL: https://github.com/apache/camel-k/pull/5488#issuecomment-2124589015 :heavy_check_mark: Unit test coverage report - coverage increased from 38.4% to 38.6% (**+0.2%**) -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Another set of code related warnings fixes [camel]

2024-05-22 Thread via GitHub
gnodet commented on PR #14222: URL: https://github.com/apache/camel/pull/14222#issuecomment-2124568302 > > > There's another busy-wait loop issue in `org.apache.camel.support.Task`. This is usually not a problem when performing non trivial tasks and re-attempting again in case of a

(camel-spring-boot) branch main updated: Regen

2024-05-22 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-spring-boot.git The following commit(s) were added to refs/heads/main by this push: new a642c76d4fb Regen a642c76d4fb is

(camel) branch regen_bot updated (c5b146dc2df -> 4417f629db5)

2024-05-22 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 c5b146dc2df CAMEL-20795 - camel-nats - NATS Credential file support (#14223) add e7ca2b8fd80 --- (#14216)

Re: [I] Remove usage of deprecated VS Code Didact [camel-k-examples]

2024-05-22 Thread via GitHub
tdiesler commented on issue #56: URL: https://github.com/apache/camel-k-examples/issues/56#issuecomment-2124556481 PR: https://github.com/apache/camel-k-examples/pull/97 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

(camel) branch main updated (e7ca2b8fd80 -> 4417f629db5)

2024-05-22 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from e7ca2b8fd80 --- (#14216) add 4417f629db5 --- (#14218) No new revisions were added by this update. Summary of

Re: [PR] Bump com.google.apis:google-api-services-drive from v3-rev20240327-2.0.0 to v3-rev20240509-2.0.0 [camel]

2024-05-22 Thread via GitHub
davsclaus merged PR #14218: URL: https://github.com/apache/camel/pull/14218 -- 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:

Re: [PR] Bump org.wiremock:wiremock from 3.0.3 to 3.5.4 [camel]

2024-05-22 Thread via GitHub
davsclaus commented on PR #14221: URL: https://github.com/apache/camel/pull/14221#issuecomment-2124557059 okay so this upgrade requires manual updates to fix these issues - we should check every component that uses wiremock to fix -- This is an automated message from the Apache Git

(camel) branch dependabot/maven/com.google.apis-google-api-services-drive-v3-rev20240509-2.0.0 deleted (was c753a8ffeac)

2024-05-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.apis-google-api-services-drive-v3-rev20240509-2.0.0 in repository https://gitbox.apache.org/repos/asf/camel.git was c753a8ffeac --- updated-dependencies: -

[PR] Remove usage of deprecated VS Code Didact [camel-k-examples]

2024-05-22 Thread via GitHub
tdiesler opened a new pull request, #97: URL: https://github.com/apache/camel-k-examples/pull/97 Update generic languages, env, cron -- 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

Re: [PR] Bump com.google.apis:google-api-services-drive from v3-rev20240327-2.0.0 to v3-rev20240509-2.0.0 [camel]

2024-05-22 Thread via GitHub
github-actions[bot] commented on PR #14218: URL: https://github.com/apache/camel/pull/14218#issuecomment-2124518093 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Bump com.google.apis:google-api-services-drive from v3-rev20240327-2.0.0 to v3-rev20240509-2.0.0 [camel]

2024-05-22 Thread via GitHub
davsclaus commented on PR #14218: URL: https://github.com/apache/camel/pull/14218#issuecomment-2124517269 /component-test camel-google -- 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

(camel) branch dependabot/maven/opensearch-rest-client-version-2.14.0 deleted (was 3d3dad477d4)

2024-05-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/opensearch-rest-client-version-2.14.0 in repository https://gitbox.apache.org/repos/asf/camel.git was 3d3dad477d4 --- updated-dependencies: - dependency-name:

(camel) branch main updated (c5b146dc2df -> e7ca2b8fd80)

2024-05-22 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from c5b146dc2df CAMEL-20795 - camel-nats - NATS Credential file support (#14223) add e7ca2b8fd80 --- (#14216) No

Re: [PR] Bump opensearch-rest-client-version from 2.13.0 to 2.14.0 [camel]

2024-05-22 Thread via GitHub
davsclaus merged PR #14216: URL: https://github.com/apache/camel/pull/14216 -- 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:

(camel) branch regen_bot updated (60ad51f7d69 -> c5b146dc2df)

2024-05-22 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 60ad51f7d69 --- (#14219) add c5b146dc2df CAMEL-20795 - camel-nats - NATS Credential file support (#14223)

Re: [PR] camel-influxdb2 - missing dependencies added after integration test [camel-karaf]

2024-05-22 Thread via GitHub
ozgurkisir-qlik commented on PR #293: URL: https://github.com/apache/camel-karaf/pull/293#issuecomment-2124511952 ### HOW TO TEST camel-influxdb2 ? For testing 2 different operations of InfluxDB2 (ping, insert), - add the repo with updated camel-influxdb2 feature -

(camel) branch CAMEL-20795 deleted (was d6bcf59ae62)

2024-05-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch CAMEL-20795 in repository https://gitbox.apache.org/repos/asf/camel.git was d6bcf59ae62 CAMEL-20795 - camel-nats - NATS Credential file support The revisions that were on this branch

(camel) branch main updated: CAMEL-20795 - camel-nats - NATS Credential file support (#14223)

2024-05-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino 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 c5b146dc2df CAMEL-20795 - camel-nats - NATS

Re: [PR] CAMEL-20795 - camel-nats - NATS Credential file support [camel]

2024-05-22 Thread via GitHub
oscerd merged PR #14223: URL: https://github.com/apache/camel/pull/14223 -- 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:

Re: [PR] kafka-ssl in fips [camel-quarkus]

2024-05-22 Thread via GitHub
JiriOndrusek commented on PR #6091: URL: https://github.com/apache/camel-quarkus/pull/6091#issuecomment-2124498550 @jamesnetherton The support module was renamed to `camel-quarkus-integration-tests-support-certificate-generator` -- This is an automated message from the Apache Git

Re: [PR] CAMEL-20795 - camel-nats - NATS Credential file support [camel]

2024-05-22 Thread via GitHub
github-actions[bot] commented on PR #14223: URL: https://github.com/apache/camel/pull/14223#issuecomment-2124462238 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] CAMEL-20795 - camel-nats - NATS Credential file support [camel]

2024-05-22 Thread via GitHub
oscerd commented on PR #14223: URL: https://github.com/apache/camel/pull/14223#issuecomment-2124461562 /component-test nats -- 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.

(camel) branch CAMEL-20795 updated (c971ca067f7 -> d6bcf59ae62)

2024-05-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch CAMEL-20795 in repository https://gitbox.apache.org/repos/asf/camel.git discard c971ca067f7 CAMEL-20795 - camel-nats - NATS Credential file support add 21a93450c02 --- (#14214)

(camel) branch regen_bot updated (8305082ec60 -> 60ad51f7d69)

2024-05-22 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 8305082ec60 Revert "INFRA-25795: use AVX-enabled hosts for x86 tests" add 60ad51f7d69 --- (#14219) No new

Re: [PR] Bump org.wiremock:wiremock from 3.0.3 to 3.5.4 [camel]

2024-05-22 Thread via GitHub
github-actions[bot] commented on PR #14221: URL: https://github.com/apache/camel/pull/14221#issuecomment-2124402180 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

(camel) branch regen_bot updated (a1cdc91d07e -> 8305082ec60)

2024-05-22 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 a1cdc91d07e --- (#14220) add 056e49a213c Revert "CAMEL-20782: re-enable MongoDB tests on ASF CI" add

Re: [PR] Bump org.wiremock:wiremock from 3.0.3 to 3.5.4 [camel]

2024-05-22 Thread via GitHub
oscerd commented on PR #14221: URL: https://github.com/apache/camel/pull/14221#issuecomment-2124401461 /component-test bonita oaipmh openstack platform-http-vertx pubnub rest-openapi thymeleaf xchange -- This is an automated message from the Apache Git Service. To respond to the message,

(camel) branch regen_bot updated (edfc3a285f7 -> a1cdc91d07e)

2024-05-22 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 edfc3a285f7 --- (#14217) add a1cdc91d07e --- (#14220) No new revisions were added by this update.

(camel) branch dependabot/maven/com.google.code.gson-gson-2.11.0 deleted (was e094422c3b2)

2024-05-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.code.gson-gson-2.11.0 in repository https://gitbox.apache.org/repos/asf/camel.git was e094422c3b2 --- updated-dependencies: - dependency-name:

(camel) branch regen_bot updated (1284276dc94 -> edfc3a285f7)

2024-05-22 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 1284276dc94 --- (#14215) add edfc3a285f7 --- (#14217) No new revisions were added by this update.

(camel) branch main updated (8305082ec60 -> 60ad51f7d69)

2024-05-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 8305082ec60 Revert "INFRA-25795: use AVX-enabled hosts for x86 tests" add 60ad51f7d69 --- (#14219) No new

Re: [PR] Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 [camel]

2024-05-22 Thread via GitHub
oscerd merged PR #14219: URL: https://github.com/apache/camel/pull/14219 -- 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:

(camel) branch regen_bot updated (351cc7d13b0 -> 1284276dc94)

2024-05-22 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 351cc7d13b0 CAMEL-18280: Reuse AWS localstack for slower modules add 007dc66f6de (chores) ci: always clean

Re: [PR] CAMEL-20795 - camel-nats - NATS Credential file support [camel]

2024-05-22 Thread via GitHub
oscerd commented on PR #14223: URL: https://github.com/apache/camel/pull/14223#issuecomment-2124394441 > Maybe we dont need `usecredentialsfile` and if the credentials file is set then that means it will be in use Makes sense, I've added that because I thought about how we are doing

(camel) branch dependabot/maven/com.google.apis-google-api-services-drive-v3-rev20240509-2.0.0 updated (08616f96073 -> c753a8ffeac)

2024-05-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.apis-google-api-services-drive-v3-rev20240509-2.0.0 in repository https://gitbox.apache.org/repos/asf/camel.git discard 08616f96073 --- updated-dependencies: -

Re: [PR] CAMEL-20795 - camel-nats - NATS Credential file support [camel]

2024-05-22 Thread via GitHub
davsclaus commented on PR #14223: URL: https://github.com/apache/camel/pull/14223#issuecomment-2124392444 Maybe we dont need `usecredentialsfile` and if the credentials file is set then that means it will be in use -- This is an automated message from the Apache Git Service. To respond

(camel) branch main updated (a1cdc91d07e -> 8305082ec60)

2024-05-22 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from a1cdc91d07e --- (#14220) add 056e49a213c Revert "CAMEL-20782: re-enable MongoDB tests on ASF CI" add

(camel) branch dependabot/maven/com.google.apis-google-api-services-drive-v3-rev20240509-2.0.0 updated (d86e4851ca3 -> 08616f96073)

2024-05-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.apis-google-api-services-drive-v3-rev20240509-2.0.0 in repository https://gitbox.apache.org/repos/asf/camel.git discard d86e4851ca3 --- updated-dependencies: -

Re: [PR] CAMEL-20795 - camel-nats - NATS Credential file support [camel]

2024-05-22 Thread via GitHub
github-actions[bot] commented on PR #14223: URL: https://github.com/apache/camel/pull/14223#issuecomment-2124388664 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

(camel) branch dependabot/maven/org.cometd.java-cometd-java-client-http-jetty-8.0.1 deleted (was 53fc5bf4aff)

2024-05-22 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.cometd.java-cometd-java-client-http-jetty-8.0.1 in repository https://gitbox.apache.org/repos/asf/camel.git was 53fc5bf4aff --- updated-dependencies: -

Re: [PR] Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 [camel]

2024-05-22 Thread via GitHub
github-actions[bot] commented on PR #14219: URL: https://github.com/apache/camel/pull/14219#issuecomment-2124388227 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

  1   2   3   >