Re: [PR] [Github Actions] Periodic Sync Camel Spring Boot (Camel 4) [camel-spring-boot]
oscerd closed pull request #1251: [Github Actions] Periodic Sync Camel Spring Boot (Camel 4) URL: https://github.com/apache/camel-spring-boot/pull/1251 -- 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-21252 Add checking for non .*-versions to sync-properties-maven-plugin (#15653) [camel]
davsclaus merged PR #15916: URL: https://github.com/apache/camel/pull/15916 -- 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 camel-4.8.x updated: CAMEL-21252 Add checking for non .*-versions to sync-properties-maven-plugin (#15653) (#15916)
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-4.8.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-4.8.x by this push: new 395f1163375 CAMEL-21252 Add checking for non .*-versions to sync-properties-maven-plugin (#15653) (#15916) 395f1163375 is described below commit 395f1163375021b388424234d55f3aa9322e15c8 Author: Tom Cunningham AuthorDate: Fri Oct 11 01:24:11 2024 -0400 CAMEL-21252 Add checking for non .*-versions to sync-properties-maven-plugin (#15653) (#15916) --- camel-dependencies/pom.xml | 3 ++ components/camel-zeebe/pom.xml | 2 +- .../java/org/apache/camel/util/SensitiveUtils.java | 2 +- .../ROOT/pages/camel-report-maven-plugin.adoc | 2 +- parent/pom.xml | 4 +-- tests/camel-itest/pom.xml | 2 +- .../maven/sync/properties/SyncPropertiesMojo.java | 37 ++ 7 files changed, 46 insertions(+), 6 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index 39faed4c164..8d887aa446e 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -63,6 +63,9 @@ sync-properties + + true + diff --git a/components/camel-zeebe/pom.xml b/components/camel-zeebe/pom.xml index 496bfd7edef..26d9512efd0 100644 --- a/components/camel-zeebe/pom.xml +++ b/components/camel-zeebe/pom.xml @@ -70,7 +70,7 @@ io.camunda zeebe-client-java -${zeebe.version} +${zeebe-version} diff --git a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java index a1019b57cf1..61845780879 100644 --- a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java +++ b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java @@ -178,7 +178,7 @@ public final class SensitiveUtils { + "|\\Qverificationcode\\E" + "|\\Qwebhookverifytoken\\E" + "|\\Qzookeeperpassword\\E" -// SENSITIVE-PATTERN: END +// SENSITIVE-PATTERN: END ; private SensitiveUtils() { diff --git a/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc b/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc index 86b02221433..5166bed5fa8 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc @@ -359,7 +359,7 @@ The maven plugin *coverage* goal supports the following options which can be con patterns (wildcard and regular expression). Multiple values can be separated by comma. | excludes | | To filter the names of java and xml files to exclude files matching any of the given list of patterns (wildcard and regular expression). Multiple values can be separated by comma. -| anonymousRoutes | false | Whether to allow anonymous routes (routes without any route id assigned). +| anonymousRoutes | false | **Deprecated** Whether to allow anonymous routes (routes without any route id assigned). By using route id's then it is safer to match the route cover data with the route source code. Anonymous routes are less safe to use for route coverage as its harder to know exactly which route that was tested corresponds to which of the routes from the source code. diff --git a/parent/pom.xml b/parent/pom.xml index bee8bbf1e5a..6cf0e280466 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -264,7 +264,7 @@ 2.0.0.Final 3.6.0.Final 1.4.10.Final - 7.6.1.Final + 7.6.1.Final 3.8.14.Final 1.1.1 2.0 @@ -501,7 +501,7 @@ 1.1.4c 3.0.4 0.15.0 -8.5.7 +8.5.7 1.0.0 3.9.2 3.5.3 diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml index ea1d7857a70..230ffe19141 100644 --- a/tests/camel-itest/pom.xml +++ b/tests/camel-itest/pom.xml @@ -356,7 +356,7 @@ org.jboss jboss-transaction-spi-jakarta -${jboss-transaction-spi.version} +${jboss-transaction-spi-version} org.jboss.logging diff --git a/tooling/maven/sync-properties-maven-plugin/src/main/java/org/apache/camel/maven/sync/properties/SyncPropertiesMojo.java b/tooling/maven/sync-properties-maven-plugin/src/main/java/org/apache/camel
[PR] chore(deps): Bump jackson-jq-version from 1.0.0 to 1.0.1 [camel]
dependabot[bot] opened a new pull request, #15918: URL: https://github.com/apache/camel/pull/15918 Bumps `jackson-jq-version` from 1.0.0 to 1.0.1. Updates `net.thisptr:jackson-jq` from 1.0.0 to 1.0.1 Release notes Sourced from https://github.com/eiiches/jackson-jq/releases";>net.thisptr:jackson-jq's releases. 1.0.1 What's Changed Upgrade to jackson 2.18.0 by https://github.com/sullis";>@sullis in https://redirect.github.com/eiiches/jackson-jq/pull/352";>eiiches/jackson-jq#352 build(deps): bump actions/setup-java from 4.0.0 to 4.4.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/eiiches/jackson-jq/pull/353";>eiiches/jackson-jq#353 build(deps): bump actions/checkout from 4.1.1 to 4.2.1 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/eiiches/jackson-jq/pull/355";>eiiches/jackson-jq#355 Upgrade to junit 5.11.2 by https://github.com/sullis";>@sullis in https://redirect.github.com/eiiches/jackson-jq/pull/354";>eiiches/jackson-jq#354 build: upgrade maven plugins by https://github.com/eiiches";>@eiiches in https://redirect.github.com/eiiches/jackson-jq/pull/356";>eiiches/jackson-jq#356 build: upgrade test dependencies and commons-cli by https://github.com/eiiches";>@eiiches in https://redirect.github.com/eiiches/jackson-jq/pull/357";>eiiches/jackson-jq#357 New Contributors https://github.com/sullis";>@sullis made their first contribution in https://redirect.github.com/eiiches/jackson-jq/pull/352";>eiiches/jackson-jq#352 Full Changelog: https://github.com/eiiches/jackson-jq/compare/1.0.0...1.0.1";>https://github.com/eiiches/jackson-jq/compare/1.0.0...1.0.1 1.0.0-preview.20240207 WARNING: This is a pre-release. Java API will likely to change in final 1.0.0 release. What's Changed (since https://github.com/eiiches/jackson-jq/releases/tag/1.0.0-preview.20230409";>1.0.0-preview.20230409) Features uuid3/1,uuid5/1: add {uuid3,uuid5}/1 to the extras module by https://github.com/eiiches";>@eiiches in https://redirect.github.com/eiiches/jackson-jq/pull/324";>eiiches/jackson-jq#324 Dependency Updates build(deps): bump actions/checkout from 3.0.2 to 4.1.1 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/eiiches/jackson-jq/pull/325";>eiiches/jackson-jq#325 build(deps): bump actions/setup-java from 3.5.1 to 4.0.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/eiiches/jackson-jq/pull/326";>eiiches/jackson-jq#326 build: update dependencies by https://github.com/eiiches";>@eiiches in https://redirect.github.com/eiiches/jackson-jq/pull/327";>eiiches/jackson-jq#327 https://github.com/eiiches/jackson-jq/compare/1.0.0-preview.20230409...1.0.0-preview.20240207";>Full Changelog 1.0.0-preview.20230409 WARNING: This is a pre-release. Java API will likely to change in final 1.0.0 release. Changes since 1.0.0-preview.20220705 Features Implement error/0 and fix try catch against non-string errors (https://redirect.github.com/eiiches/jackson-jq/issues/237";>#237) by https://github.com/itchyny";>@itchyny Implement round/0 function (https://redirect.github.com/eiiches/jackson-jq/issues/241";>#241) by https://github.com/itchyny";>@itchyny Improve the jackson-jq bash script (https://redirect.github.com/eiiches/jackson-jq/issues/244";>#244) by https://github.com/itchyny";>@itchyny Implement normals and finites functions (https://redirect.github.com/eiiches/jackson-jq/issues/242";>#242) by https://github.com/itchyny";>@itchyny Bug Fixes Fix explode/0 against Unicode surrogate code points (https://redirect.github.com/eiiches/jackson-jq/issues/231";>#231) by https://github.com/itchyny";>@itchyny Fix the explode test case added in https://redirect.github.com/eiiches/jackson-jq/issues/231";>#231 (https://redirect.github.com/eiiches/jackson-jq/issues/232";>#232) by https://github.com/itchyny";>@itchyny Rename the long option for raw output strings (https://redirect.github.com/eiiches/jackson-jq/issues/235";>#235) by https://github.com/itchyny";>@itchyny Fix array indexing by empty array and refactor indices/1 (https://redirect.github.com/eiiches/jackson-jq/issues/238";>#238) by https://github.com/itchyny";>@itchyny Fix outputting NaN and Infinities to be jq compatible (fix https://redirect.github.com/eiiches/jackson-jq/issues/62";>#62) (https://redirect.github.com/eiiches/jackson-jq/issues/246";>#246) by https://github.com/itchyny";>@itchyny ... (truncated) Commits https://github.com/eiiches/jackson-jq/commit/4d832812125487835535d2a3d1a77026a05bd1c7";>4d83281 Merge branch 'release/1.0.1' into master/1.x https://github.com/eiiches/jackson-jq/commit/a2376aeaeb1200d6376b79d6223730fe88a5ac0e";>a2376ae [maven-release-plugin] prepare release 1.0.1 https://github.com/eiiches/jackson-jq/commit/795e89
(camel) branch dependabot/maven/jackson-jq-version-1.0.1 created (now 66c45d598b6)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jackson-jq-version-1.0.1 in repository https://gitbox.apache.org/repos/asf/camel.git at 66c45d598b6 chore(deps): Bump jackson-jq-version from 1.0.0 to 1.0.1 No new revisions were added by this update.
Re: [PR] chore(deps): Bump jackson-jq-version from 1.0.0 to 1.0.1 [camel]
github-actions[bot] commented on PR #15918: URL: https://github.com/apache/camel/pull/15918#issuecomment-2406657332 :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
(camel) branch dependabot/maven/com.prowidesoftware-pw-iso20022-SRU2024-10.2.3 created (now c8947f00de4)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.prowidesoftware-pw-iso20022-SRU2024-10.2.3 in repository https://gitbox.apache.org/repos/asf/camel.git at c8947f00de4 chore(deps): Bump com.prowidesoftware:pw-iso20022 No new revisions were added by this update.
Re: [PR] chore(deps): Bump com.prowidesoftware:pw-iso20022 from SRU2023-10.1.7 to SRU2024-10.2.3 [camel]
github-actions[bot] commented on PR #15917: URL: https://github.com/apache/camel/pull/15917#issuecomment-2406654728 :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
[PR] chore(deps): Bump com.prowidesoftware:pw-iso20022 from SRU2023-10.1.7 to SRU2024-10.2.3 [camel]
dependabot[bot] opened a new pull request, #15917: URL: https://github.com/apache/camel/pull/15917 Bumps [com.prowidesoftware:pw-iso20022](https://github.com/prowide/prowide-iso20022) from SRU2023-10.1.7 to SRU2024-10.2.3. Commits See full diff in https://github.com/prowide/prowide-iso20022/commits";>compare view [](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
Re: [PR] chore(deps): Bump jackson-jq-version from 1.0.0 to 1.0.1 [camel]
davsclaus commented on PR #15918: URL: https://github.com/apache/camel/pull/15918#issuecomment-2406667116 We should have upgraded to jackson 2.18.0 first on camel before this PR -- 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] Getting duplicate events on Kafka connector restart [camel-kafka-connector]
shubham-maheshwari-tech commented on issue #1682: URL: https://github.com/apache/camel-kafka-connector/issues/1682#issuecomment-2406667564 Tried to use the Kafka topic approach, but getting below exception while deploying the connector: `2024-10-11 06:39:26,886 ERROR [camels3testsource-featflag-connector-global-sre|task-0] Error starting CamelContext (camel-31) due to exception thrown: Failed to start route ckcIdempotent-74 because of org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata (org.apache.camel.impl.engine.AbstractCamelContext) [task-thread-camels3testsource-featflag-connector-global-sre-0] org.apache.camel.FailedToStartRouteException: Failed to start route ckcIdempotent-74 because of org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata at org.apache.camel.impl.engine.RouteService.warmUp(RouteService.java:122) at org.apache.camel.impl.engine.InternalRouteStartupManager.doWarmUpRoutes(InternalRouteStartupManager.java:308) at org.apache.camel.impl.engine.InternalRouteStartupManager.safelyStartRouteServices(InternalRouteStartupManager.java:187) at org.apache.camel.impl.engine.InternalRouteStartupManager.doStartOrResumeRoutes(InternalRouteStartupManager.java:144) at org.apache.camel.impl.engine.AbstractCamelContext.doStartCamel(AbstractCamelContext.java:2799) at org.apache.camel.impl.engine.AbstractCamelContext.doStartContext(AbstractCamelContext.java:2480) at org.apache.camel.impl.engine.AbstractCamelContext.doStart(AbstractCamelContext.java:2435) at org.apache.camel.support.service.BaseService.start(BaseService.java:113) at org.apache.camel.impl.engine.AbstractCamelContext.start(AbstractCamelContext.java:2040) at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:212) at org.apache.camel.main.SimpleMain.doStart(SimpleMain.java:43) at org.apache.camel.support.service.BaseService.start(BaseService.java:113) at org.apache.camel.kafkaconnector.CamelSourceTask.start(CamelSourceTask.java:179) at org.apache.kafka.connect.runtime.AbstractWorkerSourceTask.initializeAndStart(AbstractWorkerSourceTask.java:274) at org.apache.kafka.connect.runtime.WorkerTask.doRun(WorkerTask.java:202) at org.apache.kafka.connect.runtime.WorkerTask.run(WorkerTask.java:259) at org.apache.kafka.connect.runtime.AbstractWorkerSourceTask.run(AbstractWorkerSourceTask.java:75) at org.apache.kafka.connect.runtime.isolation.Plugins.lambda$withClassLoader$1(Plugins.java:181) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: org.apache.camel.RuntimeCamelException: org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata at org.apache.camel.RuntimeCamelException.wrapRuntimeCamelException(RuntimeCamelException.java:51) at org.apache.camel.support.ChildServiceSupport.start(ChildServiceSupport.java:67) at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:126) at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:113) at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:153) at org.apache.camel.impl.engine.DefaultChannel.doStart(DefaultChannel.java:129) at org.apache.camel.support.service.BaseService.start(BaseService.java:113) at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:126) at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:113) at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:139) at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:115) at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:153) at org.apache.camel.processor.Pipeline.doStart(Pipeline.java:205) at org.apache.camel.support.service.BaseService.start(BaseService.java:113) at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:126) at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:113) at org.apache.camel.support.processor.DelegateAsyncProcessor.doStart(DelegateAsyncProcessor.java:89) at org.apache.camel.support.service.BaseService.start(BaseService.java:113) at org.apache.camel.support.service.Servic
Re: [PR] CAMEL-20503: camel-http OAuth2 support for caching / refreshing tokens [camel]
davsclaus commented on PR #15704: URL: https://github.com/apache/camel/pull/15704#issuecomment-2406671756 Great start on 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-kamelets) branch main updated: Updated CHANGELOG.md
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-kamelets.git The following commit(s) were added to refs/heads/main by this push: new f409c6c2 Updated CHANGELOG.md f409c6c2 is described below commit f409c6c23797a6388390121b36cc46aca13d0abe Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Oct 11 03:14:18 2024 + Updated CHANGELOG.md --- CHANGELOG.md | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c48f7443..c8978d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ **Closed issues:** +- Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies [\#2236](https://github.com/apache/camel-kamelets/issues/2236) - Http/https Sink Kamelet: Expose okStatusCodeRange [\#2219](https://github.com/apache/camel-kamelets/issues/2219) - Add option for KCL Consumers to make the ConfigsBuilder for metrics of the Scheduler enable/disable [\#2212](https://github.com/apache/camel-kamelets/issues/2212) - Release 4.8.0 [\#2197](https://github.com/apache/camel-kamelets/issues/2197) @@ -17,8 +18,12 @@ **Merged pull requests:** +- Generated sources regen [\#2238](https://github.com/apache/camel-kamelets/pull/2238) ([github-actions[bot]](https://github.com/apps/github-actions)) +- fix \#2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies [\#2237](https://github.com/apache/camel-kamelets/pull/2237) ([valdar](https://github.com/valdar)) +- Bump actions/upload-artifact from 4.4.2 to 4.4.3 [\#2235](https://github.com/apache/camel-kamelets/pull/2235) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.2 to 2.9.0 [\#2233](https://github.com/apache/camel-kamelets/pull/2233) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump actions/upload-artifact from 4.4.0 to 4.4.2 [\#2232](https://github.com/apache/camel-kamelets/pull/2232) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 [\#2230](https://github.com/apache/camel-kamelets/pull/2230) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 [\#2229](https://github.com/apache/camel-kamelets/pull/2229) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 [\#2226](https://github.com/apache/camel-kamelets/pull/2226) ([dependabot[bot]](https://github.com/apps/dependabot)) - Generated sources regen [\#2225](https://github.com/apache/camel-kamelets/pull/2225) ([github-actions[bot]](https://github.com/apps/github-actions))
(camel-quarkus) 02/04: Disable UpdateExtensionDocPageMojo due to #6418
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 662a1ec5ec39f40a414a328182be8b6f85575357 Author: James Netherton AuthorDate: Wed Sep 4 14:00:31 2024 +0100 Disable UpdateExtensionDocPageMojo due to #6418 --- .../apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java b/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java index 881e249244..294576f9cc 100644 --- a/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java +++ b/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java @@ -87,8 +87,10 @@ public class UpdateExtensionDocPageMojo extends AbstractDocGeneratorMojo { private static final String TOOLTIP_MACRO = "tooltip:%s[%s]"; private static final String MORE_INFO_ABOUT_TYPE_FORMAT = "link:#%s[icon:question-circle[title=More information about the %s format]]"; -@Parameter(defaultValue = "false", property = "camel-quarkus.update-extension-doc-page.skip") -boolean skip = false; +// TODO: Revert the default back to false +// https://github.com/apache/camel-quarkus/issues/6418 +@Parameter(defaultValue = "true", property = "camel-quarkus.update-extension-doc-page.skip") +boolean skip = true; @Parameter(defaultValue = "${project}", readonly = true) MavenProject project; @@ -600,7 +602,9 @@ public class UpdateExtensionDocPageMojo extends AbstractDocGeneratorMojo { : ""; final TypeInfo typeInfo = typeContent(configDocItem, javadocRepository, true, artifactIdBase); return new ConfigItem( -configDocItem.getPath(), +// TODO: Fix to use the correct value +// https://github.com/apache/camel-quarkus/issues/6418 +configDocItem.getPath().toString(), illustration, adocSource, typeInfo.description,
(camel-quarkus) branch quarkus-main updated (e0530a4473 -> e19c7d92f5)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard e0530a4473 Disable microprofile-fault-tolerance integration test native profile due to #6584 discard cf74de9df6 Disable git native profile due to #6559 discard da36d42179 Disable UpdateExtensionDocPageMojo due to #6418 discard 338279ce80 Upgrade Quarkus to 3.16.0.CR1 add eb60b20da9 Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#6621) new 61dc6bf181 Upgrade Quarkus to 3.16.0.CR1 new 662a1ec5ec Disable UpdateExtensionDocPageMojo due to #6418 new a1c609fc24 Disable git native profile due to #6559 new e19c7d92f5 Disable microprofile-fault-tolerance integration test native profile due to #6584 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 (e0530a4473) \ N -- N -- N refs/heads/quarkus-main (e19c7d92f5) 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. The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/camel-master-cron.yaml | 2 +- .github/workflows/ci-build.yaml| 4 ++-- .github/workflows/quarkus-master-cron.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
(camel-quarkus) 01/04: Upgrade Quarkus to 3.16.0.CR1
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 61dc6bf181bf169a00e7a26c625cc5a304de14f5 Author: James Netherton AuthorDate: Thu Sep 19 15:46:32 2024 +0100 Upgrade Quarkus to 3.16.0.CR1 --- docs/antora.yml| 2 +- .../pages/reference/extensions/rest-openapi.adoc | 7 +++--- .../runtime/graal/SwaggerSubstitutions.java| 27 +- .../java/deployment/OpenApiJavaProcessor.java | 8 +++ .../certificate-generator/pom.xml | 1 + .../MicroprofileFaultToleranceProducers.java | 2 +- pom.xml| 11 - poms/bom-test/pom.xml | 6 - poms/bom/src/main/generated/flattened-full-pom.xml | 12 +- .../src/main/generated/flattened-reduced-pom.xml | 10 .../generated/flattened-reduced-verbose-pom.xml| 10 .../quarkus/maven/UpdateExtensionDocPageMojo.java | 6 +++-- 12 files changed, 62 insertions(+), 40 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 0dbe7a0f7d..e3879f5485 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -36,7 +36,7 @@ asciidoc: graalvm-docs-version: jdk21 # replace ${graalvm-docs.version} mapstruct-version: 1.6.0 # replace ${mapstruct.version} min-maven-version: 3.8.2 # replace ${min-maven-version} -target-maven-version: 3.9.8 # replace ${target-maven-version} +target-maven-version: 3.9.9 # replace ${target-maven-version} # Attributes used in xrefs to other Antora components cq-camel-components: components diff --git a/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc b/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc index 957f609ad8..253c6ccfaf 100644 --- a/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc @@ -138,7 +138,8 @@ quarkus.native.resources.includes=contract.json |icon:lock[title=Fixed at build time] [[quarkus.camel.openapi.codegen.enabled]]`link:#quarkus.camel.openapi.codegen.enabled[quarkus.camel.openapi.codegen.enabled]` -If `true`, Camel Quarkus OpenAPI code generation is run for .json files discovered from the `openapi` directory. When `false`, code generation for .json files is disabled. +If {@code true}, Camel Quarkus OpenAPI code generation is run for .json files discovered from the {@code openapi} +directory. When {@code false}, code generation for .json files is disabled. | `boolean` | `true` @@ -156,13 +157,13 @@ A comma separated list of models to generate. All models is the default. |icon:lock[title=Fixed at build time] [[quarkus.camel.openapi.codegen.use-bean-validation]]`link:#quarkus.camel.openapi.codegen.use-bean-validation[quarkus.camel.openapi.codegen.use-bean-validation]` -If `true`, use bean validation annotations in the generated model classes. +If {@code true}, use bean validation annotations in the generated model classes. | `boolean` | `false` |icon:lock[title=Fixed at build time] [[quarkus.camel.openapi.codegen.not-null-jackson]]`link:#quarkus.camel.openapi.codegen.not-null-jackson[quarkus.camel.openapi.codegen.not-null-jackson]` -If `true`, use NON_NULL Jackson annotation in the generated model classes. +If {@code true}, use NON_NULL Jackson annotation in the generated model classes. | `boolean` | `false` |=== diff --git a/extensions-support/swagger/runtime/src/main/java/org/apache/camel/quarkus/support/swagger/runtime/graal/SwaggerSubstitutions.java b/extensions-support/swagger/runtime/src/main/java/org/apache/camel/quarkus/support/swagger/runtime/graal/SwaggerSubstitutions.java index 5bfd13dc8e..6ef5ccb562 100644 --- a/extensions-support/swagger/runtime/src/main/java/org/apache/camel/quarkus/support/swagger/runtime/graal/SwaggerSubstitutions.java +++ b/extensions-support/swagger/runtime/src/main/java/org/apache/camel/quarkus/support/swagger/runtime/graal/SwaggerSubstitutions.java @@ -16,15 +16,21 @@ */ package org.apache.camel.quarkus.support.swagger.runtime.graal; +import java.lang.reflect.InvocationTargetException; +import java.lang.reflect.Method; +import java.lang.reflect.Type; import java.util.Calendar; import java.util.List; +import com.fasterxml.jackson.databind.BeanDescription; +import com.fasterxml.jackson.databind.introspect.AnnotatedMember; import com.oracle.svm.core.annotate.Alias; import com.oracle.svm.core.annotate.RecomputeFieldValue; import com.oracle.svm.core.annotate.RecomputeFieldValue.Kind; import com.oracle.svm.core.annotate.Substitute; import com.oracle.svm.core.annotate.TargetClass; import io.swagger.parser.OpenAPIParser; +import io.swagger.v3.core.jackson.ModelResolver; import io.swagger.v3.parser.OpenAPIV3Parser; import io.swagger.v3.parser.core.extensions.Swagg
(camel-quarkus) 04/04: Disable microprofile-fault-tolerance integration test native profile due to #6584
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit e19c7d92f5aaa18ca51a31d948a39f3a6b9f4d85 Author: James Netherton AuthorDate: Thu Oct 3 12:15:15 2024 +0100 Disable microprofile-fault-tolerance integration test native profile due to #6584 --- integration-tests/microprofile-fault-tolerance/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/microprofile-fault-tolerance/pom.xml b/integration-tests/microprofile-fault-tolerance/pom.xml index 2828c062c9..72a3036a0c 100644 --- a/integration-tests/microprofile-fault-tolerance/pom.xml +++ b/integration-tests/microprofile-fault-tolerance/pom.xml @@ -70,6 +70,7 @@ + virtualDependencies
(camel-quarkus) 03/04: Disable git native profile due to #6559
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit a1c609fc243bce16101219e6cefa9a3c5e5b99de Author: James Netherton AuthorDate: Fri Sep 27 08:01:57 2024 +0100 Disable git native profile due to #6559 --- integration-tests/git/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/git/pom.xml b/integration-tests/git/pom.xml index 48121f77ab..2e34362e27 100644 --- a/integration-tests/git/pom.xml +++ b/integration-tests/git/pom.xml @@ -60,6 +60,7 @@ + virtualDependencies
Re: [I] Remove quarkus-artemis-bom from bom-test [camel-quarkus]
zhfeng commented on issue #6623: URL: https://github.com/apache/camel-quarkus/issues/6623#issuecomment-2406373111 Well, I think we need to keep it in the upstream since `quarkus-artemis` is only used in the integration-tests. -- 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-runtime) branch main updated: feat: bump to 3.16.0
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git The following commit(s) were added to refs/heads/main by this push: new 859815ec feat: bump to 3.16.0 859815ec is described below commit 859815ec9d83734e5169802ae72d169a16b72450 Author: Pasquale Congiusti AuthorDate: Thu Oct 10 07:41:50 2024 +0200 feat: bump to 3.16.0 --- camel-k-core/api/pom.xml | 2 +- camel-k-core/deployment/pom.xml | 2 +- camel-k-core/pom.xml | 2 +- camel-k-core/runtime/pom.xml | 2 +- camel-k-core/support/pom.xml | 2 +- camel-k-cron/deployment/pom.xml | 2 +- camel-k-cron/impl/pom.xml | 2 +- camel-k-cron/pom.xml | 2 +- camel-k-cron/runtime/pom.xml | 2 +- camel-k-knative/impl/pom.xml | 2 +- camel-k-knative/pom.xml | 2 +- camel-k-master/deployment/pom.xml | 2 +- camel-k-master/impl/pom.xml | 2 +- camel-k-master/pom.xml| 2 +- camel-k-master/runtime/pom.xml| 2 +- camel-k-resume-kafka/deployment/pom.xml | 2 +- camel-k-resume-kafka/impl/pom.xml | 2 +- camel-k-resume-kafka/pom.xml | 2 +- camel-k-resume-kafka/runtime/pom.xml | 2 +- camel-k-runtime/deployment/pom.xml| 2 +- camel-k-runtime/pom.xml | 2 +- camel-k-runtime/runtime/pom.xml | 2 +- distribution/pom.xml | 2 +- examples/cron/pom.xml | 2 +- examples/groovy/pom.xml | 2 +- examples/java/pom.xml | 2 +- examples/js/pom.xml | 2 +- examples/kafka-source-s3/pom.xml | 2 +- examples/kamelets-discovery/pom.xml | 2 +- examples/kamelets/pom.xml | 2 +- examples/knative/pom.xml | 2 +- examples/kotlin/pom.xml | 2 +- examples/pom.xml | 2 +- examples/xml/pom.xml | 2 +- examples/yaml/pom.xml | 2 +- itests/camel-k-itests-core/pom.xml| 2 +- itests/camel-k-itests-cron/pom.xml| 2 +- itests/camel-k-itests-kamelet/pom.xml | 2 +- itests/camel-k-itests-knative-consumer/pom.xml| 2 +- itests/camel-k-itests-knative-env-from-properties/pom.xml | 2 +- itests/camel-k-itests-knative-env-from-registry/pom.xml | 2 +- itests/camel-k-itests-knative-producer/pom.xml| 2 +- itests/camel-k-itests-knative-sinkbinding/pom.xml | 2 +- itests/camel-k-itests-knative/pom.xml | 2 +- itests/camel-k-itests-loader-groovy/pom.xml | 2 +- itests/camel-k-itests-loader-java/pom.xml | 2 +- itests/camel-k-itests-loader-js/pom.xml | 2 +- itests/camel-k-itests-loader-jsh/pom.xml | 2 +- itests/camel-k-itests-loader-kotlin/pom.xml | 2 +- itests/camel-k-itests-loader-polyglot/pom.xml | 2 +- itests/camel-k-itests-loader-xml/pom.xml | 2 +- itests/camel-k-itests-loader-yaml/pom.xml | 2 +- itests/camel-k-itests-master/pom.xml | 2 +- itests/camel-k-itests-runtime-xml/pom.xml | 2 +- itests/camel-k-itests-runtime-yaml/pom.xml| 2 +- itests/camel-k-itests-runtime/pom.xml | 2 +- itests/pom.xml| 2 +- pom.xml | 4 ++-- supp
Re: [PR] feat: bump to 3.16.0 [camel-k-runtime]
squakez merged PR #1281: URL: https://github.com/apache/camel-k-runtime/pull/1281 -- 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] chore: release camel k runtime 3.15.0 [camel-website]
squakez merged PR #1252: URL: https://github.com/apache/camel-website/pull/1252 -- 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-website) branch main updated: chore: release camel k runtime 3.15.0
This is an automated email from the ASF dual-hosted git repository. pcongiusti 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 7f08fc2b chore: release camel k runtime 3.15.0 7f08fc2b is described below commit 7f08fc2b8cc1c62a5f080a370d42afcdf71a41f8 Author: Pasquale Congiusti AuthorDate: Thu Oct 10 07:48:24 2024 +0200 chore: release camel k runtime 3.15.0 --- content/releases/k-runtime/release-3.15.0.md | 12 1 file changed, 12 insertions(+) diff --git a/content/releases/k-runtime/release-3.15.0.md b/content/releases/k-runtime/release-3.15.0.md new file mode 100644 index ..9eb9f086 --- /dev/null +++ b/content/releases/k-runtime/release-3.15.0.md @@ -0,0 +1,12 @@ +--- +url: "/releases/k-runtime-3.8.1/" +date: 2024-10-10 +type: release-note +version: "3.15.0" +title: "Camel-K Runtime release 3.15.0" +preview: "" +changelog: "" +category: "camel-k-runtime" +milestone: 25 +jdk: [17] +---
(camel-website) branch regen_bot updated (defbd679 -> 7f08fc2b)
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 defbd679 Update antora-playbook.yml (#1251) add 7f08fc2b chore: release camel k runtime 3.15.0 No new revisions were added by this update. Summary of changes: content/releases/k-runtime/{release-3.8.1.md => release-3.15.0.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) copy content/releases/k-runtime/{release-3.8.1.md => release-3.15.0.md} (64%)
[PR] fix(trait): Telemetry trait properties change [camel-k-runtime]
gansheer opened a new pull request, #1282: URL: https://github.com/apache/camel-k-runtime/pull/1282 Properties modification: * propEndpoint: "quarkus.opentelemetry.tracer.exporter.otlp.endpoint" => "quarkus.otel.exporter.otlp.traces.endpoint" * propServiceName: "quarkus.opentelemetry.tracer.resource-attributes" => "quarkus.otel.resource.attributes" * propSampler: "quarkus.opentelemetry.tracer.sampler" => "quarkus.otel.traces.sampler" * propSamplerRatio: "quarkus.opentelemetry.tracer.sampler.ratio" => "quarkus.otel.traces.sampler.ratio" * propSamplerParentBased: "quarkus.opentelemetry.tracer.sampler.parent-based" => "quarkus.otel.traces.sampler.parent-based" **Release Note** ```release-note fix(trait): Telemetry trait properties change ``` -- 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: chore(deps): Bump com.google.cloud:google-cloud-functions-bom (#15910)
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 1f9c1688b3f chore(deps): Bump com.google.cloud:google-cloud-functions-bom (#15910) 1f9c1688b3f is described below commit 1f9c1688b3f3ccec4b02144203fe66d1c2c0a401 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Oct 10 14:34:04 2024 +0200 chore(deps): Bump com.google.cloud:google-cloud-functions-bom (#15910) Bumps com.google.cloud:google-cloud-functions-bom from 2.53.0 to 2.54.0. --- updated-dependencies: - dependency-name: com.google.cloud:google-cloud-functions-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 57ee3c43f72..a9bbd59d2ff 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -188,7 +188,7 @@ v1-rev20240520-2.0.0 1.36.0 26.48.0 - 2.53.0 + 2.54.0 1.45.0 2.51.0 24.1.0
Re: [PR] chore(deps): Bump com.google.cloud:google-cloud-secretmanager-bom from 2.51.0 to 2.52.0 [camel]
oscerd merged PR #15908: URL: https://github.com/apache/camel/pull/15908 -- 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 (1f9c1688b3f -> 630e97a0aa8)
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 1f9c1688b3f chore(deps): Bump com.google.cloud:google-cloud-functions-bom (#15910) add 630e97a0aa8 chore(deps): Bump com.google.cloud:google-cloud-secretmanager-bom (#15908) No new revisions were added by this update. Summary of changes: parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(camel) branch dependabot/maven/com.google.cloud-google-cloud-functions-bom-2.54.0 deleted (was b5e7b0eac68)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.cloud-google-cloud-functions-bom-2.54.0 in repository https://gitbox.apache.org/repos/asf/camel.git was b5e7b0eac68 chore(deps): Bump com.google.cloud:google-cloud-functions-bom The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
Re: [PR] chore(deps): Bump com.google.cloud:google-cloud-functions-bom from 2.53.0 to 2.54.0 [camel]
oscerd merged PR #15910: URL: https://github.com/apache/camel/pull/15910 -- 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 dependabot/maven/com.google.cloud-google-cloud-secretmanager-bom-2.52.0 deleted (was 7a80463dbd7)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.cloud-google-cloud-secretmanager-bom-2.52.0 in repository https://gitbox.apache.org/repos/asf/camel.git was 7a80463dbd7 chore(deps): Bump com.google.cloud:google-cloud-secretmanager-bom The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(camel-kamelets) branch regen_bot updated (7a77e66a -> 98b9a3ce)
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 7a77e66a Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#2235) add 98b9a3ce Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 (#2230) No new revisions were added by this update. Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(camel) branch main updated: CAMEL-21337: Camel-Jbang: Camel run with runtime=quarkus doesn't use group-id from config
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 f94a5c81900 CAMEL-21337: Camel-Jbang: Camel run with runtime=quarkus doesn't use group-id from config f94a5c81900 is described below commit f94a5c8190034825cb88e90a494bdfe571600264 Author: Claus Ibsen AuthorDate: Thu Oct 10 15:24:39 2024 +0200 CAMEL-21337: Camel-Jbang: Camel run with runtime=quarkus doesn't use group-id from config --- .../java/org/apache/camel/dsl/jbang/core/commands/Run.java | 14 ++ 1 file changed, 14 insertions(+) diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java index a0605a9ff8b..dfa3c74ea4f 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java +++ b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java @@ -137,6 +137,14 @@ public class Run extends CamelCommand { @Option(names = { "--kamelets-version" }, description = "Apache Camel Kamelets version") String kameletsVersion; +@CommandLine.Option(names = { "--quarkus-group-id" }, description = "Quarkus Platform Maven groupId", +defaultValue = "io.quarkus.platform") +String quarkusGroupId = "io.quarkus.platform"; + +@CommandLine.Option(names = { "--quarkus-artifact-id" }, description = "Quarkus Platform Maven artifactId", +defaultValue = "quarkus-bom") +String quarkusArtifactId = "quarkus-bom"; + @Option(names = { "--quarkus-version" }, description = "Quarkus Platform version", defaultValue = RuntimeType.QUARKUS_VERSION) String quarkusVersion = RuntimeType.QUARKUS_VERSION; @@ -558,6 +566,8 @@ public class Run extends CamelCommand { writeSetting(main, profileProperties, "camel.jbang.camel-version", new DefaultCamelCatalog().getCatalogVersion()); writeSetting(main, profileProperties, "camel.jbang.springBootVersion", springBootVersion); writeSetting(main, profileProperties, "camel.jbang.quarkusVersion", quarkusVersion); +writeSetting(main, profileProperties, "camel.jbang.quarkusGroupId", quarkusGroupId); +writeSetting(main, profileProperties, "camel.jbang.quarkusArtifactId", quarkusArtifactId); // command line arguments if (property != null) { @@ -882,6 +892,8 @@ public class Run extends CamelCommand { eq.mavenWrapper = true; eq.gradleWrapper = false; eq.quarkusVersion = this.quarkusVersion; +eq.quarkusGroupId = this.quarkusGroupId; +eq.quarkusArtifactId = this.quarkusArtifactId; eq.camelVersion = this.camelVersion; eq.kameletsVersion = this.kameletsVersion; eq.exportDir = runDir.toString(); @@ -1123,6 +1135,8 @@ public class Run extends CamelCommand { camelVersion = answer.getProperty("camel.jbang.camel-version", camelVersion); kameletsVersion = answer.getProperty("camel.jbang.kameletsVersion", kameletsVersion); springBootVersion = answer.getProperty("camel.jbang.springBootVersion", springBootVersion); +quarkusGroupId = answer.getProperty("camel.jbang.quarkusGroupId", quarkusGroupId); +quarkusArtifactId = answer.getProperty("camel.jbang.quarkusArtifactId", quarkusArtifactId); quarkusVersion = answer.getProperty("camel.jbang.quarkusVersion", quarkusVersion); gav = answer.getProperty("camel.jbang.gav", gav); stub = answer.getProperty("camel.jbang.stub", stub);
(camel-kamelets) branch issue/2236 created (now a4e53a4b)
This is an automated email from the ASF dual-hosted git repository. valdar pushed a change to branch issue/2236 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git at a4e53a4b fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies This branch includes the following new commits: new a4e53a4b fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Re: [PR] fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies [camel-kamelets]
oscerd merged PR #2237: URL: https://github.com/apache/camel-kamelets/pull/2237 -- 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] Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies [camel-kamelets]
oscerd closed issue #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies URL: https://github.com/apache/camel-kamelets/issues/2236 -- 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 main updated: fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies (#2237)
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-kamelets.git The following commit(s) were added to refs/heads/main by this push: new 17540633 fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies (#2237) 17540633 is described below commit 1754063334f7568913578e4612c58c3496c7a995 Author: Andrea Tarocchi AuthorDate: Thu Oct 10 15:28:14 2024 +0200 fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies (#2237) --- kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml b/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml index 0ba480ec..04bc00a8 100644 --- a/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml +++ b/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml @@ -110,7 +110,7 @@ spec: - "camel:kafka" - "camel:core" - "camel:kamelet" -- "mvn:io.quarkus:io.quarkus:quarkus-apicurio-registry-json-schema:3.15.1" +- "mvn:io.quarkus:quarkus-apicurio-registry-json-schema:3.15.1" template: beans: - name: kafkaHeaderDeserializer
(camel-kamelets) 01/01: fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies
This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch issue/2236 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git commit a4e53a4be7fa4a678b428e4a1419248981fc0ce4 Author: Andrea Tarocchi AuthorDate: Thu Oct 10 15:27:26 2024 +0200 fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies --- kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml b/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml index 0ba480ec..04bc00a8 100644 --- a/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml +++ b/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml @@ -110,7 +110,7 @@ spec: - "camel:kafka" - "camel:core" - "camel:kamelet" -- "mvn:io.quarkus:io.quarkus:quarkus-apicurio-registry-json-schema:3.15.1" +- "mvn:io.quarkus:quarkus-apicurio-registry-json-schema:3.15.1" template: beans: - name: kafkaHeaderDeserializer
Re: [PR] Adds Camel Flowable component [camel]
tijsrademakers commented on PR #15911: URL: https://github.com/apache/camel/pull/15911#issuecomment-2405097144 Hi Claus, thanks for checking the PR. Flowable doesn't 100% require Spring but it's the easiest way to configure and use it. Let me know what should be changed for a Camel v4 style. -- 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] fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies [camel-kamelets]
valdar opened a new pull request, #2237: URL: https://github.com/apache/camel-kamelets/pull/2237 see https://github.com/apache/camel-kamelets/issues/2236 -- 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 camel-main updated (24754d3bd6 -> f15c8896a5)
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard 24754d3bd6 Removed js-dsl and jsh-dsl discard 2af8c32b2d Removed groovy-dsl extension/tests discard 00edf4669c Fixed microprofile-fault-tolerance #6602 discard 514f4542a9 generated file discard 2f59a06c2d Updated azurite docker image to reflect version in Camel discard 6d9aba48f8 Generated poms discard 076662485e Dprecated groovy dsl discard f84afe6301 generated files discard ec6b1b4959 Remove Capability capability from catalog discard 7db86d2faa Remove Capability capability discard 412b0173f8 rebased + generated poms discard ffae7dc6a2 generated poms discard e06354e4e2 generated poms discard 79d01c3b90 rebased + generated poms discard f6c41a881d generated poms discard f6e4e4fe80 rebased + generated poms discard c77ab2259e disabled native for csv discard f049c1fa4b disabled csv utnil commons-io is upgraded discard b3fd24ed94 Rebased + generated files discard 63995333f2 quick fix of compilation issue (test-framework) + generated files discard 0fcdba7248 rabased + generated poms discard dc5eb9a240 Disabled [200~DoubleRoutesPerClassTest, see #6492 discard 6ff88b6884 Generated poms discard 2b16e26d5f Fixed CamelQuarkusTestSupport method for asserting contexts discard fb174cb78c Upgrade Camel to 4.9.0 add 83b93d0d86 fixes #6608 - deprecated groovy-dsl as is deprecated in Camel add 9fc41ee8f1 Set sponsor field in extension metadata add eb60b20da9 Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#6621) new 3fa2ed9772 Upgrade Camel to 4.9.0 new 61ae690a3d Fixed CamelQuarkusTestSupport method for asserting contexts new 05263cac03 Generated poms new 5344272847 Disabled [200~DoubleRoutesPerClassTest, see #6492 new 606fc367b4 rabased + generated poms new 4179008b85 quick fix of compilation issue (test-framework) + generated files new 8368899822 Rebased + generated files new 1cfe9db392 disabled csv utnil commons-io is upgraded new bb0736d791 disabled native for csv new 81cc4ae54d rebased + generated poms new 311130c385 generated poms new 2cdec8b999 rebased + generated poms new 8e298be9f0 generated poms new 80c431814c generated poms new 60a399b185 rebased + generated poms new 708ae78b42 Remove Capability capability new 29be177c58 Remove Capability capability from catalog new 1f3b4868a8 generated files new d095f56877 Generated poms new ac006059ba Updated azurite docker image to reflect version in Camel new 68472174e2 generated file new 8fc002ff6f Fixed microprofile-fault-tolerance #6602 new a2d86a5f80 Removed groovy-dsl extension/tests new 0c4e568ae0 Removed js-dsl and jsh-dsl new f15c8896a5 rebased and generated files 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 (24754d3bd6) \ N -- N -- N refs/heads/camel-main (f15c8896a5) 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. The 25 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/camel-master-cron.yaml | 2 +- .github/workflows/ci-build.yaml | 4 ++-- .github/workflows/quarkus-master-cron.yaml| 2 +- .../runtime/src/main/resources/META-INF/quarkus-extension.yaml| 1 + .../core/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 1 + .../runtime/src/main/resources/META-INF/quarkus-extension.yaml| 1 + .../runtime/src/main/resources/META-INF/quarkus-extension.yaml| 1 + .../runtime/src/main/resources/META-INF/quarkus-extension.yaml| 1 + .../runtime/src/main/resources/META-INF/quarkus-extension.yaml| 1 + .../runtime/src/main/resources/META-INF/quarkus-extension.yaml| 1 + .../runtime/src/main/resources/META-INF/quarkus-extension.yaml| 1 + .../runtime/src/main/resources/META-INF/quarkus-extension.yaml| 1 + .../asn1/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 1 + .../runtime/src/main/resources/META-INF/quarkus-extension.yaml| 1 + .../runtime/src/main/resources/META-INF/
(camel-quarkus) 04/25: Disabled [200~DoubleRoutesPerClassTest, see #6492
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 534427284704a437a3609c1a3cd7c25271ae1d67 Author: JiriOndrusek AuthorDate: Fri Sep 20 12:44:05 2024 +0200 Disabled [200~DoubleRoutesPerClassTest, see #6492 --- .../extensions/doubeRouteBuilderPerClass/DoubleRoutesPerClassTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilderPerClass/DoubleRoutesPerClassTest.java b/test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilderPerClass/DoubleRoutesPerClassTest.java index 77baa4a278..ec1dc7b293 100644 --- a/test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilderPerClass/DoubleRoutesPerClassTest.java +++ b/test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilderPerClass/DoubleRoutesPerClassTest.java @@ -24,12 +24,14 @@ import org.jboss.shrinkwrap.api.ShrinkWrap; import org.jboss.shrinkwrap.api.asset.StringAsset; import org.jboss.shrinkwrap.api.spec.JavaArchive; import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; /** * Test for https://github.com/apache/camel-quarkus/issues/4560 */ +@Disabled //https://github.com/apache/camel-quarkus/issues/6492 public class DoubleRoutesPerClassTest { @RegisterExtension
(camel-quarkus) 01/25: Upgrade Camel to 4.9.0
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 3fa2ed977286090e65f7ed583a7ea25848117ad0 Author: James Netherton AuthorDate: Wed Sep 18 08:15:24 2024 +0100 Upgrade Camel to 4.9.0 --- catalog/pom.xml| 26 --- docs/antora.yml| 8 +- docs/modules/ROOT/examples/components/jms.yml | 2 +- docs/modules/ROOT/examples/others/kotlin-dsl.yml | 13 -- docs/modules/ROOT/nav.adoc | 2 - .../ROOT/pages/reference/extensions/jms.adoc | 4 +- .../pages/reference/extensions/kotlin-dsl.adoc | 45 - .../ROOT/pages/reference/extensions/kotlin.adoc| 39 .../main/resources/META-INF/quarkus-extension.yaml | 2 +- extensions/kotlin-dsl/deployment/pom.xml | 69 --- .../dsl/kotlin/deployment/KotlinDslProcessor.java | 210 - extensions/kotlin-dsl/pom.xml | 37 extensions/kotlin-dsl/runtime/pom.xml | 83 .../quarkus/dsl/kotlin/runtime/Configurer.java | 30 --- .../graal/SubstituteKotlinRoutesBuilderLoader.java | 33 .../main/resources/META-INF/quarkus-extension.yaml | 34 extensions/kotlin/deployment/pom.xml | 63 --- .../quarkus/kotlin/deployment/KotlinFeature.java | 29 --- extensions/kotlin/pom.xml | 39 extensions/kotlin/runtime/pom.xml | 95 -- .../org/apache/camel/quarkus/kotlin/RoutesDSL.kt | 42 - .../main/resources/META-INF/quarkus-extension.yaml | 34 extensions/pom.xml | 2 - .../org/apache/camel/component/qute/qute.json | 1 + integration-tests/kotlin-dsl/pom.xml | 200 .../quarkus/dsl/kotlin/KotlinDslResource.java | 100 -- .../src/main/resources/application.properties | 22 --- .../src/main/resources/routes/my-routes.kts| 19 -- .../routes-with-components-configuration.kts | 43 - .../routes-with-dataformats-configuration.kts | 37 .../resources/routes/routes-with-endpoint-dsl.kts | 23 --- .../resources/routes/routes-with-error-handler.kts | 27 --- .../routes/routes-with-languages-configuration.kts | 33 .../src/main/resources/routes/routes-with-rest.kts | 50 - .../src/main/resources/routes/routes.kts | 23 --- .../camel/quarkus/dsl/kotlin/KotlinDslIT.java | 24 --- .../camel/quarkus/dsl/kotlin/KotlinDslTest.java| 80 integration-tests/kotlin/pom.xml | 210 - .../apache/camel/quarkus/kotlin/KotlinResource.kt | 48 - .../apache/camel/quarkus/kotlin/KotlinRoutes.kt| 39 .../org/apache/camel/quarkus/kotlin/KotlinIT.kt| 22 --- .../org/apache/camel/quarkus/kotlin/KotlinTest.kt | 39 integration-tests/pom.xml | 2 - pom.xml| 14 +- poms/bom/pom.xml | 40 .../quarkus/maven/UpdateExtensionDocPageMojo.java | 4 - tooling/scripts/test-categories.yaml | 2 - 47 files changed, 16 insertions(+), 2027 deletions(-) diff --git a/catalog/pom.xml b/catalog/pom.xml index cff330977d..f497252abc 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -2385,32 +2385,6 @@ - -org.apache.camel.quarkus -camel-quarkus-kotlin -${project.version} -pom -test - - -* -* - - - - -org.apache.camel.quarkus -camel-quarkus-kotlin-dsl -${project.version} -pom -test - - -* -* - - - org.apache.camel.quarkus camel-quarkus-kubernetes diff --git a/docs/antora.yml b/docs/antora.yml index 0dbe7a0f7d..561c477149 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -28,18 +28,18 @@ asciidoc: requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'" # Project versions -camel-version: 4.8.0 # replace ${camel.version} -camel-docs-version: 4.8.x +camel-version: 4.9.0-SNAPSHOT # replace ${camel.version} +camel-docs-version: next camel-quarkus-version: 3.16.0 # replace ${camel-quarkus.version} quarkus-version: 3.15.1 # replace ${quarkus.version} graalvm-version: 23.1.2 # replace ${graalvm.version} graalvm-docs-version: jdk21 # replace ${graalvm-docs.version} -mapstruct-version: 1.6.0 # replace ${mapstruct.version} +mapstruct-version: 1.6.2 # replace ${m
(camel-quarkus) 10/25: rebased + generated poms
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 81cc4ae54d81500b7710ef54af48d55d1aa69dd8 Author: JiriOndrusek AuthorDate: Mon Sep 30 14:00:51 2024 +0200 rebased + generated poms --- poms/bom/src/main/generated/flattened-full-pom.xml| 4 ++-- poms/bom/src/main/generated/flattened-reduced-pom.xml | 4 ++-- poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index b034076e58..3f245d622f 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -6822,12 +6822,12 @@ io.quarkiverse.langchain4j quarkus-langchain4j-core -0.19.0.CR1 +0.19.0.CR3 io.quarkiverse.langchain4j quarkus-langchain4j-core-deployment -0.19.0.CR1 +0.19.0.CR3 io.quarkiverse.messaginghub diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 5f399dcf5d..18b9f59758 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -6797,12 +6797,12 @@ io.quarkiverse.langchain4j quarkus-langchain4j-core -0.19.0.CR1 +0.19.0.CR3 io.quarkiverse.langchain4j quarkus-langchain4j-core-deployment -0.19.0.CR1 +0.19.0.CR3 io.quarkiverse.messaginghub diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index cd7d406f8a..1f6e97a426 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -6797,12 +6797,12 @@ io.quarkiverse.langchain4j quarkus-langchain4j-core -0.19.0.CR1 +0.19.0.CR3 io.quarkiverse.langchain4j quarkus-langchain4j-core-deployment -0.19.0.CR1 +0.19.0.CR3 io.quarkiverse.messaginghub
(camel-quarkus) 06/25: quick fix of compilation issue (test-framework) + generated files
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 4179008b8583a9d9ec03cdb4c742e69acd083181 Author: JiriOndrusek AuthorDate: Thu Sep 26 16:39:26 2024 +0200 quick fix of compilation issue (test-framework) + generated files --- poms/bom/src/main/generated/flattened-full-pom.xml | 6 +++--- poms/bom/src/main/generated/flattened-reduced-pom.xml| 6 +++--- .../bom/src/main/generated/flattened-reduced-verbose-pom.xml | 6 +++--- .../apache/camel/quarkus/test/CamelQuarkusTestSupport.java | 12 4 files changed, 21 insertions(+), 9 deletions(-) diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 01c040bab9..48fc970971 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -6928,17 +6928,17 @@ io.swagger.core.v3 swagger-annotations-jakarta -2.2.23 +2.2.24 io.swagger.core.v3 swagger-core-jakarta -2.2.23 +2.2.24 io.swagger.core.v3 swagger-models-jakarta -2.2.23 +2.2.24 io.swagger.parser.v3 diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 6a851e72bc..e8d823aa42 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -6893,17 +6893,17 @@ io.swagger.core.v3 swagger-annotations-jakarta -2.2.23 +2.2.24 io.swagger.core.v3 swagger-core-jakarta -2.2.23 +2.2.24 io.swagger.core.v3 swagger-models-jakarta -2.2.23 +2.2.24 io.swagger.parser.v3 diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index d9db8eea41..b65f62de46 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -6893,17 +6893,17 @@ io.swagger.core.v3 swagger-annotations-jakarta -2.2.23 +2.2.24 io.swagger.core.v3 swagger-core-jakarta -2.2.23 +2.2.24 io.swagger.core.v3 swagger-models-jakarta -2.2.23 +2.2.24 io.swagger.parser.v3 diff --git a/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java b/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java index e4ae57364d..d7960c7fd3 100644 --- a/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java +++ b/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java @@ -39,9 +39,11 @@ import org.apache.camel.model.RouteDefinition; import org.apache.camel.quarkus.core.FastCamelContext; import org.apache.camel.spi.Registry; import org.apache.camel.test.junit5.AbstractTestSupport; +import org.apache.camel.test.junit5.CamelContextConfiguration; import org.apache.camel.test.junit5.CamelContextManager; import org.apache.camel.test.junit5.CamelTestSupport; import org.apache.camel.test.junit5.ContextManagerFactory; +import org.apache.camel.test.junit5.TestExecutionConfiguration; import org.apache.camel.test.junit5.TestSupport; import org.apache.camel.test.junit5.util.ExtensionHelper; import org.apache.camel.test.junit5.util.RouteCoverageDumperExtension; @@ -506,4 +508,14 @@ public class CamelQuarkusTestSupport extends AbstractTestSupport Assertions.assertEquals(context, contextManager.context(), "CamelQuarkusTestSupport uses a different CamelContext compared to the application under test"); } + +@Override +public void configureContext(CamelContextConfiguration camelContextConfiguration) { + +} + +@Override +public void configureTest(TestExecutionConfiguration testExecutionConfiguration) { + +} }
(camel-quarkus) 05/25: rabased + generated poms
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 606fc367b4f4e3e887217e8485096edc429e5245 Author: JiriOndrusek AuthorDate: Tue Sep 24 09:24:48 2024 +0200 rabased + generated poms --- poms/bom/src/main/generated/flattened-full-pom.xml | 602 ++--- .../src/main/generated/flattened-reduced-pom.xml | 70 +-- .../generated/flattened-reduced-verbose-pom.xml| 602 ++--- 3 files changed, 637 insertions(+), 637 deletions(-) diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 96475f3b0c..01c040bab9 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -6695,12 +6695,12 @@ dev.langchain4j langchain4j -0.33.0 +0.34.0 dev.langchain4j langchain4j-core -0.33.0 +0.34.0 io.dropwizard.metrics @@ -6767,12 +6767,12 @@ io.quarkiverse.groovy quarkus-groovy -3.14.1 +3.15.0 io.quarkiverse.groovy quarkus-groovy-deployment -3.14.1 +3.15.0 io.quarkiverse.jackson-jq @@ -6812,12 +6812,12 @@ io.quarkiverse.langchain4j quarkus-langchain4j-core -0.17.2 +0.18.0 io.quarkiverse.langchain4j quarkus-langchain4j-core-deployment -0.17.2 +0.18.0 io.quarkiverse.messaginghub @@ -7480,508 +7480,508 @@ 3.13.1 -org.apache.cxf -cxf-core -4.0.5 +org.apache.cxf +cxf-core +4.0.5 -org.apache.cxf -cxf-rt-features-logging -4.0.5 +org.apache.cxf +cxf-rt-features-logging +4.0.5 -org.apache.cxf -cxf-rt-features-metrics -4.0.5 +org.apache.cxf +cxf-rt-features-metrics +4.0.5 -org.apache.cxf -cxf-rt-frontend-jaxws -4.0.5 +org.apache.cxf +cxf-rt-frontend-jaxws +4.0.5 -org.ow2.asm -asm +org.ow2.asm +asm -org.apache.cxf -cxf-rt-transports-http -4.0.5 +org.apache.cxf +cxf-rt-transports-http +4.0.5 -org.apache.cxf -cxf-rt-transports-http-hc5 -4.0.5 +org.apache.cxf +cxf-rt-transports-http-hc5 +4.0.5 -org.slf4j -jcl-over-slf4j +org.slf4j +jcl-over-slf4j -org.apache.cxf -cxf-rt-ws-mex -4.0.5 +org.apache.cxf +cxf-rt-ws-mex +4.0.5 -org.apache.cxf -cxf-rt-ws-security -4.0.5 +org.apache.cxf +cxf-rt-ws-security +4.0.5 -org.apache.cxf -cxf-rt-ws-rm -4.0.5 +org.apache.cxf +cxf-rt-ws-rm +4.0.5 -org.apache.cxf -cxf-rt-wsdl -4.0.5 +org.apache.cxf +cxf-rt-wsdl +4.0.5 -org.ow2.asm -asm +org.ow2.asm +asm -org.apache.cxf.services.sts -cxf-services-sts-core -4.0.5 +org.apache.cxf.services.sts +cxf-services-sts-core +4.0.5 -org.apache.cxf.xjcplugins -cxf-xjc-boolean -4.0.0 +org.apache.cxf.xjcplugins +cxf-xjc-boolean +4.0.0 -org.apache.cxf.xjcplugins -cxf-xjc-dv -4.0.0 +org.apache.cxf.xjcplugins +cxf-xjc-dv +4.0.0 -org.apache.cxf.xjcplugins -cxf-xjc-javadoc -4.0.0 +org.apache.cxf.xjcplugins +cxf-xjc-javadoc +4.0.0 -org.apache.cxf.xjcplugins -cxf-xjc-pl -4.0.0 +org.apache.cxf.xjcplugins +cxf-xjc-pl +4.0.0 -org.apache.cxf.xjcplugins -cxf-xjc-ts -4.0.0 +org.apache.cxf.xjcplugins +cxf-xjc-ts +4.0.0 -org.apache.cxf.xjcplugins -cxf-xjc-wsdlextension -4.0.0 +org.apache.cxf.xjcplugins +cxf-xjc-wsdlextension +4.0.0 -org.apache.cxf.xjc-utils -cxf-xjc-runtime -4.0.0 +org.apache.cxf.xjc-utils +cxf-xjc-runtime +4.0.0
(camel-quarkus) 22/25: Fixed microprofile-fault-tolerance #6602
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 8fc002ff6fe9fa198fac313e7e1e11c0b98efece Author: JiriOndrusek AuthorDate: Mon Oct 7 09:52:20 2024 +0200 Fixed microprofile-fault-tolerance #6602 --- integration-tests/microprofile-fault-tolerance/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/microprofile-fault-tolerance/pom.xml b/integration-tests/microprofile-fault-tolerance/pom.xml index 2828c062c9..f2930b36b9 100644 --- a/integration-tests/microprofile-fault-tolerance/pom.xml +++ b/integration-tests/microprofile-fault-tolerance/pom.xml @@ -70,6 +70,7 @@ + virtualDependencies
(camel-quarkus) 13/25: generated poms
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 8e298be9f08a8a8b918fd2bd4c81597efd8710f1 Author: JiriOndrusek AuthorDate: Wed Oct 2 10:00:40 2024 +0200 generated poms --- pom.xml| 6 +- poms/bom/src/main/generated/flattened-full-pom.xml | 416 +++-- .../src/main/generated/flattened-reduced-pom.xml | 42 +-- .../generated/flattened-reduced-verbose-pom.xml| 106 +++--- 4 files changed, 290 insertions(+), 280 deletions(-) diff --git a/pom.xml b/pom.xml index e5514f0e84..b5243b8fff 100644 --- a/pom.xml +++ b/pom.xml @@ -78,8 +78,8 @@ 3.26.3 1.11.714 ${azure-sdk-bom-version} -1.51.0 -1.13.2 +1.52.0 +1.13.3 1.0.0-beta.21 3.7.1 1.78.1 @@ -138,7 +138,7 @@ 0.35.0 ${mapstruct-version} 8.5.12 -1.16.2 +1.17.1 1.0.0 2.5.2.Final 3.5.16 diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 51e6570d7e..9a43d84e91 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -6380,7 +6380,7 @@ ca.uhn.hapi.fhir hapi-fhir-base -7.4.2 +7.4.3 com.google.code.findbugs @@ -6399,12 +6399,12 @@ ca.uhn.hapi.fhir hapi-fhir-client -7.4.2 +7.4.3 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2.1 -7.4.2 +7.4.3 junit @@ -6419,22 +6419,22 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 -7.4.2 +7.4.3 ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 -7.4.2 +7.4.3 ca.uhn.hapi.fhir hapi-fhir-structures-r4 -7.4.2 +7.4.3 ca.uhn.hapi.fhir hapi-fhir-structures-r5 -7.4.2 +7.4.3 ca.uhn.hapi.fhir @@ -6597,7 +6597,7 @@ com.microsoft.azure msal4j -1.16.2 +1.17.1 com.github.stephenc.jcip @@ -23576,329 +23576,339 @@ 12.0.13 -com.azure -azure-ai-contentsafety -1.0.6 +com.azure +azure-ai-contentsafety +1.0.7 -com.azure -azure-ai-formrecognizer -4.1.10 +com.azure +azure-ai-formrecognizer +4.1.11 -com.azure -azure-ai-metricsadvisor -1.2.1 +com.azure +azure-ai-metricsadvisor +1.2.2 -com.azure -azure-ai-textanalytics -5.5.1 +com.azure +azure-ai-textanalytics +5.5.2 -com.azure -azure-ai-translation-text -1.0.0 +com.azure +azure-ai-translation-text +1.0.0 -com.azure -azure-communication-callautomation -1.2.4 +com.azure +azure-communication-callautomation +1.2.5 -com.azure -azure-communication-chat -1.5.4 +com.azure +azure-communication-chat +1.5.5 -com.azure -azure-communication-common -1.3.6 +com.azure +azure-communication-common +1.3.7 -com.azure -azure-communication-email -1.0.16 +com.azure +azure-communication-email +1.0.17 -com.azure -azure-communication-identity -1.5.8 +com.azure +azure-communication-identity +1.6.0 -com.azure -azure-communication-jobrouter -1.1.7 +com.azure +azure-communication-jobrouter +1.1.8 -com.azure -azure-communication-messages -1.0.6 +com.azure +azure-communication-messages +1.0.7 -com.azure -azure-communication-phonenumbers -1.1.16 +com.azure +azure-communication-phonenumbers +1.1.17 -com.azure -azure-communication-rooms -1.1.5 +com.azure +azure-communication-rooms +1.1.6 -com.azure -azure-communication-sms -1.1.27 +com.azure +azure-communication-sms +1.1.28 -com.azure -azure-containers-containerregistry -1.2.11 +com.azure +azure-co
(camel-quarkus) 11/25: generated poms
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 311130c3857b1513f6be2b1b0a50a89a39946db2 Author: JiriOndrusek AuthorDate: Tue Oct 1 13:25:33 2024 +0200 generated poms --- poms/bom/src/main/generated/flattened-full-pom.xml | 16 poms/bom/src/main/generated/flattened-reduced-pom.xml| 16 .../src/main/generated/flattened-reduced-verbose-pom.xml | 16 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 3f245d622f..0ef4d3af15 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -6380,7 +6380,7 @@ ca.uhn.hapi.fhir hapi-fhir-base -7.4.0 +7.4.2 com.google.code.findbugs @@ -6399,12 +6399,12 @@ ca.uhn.hapi.fhir hapi-fhir-client -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2.1 -7.4.0 +7.4.2 junit @@ -6419,22 +6419,22 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-r4 -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-r5 -7.4.0 +7.4.2 ca.uhn.hapi.fhir @@ -7030,7 +7030,7 @@ org.apache.httpcomponents.client5 httpclient5 -5.2.1 +5.4 org.apache.jackrabbit diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 18b9f59758..171e9962b7 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -6380,7 +6380,7 @@ ca.uhn.hapi.fhir hapi-fhir-base -7.4.0 +7.4.2 com.google.code.findbugs @@ -6399,12 +6399,12 @@ ca.uhn.hapi.fhir hapi-fhir-client -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2.1 -7.4.0 +7.4.2 junit @@ -6419,22 +6419,22 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-r4 -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-r5 -7.4.0 +7.4.2 ca.uhn.hapi.fhir @@ -6980,7 +6980,7 @@ org.apache.httpcomponents.client5 httpclient5 -5.2.1 +5.4 org.apache.jackrabbit diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index 1f6e97a426..abbd3df034 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -6380,7 +6380,7 @@ ca.uhn.hapi.fhir hapi-fhir-base -7.4.0 +7.4.2 com.google.code.findbugs @@ -6399,12 +6399,12 @@ ca.uhn.hapi.fhir hapi-fhir-client -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2.1 -7.4.0 +7.4.2 junit @@ -6419,22 +6419,22 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-r4 -7.4.0 +7.4.2 ca.uhn.hapi.fhir hapi-fhir-structures-r5 -7.4.0 +7.4.2 ca.uhn.hapi.fhir @@ -6980,7 +6980,7 @@ org.apache.httpcomponents.client5 httpclient5 -5.2.1 +5.4 org.apache.jackrabbit
(camel-quarkus) 23/25: Removed groovy-dsl extension/tests
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit a2d86a5f80425aacfe771561ed1b45bb77e1bf4a Author: JiriOndrusek AuthorDate: Wed Oct 9 11:11:56 2024 +0200 Removed groovy-dsl extension/tests --- docs/modules/ROOT/examples/others/groovy-dsl.yml | 13 -- docs/modules/ROOT/nav.adoc | 1 - .../pages/reference/extensions/groovy-dsl.adoc | 45 - extensions/groovy-dsl/deployment/pom.xml | 69 --- .../dsl/groovy/deployment/GroovyDslProcessor.java | 197 extensions/groovy-dsl/pom.xml | 37 extensions/groovy-dsl/runtime/pom.xml | 79 .../quarkus/dsl/groovy/runtime/Configurer.java | 30 --- .../main/resources/META-INF/quarkus-extension.yaml | 34 extensions/pom.xml | 1 - integration-tests/groovy-dsl/pom.xml | 201 - .../quarkus/dsl/groovy/GroovyDslResource.java | 106 --- .../src/main/resources/application.properties | 21 --- .../src/main/resources/routes/my-routes.groovy | 21 --- .../routes-with-components-configuration.groovy| 36 .../routes-with-dataformats-configuration.groovy | 36 .../main/resources/routes/routes-with-eip.groovy | 36 .../routes/routes-with-endpoint-dsl.groovy | 23 --- .../routes/routes-with-error-handler.groovy| 26 --- .../routes-with-languages-configuration.groovy | 33 .../main/resources/routes/routes-with-rest.groovy | 48 - .../camel/quarkus/dsl/groovy/GroovyDslIT.java | 24 --- .../camel/quarkus/dsl/groovy/GroovyDslTest.java| 79 integration-tests/pom.xml | 1 - poms/bom/pom.xml | 22 +-- poms/bom/src/main/generated/flattened-full-pom.xml | 20 -- .../src/main/generated/flattened-reduced-pom.xml | 20 -- .../generated/flattened-reduced-verbose-pom.xml| 20 -- 28 files changed, 1 insertion(+), 1278 deletions(-) diff --git a/docs/modules/ROOT/examples/others/groovy-dsl.yml b/docs/modules/ROOT/examples/others/groovy-dsl.yml deleted file mode 100644 index f70adafc72..00 --- a/docs/modules/ROOT/examples/others/groovy-dsl.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Do not edit directly! -# This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page -cqArtifactId: camel-quarkus-groovy-dsl -cqArtifactIdBase: groovy-dsl -cqNativeSupported: true -cqStatus: Stable -cqDeprecated: true -cqJvmSince: 1.8.0 -cqNativeSince: 2.16.0 -cqCamelPartName: groovy-dsl -cqCamelPartTitle: Groovy DSL -cqCamelPartDescription: Camel DSL with Groovy -cqExtensionPageTitle: Groovy DSL diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 000726f49a..5097fa461f 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -143,7 +143,6 @@ *** xref:reference/extensions/graphql.adoc[GraphQL] *** xref:reference/extensions/grok.adoc[Grok] *** xref:reference/extensions/groovy.adoc[Groovy] -*** xref:reference/extensions/groovy-dsl.adoc[Groovy DSL] *** xref:reference/extensions/gson.adoc[Gson] *** xref:reference/extensions/guava-eventbus.adoc[Guava EventBus] *** xref:reference/extensions/hl7.adoc[HL7] diff --git a/docs/modules/ROOT/pages/reference/extensions/groovy-dsl.adoc b/docs/modules/ROOT/pages/reference/extensions/groovy-dsl.adoc deleted file mode 100644 index 3f4d94e0e8..00 --- a/docs/modules/ROOT/pages/reference/extensions/groovy-dsl.adoc +++ /dev/null @@ -1,45 +0,0 @@ -// Do not edit directly! -// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page -[id="extensions-groovy-dsl"] -= Groovy DSL -:linkattrs: -:cq-artifact-id: camel-quarkus-groovy-dsl -:cq-native-supported: true -:cq-status: Stable -:cq-status-deprecation: Stable Deprecated -:cq-description: Support for parsing Groovy route definitions at runtime -:cq-deprecated: true -:cq-jvm-since: 1.8.0 -:cq-native-since: 2.16.0 - -ifeval::[{doc-show-badges} == true] -[.badges] -[.badge-key]##JVM since##[.badge-supported]##1.8.0## [.badge-key]##Native since##[.badge-supported]##2.16.0## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated## -endif::[] - -Support for parsing Groovy route definitions at runtime - -[id="extensions-groovy-dsl-whats-inside"] -== What's inside - -* xref:{cq-camel-components}:others:groovy-dsl.adoc[Groovy DSL] - -Please refer to the above link for usage and configuration details. - -[id="extensions-groovy-dsl-maven-coordinates"] -== Maven coordinates - -https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-groovy-dsl[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"] - -Or add the coordinates to your existing project: - -[source,xml] - - -org.apache.camel
(camel-quarkus) 15/25: rebased + generated poms
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 60a399b1852ddb74ff198f3dd3eac97f9f4cce9e Author: JiriOndrusek AuthorDate: Thu Oct 3 10:38:26 2024 +0200 rebased + generated poms --- poms/bom/src/main/generated/flattened-full-pom.xml | 340 ++--- .../src/main/generated/flattened-reduced-pom.xml | 32 +- .../generated/flattened-reduced-verbose-pom.xml| 88 +++--- 3 files changed, 230 insertions(+), 230 deletions(-) diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 614a0c2080..47f60ad5bc 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -6822,12 +6822,12 @@ io.quarkiverse.langchain4j quarkus-langchain4j-core -0.20.0.CR1 +0.20.3 io.quarkiverse.langchain4j quarkus-langchain4j-core-deployment -0.20.0.CR1 +0.20.3 io.quarkiverse.messaginghub @@ -23296,284 +23296,284 @@ 2.2 -org.eclipse.jetty -jetty-alpn-client -12.0.13 +org.eclipse.jetty +jetty-alpn-client +12.0.14 -org.eclipse.jetty -jetty-alpn-conscrypt-client -12.0.13 +org.eclipse.jetty +jetty-alpn-conscrypt-client +12.0.14 -org.eclipse.jetty -jetty-alpn-conscrypt-server -12.0.13 +org.eclipse.jetty +jetty-alpn-conscrypt-server +12.0.14 -org.eclipse.jetty -jetty-alpn-java-client -12.0.13 +org.eclipse.jetty +jetty-alpn-java-client +12.0.14 -org.eclipse.jetty -jetty-alpn-java-server -12.0.13 +org.eclipse.jetty +jetty-alpn-java-server +12.0.14 -org.eclipse.jetty -jetty-alpn-server -12.0.13 +org.eclipse.jetty +jetty-alpn-server +12.0.14 -org.eclipse.jetty -jetty-client -12.0.13 +org.eclipse.jetty +jetty-client +12.0.14 -org.eclipse.jetty -jetty-deploy -12.0.13 +org.eclipse.jetty +jetty-deploy +12.0.14 -org.eclipse.jetty -jetty-http -12.0.13 +org.eclipse.jetty +jetty-http +12.0.14 -org.eclipse.jetty -jetty-http-spi -12.0.13 +org.eclipse.jetty +jetty-http-spi +12.0.14 -org.eclipse.jetty -jetty-http-tools -12.0.13 +org.eclipse.jetty +jetty-http-tools +12.0.14 -org.eclipse.jetty -jetty-io -12.0.13 +org.eclipse.jetty +jetty-io +12.0.14 -org.eclipse.jetty -jetty-jmx -12.0.13 +org.eclipse.jetty +jetty-jmx +12.0.14 -org.eclipse.jetty -jetty-jndi -12.0.13 +org.eclipse.jetty +jetty-jndi +12.0.14 -org.eclipse.jetty -jetty-keystore -12.0.13 +org.eclipse.jetty +jetty-keystore +12.0.14 -org.eclipse.jetty -jetty-openid -12.0.13 +org.eclipse.jetty +jetty-openid +12.0.14 -org.eclipse.jetty -jetty-osgi -12.0.13 +org.eclipse.jetty +jetty-osgi +12.0.14 -org.eclipse.jetty -jetty-plus -12.0.13 +org.eclipse.jetty +jetty-plus +12.0.14 -org.eclipse.jetty -jetty-proxy -12.0.13 +org.eclipse.jetty +jetty-proxy +12.0.14 -org.eclipse.jetty -jetty-rewrite -12.0.13 +org.eclipse.jetty +jetty-rewrite +12.0.14 -org.eclipse.jetty -jetty-security -12.0.13 +org.eclipse.jetty +jetty-security +12.0.14 -org.eclipse.jetty -jetty-server -12.0.13 +org.eclipse.jetty +jetty-server +12.0.14 -org.eclipse.jetty -jetty-session -12.0.13 +org.eclipse.jetty +jetty-session +12.0.14 -org.eclipse.jetty -jetty-slf4j-impl -12.0.13 +org.eclipse.jetty +jetty-slf4j-impl +12.0.14 -org.eclipse.jetty -jetty-start -12.0.13 +org.eclip
(camel-quarkus) 14/25: generated poms
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 80c431814c888e9849a2ce3b2c0f5a00fe6200f3 Author: JiriOndrusek AuthorDate: Wed Oct 2 14:39:19 2024 +0200 generated poms --- poms/bom/src/main/generated/flattened-full-pom.xml| 4 ++-- poms/bom/src/main/generated/flattened-reduced-pom.xml | 4 ++-- poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 9a43d84e91..614a0c2080 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -7254,7 +7254,7 @@ org.opensearch.client opensearch-rest-client -2.17.0 +2.17.1 org.optaplanner @@ -7456,7 +7456,7 @@ redis.clients jedis -5.1.5 +5.2.0 software.amazon.awssdk diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index e66bd33358..b55b498613 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -7199,7 +7199,7 @@ org.opensearch.client opensearch-rest-client -2.17.0 +2.17.1 org.optaplanner @@ -7386,7 +7386,7 @@ redis.clients jedis -5.1.5 +5.2.0 software.amazon.awssdk diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index f5f0427a7f..67e562111b 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -7199,7 +7199,7 @@ org.opensearch.client opensearch-rest-client -2.17.0 +2.17.1 org.optaplanner @@ -7386,7 +7386,7 @@ redis.clients jedis -5.1.5 +5.2.0 software.amazon.awssdk
(camel-quarkus) 02/25: Fixed CamelQuarkusTestSupport method for asserting contexts
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 61ae690a3d522e3100dc0eff2dbe38c71529a1b9 Author: JiriOndrusek AuthorDate: Thu Sep 19 16:38:53 2024 +0200 Fixed CamelQuarkusTestSupport method for asserting contexts --- .../java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java b/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java index 20f62ddc6f..e4ae57364d 100644 --- a/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java +++ b/test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestSupport.java @@ -503,7 +503,7 @@ public class CamelQuarkusTestSupport extends AbstractTestSupport private void assertTestClassCamelContextMatchesAppCamelContext() { // Test classes must use the same CamelContext as the application under test -Assertions.assertEquals(context, super.context, +Assertions.assertEquals(context, contextManager.context(), "CamelQuarkusTestSupport uses a different CamelContext compared to the application under test"); } }
(camel-quarkus) 19/25: Generated poms
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit d095f56877e4ec1ecd65a500c6ceabd0db53cf5e Author: JiriOndrusek AuthorDate: Fri Oct 4 12:53:52 2024 +0200 Generated poms --- pom.xml | 10 +- poms/bom/src/main/generated/flattened-full-pom.xml| 8 poms/bom/src/main/generated/flattened-reduced-pom.xml | 8 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 8 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index b5243b8fff..39710165bf 100644 --- a/pom.xml +++ b/pom.xml @@ -98,11 +98,11 @@ 2.3.33 0.6.2 1.313 -1.25.0 +1.27.0 ${google-oauth-client-version} -0.228.0 - 1.132.2 -1.132.2 +0.229.0 + 1.133.0 +1.133.0 23.1.2 jdk21 4.0.21 @@ -163,7 +163,7 @@ 1.0.52 ${swagger-openapi3-java-parser-version} 0.43.1 -1.6.9 +1.7.0 2.7.2 diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 79c4f1b6c8..17aa38c9e4 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -6510,12 +6510,12 @@ com.google.auth google-auth-library-credentials -1.25.0 +1.27.0 com.google.auth google-auth-library-oauth2-http -1.25.0 +1.27.0 com.google.code.findbugs @@ -6526,7 +6526,7 @@ com.google.cloud google-cloud-pubsub -1.132.2 +1.133.0 com.google.android @@ -7421,7 +7421,7 @@ org.threeten threetenbp -1.6.9 +1.7.0 org.web3j diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 34a6fb39a3..28d54c1a0e 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -6510,12 +6510,12 @@ com.google.auth google-auth-library-credentials -1.25.0 +1.27.0 com.google.auth google-auth-library-oauth2-http -1.25.0 +1.27.0 com.google.code.findbugs @@ -6526,7 +6526,7 @@ com.google.cloud google-cloud-pubsub -1.132.2 +1.133.0 com.google.android @@ -7351,7 +7351,7 @@ org.threeten threetenbp -1.6.9 +1.7.0 org.web3j diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index 8f71a80e5e..69ff418731 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -6510,12 +6510,12 @@ com.google.auth google-auth-library-credentials -1.25.0 +1.27.0 com.google.auth google-auth-library-oauth2-http -1.25.0 +1.27.0 com.google.code.findbugs @@ -6526,7 +6526,7 @@ com.google.cloud google-cloud-pubsub -1.132.2 +1.133.0 com.google.android @@ -7351,7 +7351,7 @@ org.threeten threetenbp -1.6.9 +1.7.0 org.web3j
(camel-quarkus) 17/25: Remove Capability capability from catalog
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 29be177c58a0ab7deebc22740488f1c40c912dc3 Author: JiriOndrusek AuthorDate: Thu Oct 3 11:48:18 2024 +0200 Remove Capability capability from catalog --- .../camel/catalog/quarkus/QuarkusRuntimeProvider.java| 16 1 file changed, 16 deletions(-) diff --git a/catalog/src/main/java/org/apache/camel/catalog/quarkus/QuarkusRuntimeProvider.java b/catalog/src/main/java/org/apache/camel/catalog/quarkus/QuarkusRuntimeProvider.java index 034c970659..c575f93b5c 100644 --- a/catalog/src/main/java/org/apache/camel/catalog/quarkus/QuarkusRuntimeProvider.java +++ b/catalog/src/main/java/org/apache/camel/catalog/quarkus/QuarkusRuntimeProvider.java @@ -20,9 +20,6 @@ import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.List; -import java.util.Map; -import java.util.Properties; -import java.util.TreeMap; import org.apache.camel.catalog.CamelCatalog; import org.apache.camel.catalog.RuntimeProvider; @@ -42,7 +39,6 @@ public class QuarkusRuntimeProvider implements RuntimeProvider { private static final String TRANSFORMER_DIR = "org/apache/camel/catalog/quarkus/transformers"; private static final String OTHER_DIR = "org/apache/camel/catalog/quarkus/others"; private static final String BEANS_DIR = "org/apache/camel/catalog/quarkus/beans"; -private static final String CAPABILITIES_CATALOG = "org/apache/camel/catalog/quarkus/capabilities.properties"; private static final String COMPONENTS_CATALOG = "org/apache/camel/catalog/quarkus/components.properties"; private static final String DEV_CONSOLE_CATALOG = "org/apache/camel/catalog/quarkus/dev-consoles.properties"; private static final String DATA_FORMATS_CATALOG = "org/apache/camel/catalog/quarkus/dataformats.properties"; @@ -210,16 +206,4 @@ public class QuarkusRuntimeProvider implements RuntimeProvider { } return names; } - -@SuppressWarnings({ "unchecked", "rawtypes" }) -@Override -public Map findCapabilities() { -final Properties properties = new Properties(); -try (InputStream is = getCamelCatalog().getVersionManager().getResourceAsStream(CAPABILITIES_CATALOG)) { -properties.load(is); -} catch (IOException e) { -// ignore -} -return new TreeMap<>((Map) (Map) properties); -} }
(camel-quarkus) 16/25: Remove Capability capability
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 708ae78b426af0359a82d146c367d67df6625aa0 Author: JiriOndrusek AuthorDate: Thu Oct 3 11:18:34 2024 +0200 Remove Capability capability --- .../org/apache/camel/quarkus/maven/CqCatalog.java | 23 -- 1 file changed, 23 deletions(-) diff --git a/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/CqCatalog.java b/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/CqCatalog.java index 613c885de4..ab3b27f00b 100644 --- a/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/CqCatalog.java +++ b/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/CqCatalog.java @@ -25,9 +25,6 @@ import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.List; -import java.util.Map; -import java.util.Properties; -import java.util.TreeMap; import java.util.function.Function; import java.util.function.Predicate; import java.util.stream.Collectors; @@ -350,7 +347,6 @@ public class CqCatalog { private static final String TRANSFORMER_CATALOG = CQ_CATALOG_DIR + "/transformers.properties"; private static final String OTHER_CATALOG = CQ_CATALOG_DIR + "/others.properties"; private static final String BEANS_CATALOG = CQ_CATALOG_DIR + "/beans.properties"; -private static final String CAPABILITIES_CATALOG = "org/apache/camel/catalog/capabilities.properties"; private CamelCatalog camelCatalog; @@ -446,10 +442,6 @@ public class CqCatalog { return BEANS_CATALOG; } -protected String getCapabilitiesCatalog() { -return CAPABILITIES_CATALOG; -} - @Override public List findComponentNames() { List names = new ArrayList<>(); @@ -548,21 +540,6 @@ public class CqCatalog { return names; } -@Override -public Map findCapabilities() { -final Properties properties = new Properties(); - -InputStream is = getCamelCatalog().getVersionManager().getResourceAsStream(getCapabilitiesCatalog()); -if (is != null) { -try { -properties.load(is); -} catch (IOException e) { -// ignore -} -} - -return new TreeMap<>((Map) (Map) properties); -} } public static class GavCqCatalog extends CqCatalog implements AutoCloseable {
(camel-quarkus) 12/25: rebased + generated poms
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 2cdec8b9993277a3c534f41b35101866d67d9807 Author: JiriOndrusek AuthorDate: Tue Oct 1 15:47:13 2024 +0200 rebased + generated poms --- poms/bom/src/main/generated/flattened-full-pom.xml | 12 ++-- poms/bom/src/main/generated/flattened-reduced-pom.xml| 12 ++-- .../bom/src/main/generated/flattened-reduced-verbose-pom.xml | 12 ++-- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 0ef4d3af15..51e6570d7e 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -6705,12 +6705,12 @@ dev.langchain4j langchain4j -0.34.0 +0.35.0 dev.langchain4j langchain4j-core -0.34.0 +0.35.0 io.dropwizard.metrics @@ -6822,22 +6822,22 @@ io.quarkiverse.langchain4j quarkus-langchain4j-core -0.19.0.CR3 +0.20.0.CR1 io.quarkiverse.langchain4j quarkus-langchain4j-core-deployment -0.19.0.CR3 +0.20.0.CR1 io.quarkiverse.messaginghub quarkus-pooled-jms -2.5.0 +2.6.0 io.quarkiverse.messaginghub quarkus-pooled-jms-deployment -2.5.0 +2.6.0 io.quarkiverse.minio diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 171e9962b7..79df86d7b2 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -6690,12 +6690,12 @@ dev.langchain4j langchain4j -0.34.0 +0.35.0 dev.langchain4j langchain4j-core -0.34.0 +0.35.0 io.minio @@ -6797,22 +6797,22 @@ io.quarkiverse.langchain4j quarkus-langchain4j-core -0.19.0.CR3 +0.20.0.CR1 io.quarkiverse.langchain4j quarkus-langchain4j-core-deployment -0.19.0.CR3 +0.20.0.CR1 io.quarkiverse.messaginghub quarkus-pooled-jms -2.5.0 +2.6.0 io.quarkiverse.messaginghub quarkus-pooled-jms-deployment -2.5.0 +2.6.0 io.quarkiverse.minio diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index abbd3df034..1e387f15e7 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -6690,12 +6690,12 @@ dev.langchain4j langchain4j -0.34.0 +0.35.0 dev.langchain4j langchain4j-core -0.34.0 +0.35.0 io.minio @@ -6797,22 +6797,22 @@ io.quarkiverse.langchain4j quarkus-langchain4j-core -0.19.0.CR3 +0.20.0.CR1 io.quarkiverse.langchain4j quarkus-langchain4j-core-deployment -0.19.0.CR3 +0.20.0.CR1 io.quarkiverse.messaginghub quarkus-pooled-jms -2.5.0 +2.6.0 io.quarkiverse.messaginghub quarkus-pooled-jms-deployment -2.5.0 +2.6.0 io.quarkiverse.minio
(camel-quarkus) 07/25: Rebased + generated files
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 83688998224961511b4928c010d030919cfed0be Author: JiriOndrusek AuthorDate: Fri Sep 27 10:20:48 2024 +0200 Rebased + generated files --- poms/bom/src/main/generated/flattened-full-pom.xml | 483 +++-- .../src/main/generated/flattened-reduced-pom.xml | 59 ++- .../generated/flattened-reduced-verbose-pom.xml| 169 +++ 3 files changed, 378 insertions(+), 333 deletions(-) diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 48fc970971..b034076e58 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -4692,6 +4692,11 @@ camel-quarkus-kudu-deployment 3.16.0-SNAPSHOT + +org.apache.camel.quarkus +camel-quarkus-langchain4j +3.16.0-SNAPSHOT + org.apache.camel.quarkus camel-quarkus-langchain4j-chat @@ -4702,6 +4707,11 @@ camel-quarkus-langchain4j-chat-deployment 3.16.0-SNAPSHOT + +org.apache.camel.quarkus +camel-quarkus-langchain4j-deployment +3.16.0-SNAPSHOT + org.apache.camel.quarkus camel-quarkus-langchain4j-embeddings @@ -6812,12 +6822,12 @@ io.quarkiverse.langchain4j quarkus-langchain4j-core -0.18.0 +0.19.0.CR1 io.quarkiverse.langchain4j quarkus-langchain4j-core-deployment -0.18.0 +0.19.0.CR1 io.quarkiverse.messaginghub @@ -6832,22 +6842,22 @@ io.quarkiverse.minio quarkus-minio -3.7.6 +3.7.7 io.quarkiverse.minio quarkus-minio-deployment -3.7.6 +3.7.7 io.quarkiverse.minio quarkus-minio-native -3.7.6 +3.7.7 io.quarkiverse.minio quarkus-minio-native-deployment -3.7.6 +3.7.7 io.quarkiverse.mybatis @@ -6928,17 +6938,17 @@ io.swagger.core.v3 swagger-annotations-jakarta -2.2.24 +2.2.23 io.swagger.core.v3 swagger-core-jakarta -2.2.24 +2.2.23 io.swagger.core.v3 swagger-models-jakarta -2.2.24 +2.2.23 io.swagger.parser.v3 @@ -7012,6 +7022,11 @@ avro-ipc-netty 1.12.0 + +org.apache.commons +commons-collections4 +4.4 + org.apache.httpcomponents.client5 httpclient5 @@ -24028,9 +24043,9 @@ 25.1-jre-graal-sub-1 -org.apache.kafka -connect-api -3.7.0 +org.apache.kafka +connect-api +3.7.0 javax.ws.rs @@ -24039,368 +24054,368 @@ -org.apache.kafka -connect-json -3.7.0 +org.apache.kafka +connect-json +3.7.0 -org.apache.kafka -connect-file -3.7.0 +org.apache.kafka +connect-file +3.7.0 -org.apache.kafka -connect-transforms -3.7.0 +org.apache.kafka +connect-transforms +3.7.0 -org.apache.kafka -kafka_2.13 -3.7.0 -test +org.apache.kafka +kafka_2.13 +3.7.0 +test -io.confluent -kafka-connect-avro-converter -7.0.1 +io.confluent +kafka-connect-avro-converter +7.0.1 -io.confluent -kafka-connect-protobuf-converter -7.0.1 +io.confluent +kafka-connect-protobuf-converter +7.0.1 -io.apicurio -apicurio-registry-utils-converter -2.4.3.Final +io.apicurio +apicurio-registry-utils-converter +2.4.3.Final -com.zendesk -mysql-binlog-connector-java -0.29.2 +com.zendesk +mysql-binlog-connector-java +0.29.2 -mil.nga -wkb -1.0.2 +mil.nga +wkb +1.0.2 -com.oracle.instantclient -xstreams -21.11.0.0 +com.oracle.instantclient +xstreams +21.11.0.0 -com.ibm.informix -jdbc -4.50.10 +com.ibm.informix +jdbc +4.50.10 -com.ibm.informix -ifx-changestream-client -1.1.3 +com.ibm.informix +
(camel-quarkus) 20/25: Updated azurite docker image to reflect version in Camel
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit ac006059bac98958463124cfc101e9dd99b76a53 Author: JiriOndrusek AuthorDate: Fri Oct 4 16:11:23 2024 +0200 Updated azurite docker image to reflect version in Camel --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 39710165bf..ed09ee4b5f 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ docker.io/rmohr/activemq:5.15.9-alpine docker.io/arangodb:3.12.0 - mcr.microsoft.com/azure-storage/azurite:3.31.0 + mcr.microsoft.com/azure-storage/azurite:3.32.0 quay.io/l2x6/calculator-ws:1.2 docker.io/cassandra:4.1.3 docker.io/hashicorp/consul:1.19
(camel-quarkus) 21/25: generated file
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 68472174e22e1682ce1a05c92047f2b56998fa96 Author: JiriOndrusek AuthorDate: Mon Oct 7 09:27:30 2024 +0200 generated file --- poms/bom/src/main/generated/flattened-full-pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 17aa38c9e4..fdfda53fe2 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -6715,12 +6715,12 @@ io.dropwizard.metrics dropwizard-core -4.2.27 +4.2.28 io.dropwizard.metrics metrics-jmx -4.2.27 +4.2.28 io.minio
(camel-quarkus) 25/25: rebased and generated files
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit f15c8896a5c269843f1f4b8b89eb09d2d4f60080 Author: JiriOndrusek AuthorDate: Thu Oct 10 15:01:54 2024 +0200 rebased and generated files --- pom.xml | 2 +- poms/bom/src/main/generated/flattened-full-pom.xml| 2 +- poms/bom/src/main/generated/flattened-reduced-pom.xml | 2 +- poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ed09ee4b5f..ea2e44ea97 100644 --- a/pom.xml +++ b/pom.xml @@ -166,7 +166,7 @@ 1.7.0 2.7.2 +2.10 ${web3j-version} ${web3j-quorum-version} ${zookeeper-version} diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 4d5a57b90a..ed32c279dd 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -7031,7 +7031,7 @@ org.apache.xmlgraphics xmlgraphics-commons -2.9 +2.10 commons-logging diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 86f5ed449e..273c11c605 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -6976,7 +6976,7 @@ org.apache.xmlgraphics xmlgraphics-commons -2.9 +2.10 commons-logging diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index 34bc2f0449..2044330a4b 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -6976,7 +6976,7 @@ org.apache.xmlgraphics xmlgraphics-commons -2.9 +2.10 commons-logging
(camel-quarkus) 08/25: disabled csv utnil commons-io is upgraded
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 1cfe9db392e64df398074dbd677406f0254ba71c Author: JiriOndrusek AuthorDate: Fri Sep 27 13:00:49 2024 +0200 disabled csv utnil commons-io is upgraded --- .../test/java/org/apache/camel/quarkus/component/csv/it/CsvTest.java| 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/csv/src/test/java/org/apache/camel/quarkus/component/csv/it/CsvTest.java b/integration-tests/csv/src/test/java/org/apache/camel/quarkus/component/csv/it/CsvTest.java index 12e27e1a20..51dc4d93ef 100644 --- a/integration-tests/csv/src/test/java/org/apache/camel/quarkus/component/csv/it/CsvTest.java +++ b/integration-tests/csv/src/test/java/org/apache/camel/quarkus/component/csv/it/CsvTest.java @@ -19,6 +19,7 @@ package org.apache.camel.quarkus.component.csv.it; import io.quarkus.test.junit.QuarkusTest; import io.restassured.RestAssured; import io.restassured.http.ContentType; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import static org.hamcrest.Matchers.is; @@ -39,6 +40,7 @@ class CsvTest { } @Test +@Disabled //https://github.com/apache/camel-quarkus/issues/6560 public void csv2json() { RestAssured.given() // .contentType(ContentType.TEXT)
(camel-quarkus) 09/25: disabled native for csv
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit bb0736d7918b345a252460d9aa4452b6b78facc3 Author: JiriOndrusek AuthorDate: Fri Sep 27 15:40:29 2024 +0200 disabled native for csv --- integration-tests/csv/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/csv/pom.xml b/integration-tests/csv/pom.xml index a9ca9d43f0..77fb442cd7 100644 --- a/integration-tests/csv/pom.xml +++ b/integration-tests/csv/pom.xml @@ -63,6 +63,7 @@ + virtualDependencies
Re: [PR] Generated sources regen [camel-kamelets]
oscerd merged PR #2238: URL: https://github.com/apache/camel-kamelets/pull/2238 -- 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 main updated: Regen for commit 1754063334f7568913578e4612c58c3496c7a995 (#2238)
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-kamelets.git The following commit(s) were added to refs/heads/main by this push: new 12ba88ff Regen for commit 1754063334f7568913578e4612c58c3496c7a995 (#2238) 12ba88ff is described below commit 12ba88ff2a76ee95b60914982a4c4256968c69ca Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Oct 10 15:33:16 2024 +0200 Regen for commit 1754063334f7568913578e4612c58c3496c7a995 (#2238) Signed-off-by: GitHub Co-authored-by: oscerd --- .../kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml index 0ba480ec..04bc00a8 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml @@ -110,7 +110,7 @@ spec: - "camel:kafka" - "camel:core" - "camel:kamelet" -- "mvn:io.quarkus:io.quarkus:quarkus-apicurio-registry-json-schema:3.15.1" +- "mvn:io.quarkus:quarkus-apicurio-registry-json-schema:3.15.1" template: beans: - name: kafkaHeaderDeserializer
Re: [PR] Adds Camel Flowable component [camel]
davsclaus commented on PR #15911: URL: https://github.com/apache/camel/pull/15911#issuecomment-2405086572 this code needs more review and updates to a Camel v4 style. Does flowable require spring or what is the requirement for using spring / camel-spring ? -- 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 camel-4.8.x updated: CAMEL-21337: Camel-Jbang: Camel run with runtime=quarkus doesn't use group-id from config
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-4.8.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-4.8.x by this push: new 6c13cd51adf CAMEL-21337: Camel-Jbang: Camel run with runtime=quarkus doesn't use group-id from config 6c13cd51adf is described below commit 6c13cd51adfe2b588781797dd74024c8f2d89574 Author: Claus Ibsen AuthorDate: Thu Oct 10 15:24:39 2024 +0200 CAMEL-21337: Camel-Jbang: Camel run with runtime=quarkus doesn't use group-id from config --- .../java/org/apache/camel/dsl/jbang/core/commands/Run.java | 14 ++ 1 file changed, 14 insertions(+) diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java index c49b4d4b46f..03e7a79b750 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java +++ b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java @@ -137,6 +137,14 @@ public class Run extends CamelCommand { @Option(names = { "--kamelets-version" }, description = "Apache Camel Kamelets version") String kameletsVersion; +@CommandLine.Option(names = { "--quarkus-group-id" }, description = "Quarkus Platform Maven groupId", +defaultValue = "io.quarkus.platform") +String quarkusGroupId = "io.quarkus.platform"; + +@CommandLine.Option(names = { "--quarkus-artifact-id" }, description = "Quarkus Platform Maven artifactId", +defaultValue = "quarkus-bom") +String quarkusArtifactId = "quarkus-bom"; + @Option(names = { "--quarkus-version" }, description = "Quarkus Platform version", defaultValue = RuntimeType.QUARKUS_VERSION) String quarkusVersion = RuntimeType.QUARKUS_VERSION; @@ -551,6 +559,8 @@ public class Run extends CamelCommand { writeSetting(main, profileProperties, "camel.jbang.camel-version", new DefaultCamelCatalog().getCatalogVersion()); writeSetting(main, profileProperties, "camel.jbang.springBootVersion", springBootVersion); writeSetting(main, profileProperties, "camel.jbang.quarkusVersion", quarkusVersion); +writeSetting(main, profileProperties, "camel.jbang.quarkusGroupId", quarkusGroupId); +writeSetting(main, profileProperties, "camel.jbang.quarkusArtifactId", quarkusArtifactId); // command line arguments if (property != null) { @@ -875,6 +885,8 @@ public class Run extends CamelCommand { eq.mavenWrapper = true; eq.gradleWrapper = false; eq.quarkusVersion = this.quarkusVersion; +eq.quarkusGroupId = this.quarkusGroupId; +eq.quarkusArtifactId = this.quarkusArtifactId; eq.camelVersion = this.camelVersion; eq.kameletsVersion = this.kameletsVersion; eq.exportDir = runDir.toString(); @@ -1114,6 +1126,8 @@ public class Run extends CamelCommand { camelVersion = answer.getProperty("camel.jbang.camel-version", camelVersion); kameletsVersion = answer.getProperty("camel.jbang.kameletsVersion", kameletsVersion); springBootVersion = answer.getProperty("camel.jbang.springBootVersion", springBootVersion); +quarkusGroupId = answer.getProperty("camel.jbang.quarkusGroupId", quarkusGroupId); +quarkusArtifactId = answer.getProperty("camel.jbang.quarkusArtifactId", quarkusArtifactId); quarkusVersion = answer.getProperty("camel.jbang.quarkusVersion", quarkusVersion); gav = answer.getProperty("camel.jbang.gav", gav); stub = answer.getProperty("camel.jbang.stub", stub);
(camel-kamelets) branch issue/2236 deleted (was a4e53a4b)
This is an automated email from the ASF dual-hosted git repository. valdar pushed a change to branch issue/2236 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git was a4e53a4b fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
[PR] Generated sources regen [camel-kamelets]
github-actions[bot] opened a new pull request, #2238: URL: https://github.com/apache/camel-kamelets/pull/2238 Regen bot :robot: found some uncommited changes after running build on :camel: kamelets main. Please do not delete `regen_bot` 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 (98b9a3ce -> 3ab58997)
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 98b9a3ce Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 (#2230) add 17540633 fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies (#2237) add 3ab58997 Regen for commit 1754063334f7568913578e4612c58c3496c7a995 No new revisions were added by this update. Summary of changes: kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml| 2 +- .../kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
(camel-kamelets) branch regen_bot updated (3ab58997 -> 12ba88ff)
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 omit 3ab58997 Regen for commit 1754063334f7568913578e4612c58c3496c7a995 add 12ba88ff Regen for commit 1754063334f7568913578e4612c58c3496c7a995 (#2238) 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 (3ab58997) \ N -- N -- N refs/heads/regen_bot (12ba88ff) 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) branch main updated: CAMEL-21193: camel-jbang - Add receive command (#15912)
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 3c957201743 CAMEL-21193: camel-jbang - Add receive command (#15912) 3c957201743 is described below commit 3c957201743ff8ec01530de27705c4544464d275 Author: Claus Ibsen AuthorDate: Thu Oct 10 15:10:57 2024 +0200 CAMEL-21193: camel-jbang - Add receive command (#15912) * CAMEL-21193: camel-jbang - Add receive command --- .../apache/camel/catalog/dev-consoles.properties | 1 + .../apache/camel/catalog/dev-consoles/receive.json | 15 + .../org/apache/camel/impl/engine/DefaultRoute.java | 4 + .../impl/console/ReceiveDevConsoleConfigurer.java | 86 +++ .../org/apache/camel/dev-console/receive.json | 15 + ...org.apache.camel.impl.console.ReceiveDevConsole | 2 + .../services/org/apache/camel/dev-console/receive | 2 + .../org/apache/camel/dev-consoles.properties | 2 +- .../camel/impl/console/ReceiveDevConsole.java | 345 + .../java/org/apache/camel/util/ObjectHelper.java | 19 + .../modules/ROOT/pages/camel-jbang.adoc| 65 +- .../camel/cli/connector/LocalCliConnector.java | 64 +- .../dsl/jbang/core/commands/CamelCommand.java | 4 + .../dsl/jbang/core/commands/CamelJBangMain.java| 1 + .../core/commands/action/CamelBrowseAction.java| 10 - .../core/commands/action/CamelReceiveAction.java | 808 + 16 files changed, 1429 insertions(+), 14 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties index d8d1929214d..280b182c430 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties @@ -29,6 +29,7 @@ platform-http properties protocol quartz +receive reload resilience4j rest diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/receive.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/receive.json new file mode 100644 index 000..978a1f23579 --- /dev/null +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/receive.json @@ -0,0 +1,15 @@ +{ + "console": { +"kind": "console", +"group": "camel", +"name": "receive", +"title": "Camel Receive", +"description": "Consume messages from endpoints", +"deprecated": false, +"javaType": "org.apache.camel.impl.console.ReceiveDevConsole", +"groupId": "org.apache.camel", +"artifactId": "camel-console", +"version": "4.9.0-SNAPSHOT" + } +} + diff --git a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultRoute.java b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultRoute.java index 567443d3302..446671ba875 100644 --- a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultRoute.java +++ b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultRoute.java @@ -27,6 +27,7 @@ import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import org.apache.camel.CamelContext; +import org.apache.camel.Channel; import org.apache.camel.Consumer; import org.apache.camel.Endpoint; import org.apache.camel.ErrorHandlerFactory; @@ -733,6 +734,9 @@ public class DefaultRoute extends ServiceSupport implements Route { List list = nav.next(); if (list != null) { for (Processor proc : list) { +if (proc instanceof Channel channel) { +proc = channel.getNextProcessor(); +} String id = null; if (proc instanceof IdAware idAware) { id = idAware.getId(); diff --git a/core/camel-console/src/generated/java/org/apache/camel/impl/console/ReceiveDevConsoleConfigurer.java b/core/camel-console/src/generated/java/org/apache/camel/impl/console/ReceiveDevConsoleConfigurer.java new file mode 100644 index 000..0129a9fae6a --- /dev/null +++ b/core/camel-console/src/generated/java/org/apache/camel/impl/console/ReceiveDevConsoleConfigurer.java @@ -0,0 +1,86 @@ +/* Generated by camel build tools - do NOT edit this file! */ +package org.apache.camel.impl.console; + +import javax.annotation.processing.Generated; +import java.util.Map; + +import org.apache.camel.CamelContext; +import org.apache.camel.spi.ExtendedPropertyConfigurerGetter; +import org.apache.camel.spi.PropertyConfigurerGetter; +import org.apache.camel.spi.ConfigurerStrategy; +import org.apache.camel.spi.GeneratedPropertyConfigurer; +import org.apac
(camel) branch rcmd deleted (was 3bc50bbf74a)
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch rcmd in repository https://gitbox.apache.org/repos/asf/camel.git was 3bc50bbf74a CAMEL-21193: camel-jbang - Add listen command The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
Re: [PR] CAMEL-21193: camel-jbang - Add receive command [camel]
davsclaus merged PR #15912: URL: https://github.com/apache/camel/pull/15912 -- 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] chore(deps): Bump aws-java-sdk2-version from 2.28.18 to 2.28.19 [camel]
github-actions[bot] commented on PR #15907: URL: https://github.com/apache/camel/pull/15907#issuecomment-2404209751 :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
[PR] chore(deps): Bump aws-java-sdk2-version from 2.28.18 to 2.28.19 [camel]
dependabot[bot] opened a new pull request, #15907: URL: https://github.com/apache/camel/pull/15907 Bumps `aws-java-sdk2-version` from 2.28.18 to 2.28.19. Updates `software.amazon.awssdk:sqs` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:kinesis` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:s3` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:sns` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:cloudwatch` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:ec2` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:eventbridge` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:iam` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:kms` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:lambda` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:secretsmanager` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:sts` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:dynamodb` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:config` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:apache-client` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:athena` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:bedrock` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:bedrockruntime` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:bedrockagent` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:bedrockagentruntime` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:cloudtrail` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:ecs` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:eks` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:netty-nio-client` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:firehose` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:kafka` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:mq` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:redshiftdata` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:ses` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:sfn` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:timestreamquery` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:timestreamwrite` from 2.28.18 to 2.28.19 Updates `software.amazon.awssdk:translate` from 2.28.18 to 2.28.19 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 dependabot/maven/aws-java-sdk2-version-2.28.19 created (now 101d0cc118e)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/aws-java-sdk2-version-2.28.19 in repository https://gitbox.apache.org/repos/asf/camel.git at 101d0cc118e chore(deps): Bump aws-java-sdk2-version from 2.28.18 to 2.28.19 No new revisions were added by this update.
Re: [I] Getting duplicate events on Kafka connector restart [camel-kafka-connector]
oscerd commented on issue #1682: URL: https://github.com/apache/camel-kafka-connector/issues/1682#issuecomment-2404580003 It's in memory. It's normal. You need to enable deleteAfterRead to true. -- 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] Getting duplicate events on Kafka connector restart [camel-kafka-connector]
oscerd commented on issue #1682: URL: https://github.com/apache/camel-kafka-connector/issues/1682#issuecomment-2404793229 Use a Kafka topic: `camel.idempotency.enabled=true camel.idempotency.repository.type=kafka camel.idempotency.expression.type=body camel.idempotency.kafka.topic=my.idempotency.topic camel.idempotency.kafka.bootstrap.servers=localhost:9092 camel.idempotency.kafka.max.cache.size=1500 camel.idempotency.kafka.poll.duration.ms=150` https://camel.apache.org/camel-kafka-connector/4.8.x/user-guide/idempotency.html -- 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: chore(deps): Bump bytebuddy-version from 1.15.3 to 1.15.4 (#15909)
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 07a5bc03d8a chore(deps): Bump bytebuddy-version from 1.15.3 to 1.15.4 (#15909) 07a5bc03d8a is described below commit 07a5bc03d8afb126ab41b7e3344601aeb0de4429 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Oct 10 13:08:13 2024 +0200 chore(deps): Bump bytebuddy-version from 1.15.3 to 1.15.4 (#15909) Bumps `bytebuddy-version` from 1.15.3 to 1.15.4. Updates `net.bytebuddy:byte-buddy` from 1.15.3 to 1.15.4 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.3...byte-buddy-1.15.4) Updates `net.bytebuddy:byte-buddy-agent` from 1.15.3 to 1.15.4 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.3...byte-buddy-1.15.4) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 8d5ca6906d7..3966e316dee 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -85,7 +85,7 @@ 4.11.1 3.36.0 3.6.0 -1.15.3 +1.15.4 0.10.1 3.1.8 3.13.0
Re: [PR] chore(deps): Bump bytebuddy-version from 1.15.3 to 1.15.4 [camel]
oscerd merged PR #15909: URL: https://github.com/apache/camel/pull/15909 -- 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 dependabot/maven/bytebuddy-version-1.15.4 deleted (was 611d804f6fd)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/bytebuddy-version-1.15.4 in repository https://gitbox.apache.org/repos/asf/camel.git was 611d804f6fd chore(deps): Bump bytebuddy-version from 1.15.3 to 1.15.4 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
Re: [PR] chore(deps): Bump actions/upload-artifact from 4.4.2 to 4.4.3 [camel]
oscerd merged PR #15906: URL: https://github.com/apache/camel/pull/15906 -- 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: chore(deps): Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#15906)
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 3d0f0d339db chore(deps): Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#15906) 3d0f0d339db is described below commit 3d0f0d339dba4dd762a8d570e5aef49fa064178a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Oct 10 13:11:10 2024 +0200 chore(deps): Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#15906) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/84480863f228bb9747b473957fcc9e309aa96097...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/alternative-os-build-main.yml | 2 +- .github/workflows/generate-sbom-main.yml| 2 +- .github/workflows/pr-build-camel-3.yml | 4 ++-- .github/workflows/pr-build-camel-40x.yml| 2 +- .github/workflows/pr-build-main.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/alternative-os-build-main.yml b/.github/workflows/alternative-os-build-main.yml index 493d96612f1..d8b91afb7c1 100644 --- a/.github/workflows/alternative-os-build-main.yml +++ b/.github/workflows/alternative-os-build-main.yml @@ -48,7 +48,7 @@ jobs: - name: mvn build ${{ matrix.os }} run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log -D'maven.wagon.http.pool=false' -D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress -Dquickly install - name: Archive logs ${{ matrix.os }} -uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 +uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: name: build-${{ matrix.os }} diff --git a/.github/workflows/generate-sbom-main.yml b/.github/workflows/generate-sbom-main.yml index 84db5dcc033..98a08780ecb 100644 --- a/.github/workflows/generate-sbom-main.yml +++ b/.github/workflows/generate-sbom-main.yml @@ -50,7 +50,7 @@ jobs: - name: mvn build and sbom generation run: ./mvnw -B -l build.log -Psbom -Dquickly verify - name: archive logs -uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 +uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: name: build.log diff --git a/.github/workflows/pr-build-camel-3.yml b/.github/workflows/pr-build-camel-3.yml index 672c13ef80c..496e4c171f5 100644 --- a/.github/workflows/pr-build-camel-3.yml +++ b/.github/workflows/pr-build-camel-3.yml @@ -50,7 +50,7 @@ jobs: - name: mvn checkstyle run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l checkstyle.log $MVND_OPTS -e checkstyle:checkstyle - name: archive logs - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: name: checkstyle.log @@ -90,7 +90,7 @@ jobs: - name: maven build run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l build.log $MVND_OPTS -Pfastinstall -DskipTests install - name: archive logs -uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 +uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: name: build.log diff --git a/.github/workflows/pr-build-camel-40x.yml b/.github/workflows/pr-build-camel-40x.yml index 3d74e0140f6..b6a629aca12 100644 --- a/.github/workflows/pr-build-camel-40x.yml +++ b/.github/workflows/pr-build-camel-40x.yml @@ -58,7 +58,7 @@ jobs: - name: maven build run: ./mvnw -l build.log -Dquickly install - name: archive logs -uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 +uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: name: build.log diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml index 96dec401832..1e17508336d 100644 --- a/.github/workflows/pr-build-main.yml +++ b/.github/workflows/pr-build-main.yml @@ -65,7 +65,7 @@ jobs: - name: ma
Re: [PR] chore(deps): Bump com.google.cloud:google-cloud-secretmanager-bom from 2.51.0 to 2.52.0 [camel]
github-actions[bot] commented on PR #15908: URL: https://github.com/apache/camel/pull/15908#issuecomment-2404801661 :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 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 dependabot/github_actions/actions/upload-artifact-4.4.3 deleted (was addc76b444e)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/upload-artifact-4.4.3 in repository https://gitbox.apache.org/repos/asf/camel.git was addc76b444e chore(deps): Bump actions/upload-artifact from 4.4.2 to 4.4.3 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(camel) branch main updated: chore(deps): Bump io.github.ascopes:protobuf-maven-plugin (#15900)
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 cbb31e1c2f7 chore(deps): Bump io.github.ascopes:protobuf-maven-plugin (#15900) cbb31e1c2f7 is described below commit cbb31e1c2f789f7769164e1da906346dd5474fea Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Oct 10 13:13:57 2024 +0200 chore(deps): Bump io.github.ascopes:protobuf-maven-plugin (#15900) Bumps [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 2.6.1 to 2.6.2. - [Release notes](https://github.com/ascopes/protobuf-maven-plugin/releases) - [Commits](https://github.com/ascopes/protobuf-maven-plugin/compare/v2.6.1...v2.6.2) --- updated-dependencies: - dependency-name: io.github.ascopes:protobuf-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 3966e316dee..f5089c7f71c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -414,7 +414,7 @@ 1.2.1 2.22.0 3.25.5 -2.6.1 +2.6.2 1.8 5.0.12.Final SRU2023-10.1.7
(camel) branch dependabot/maven/io.github.ascopes-protobuf-maven-plugin-2.6.2 deleted (was ef1c413d531)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.github.ascopes-protobuf-maven-plugin-2.6.2 in repository https://gitbox.apache.org/repos/asf/camel.git was ef1c413d531 chore(deps): Bump io.github.ascopes:protobuf-maven-plugin The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
Re: [PR] chore(deps): Bump io.github.ascopes:protobuf-maven-plugin from 2.6.1 to 2.6.2 [camel]
oscerd merged PR #15900: URL: https://github.com/apache/camel/pull/15900 -- 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] chore(deps): Bump openapi-generator-version from 7.8.0 to 7.9.0 [camel]
oscerd merged PR #15898: URL: https://github.com/apache/camel/pull/15898 -- 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 dependabot/maven/openapi-generator-version-7.9.0 deleted (was ef2b51d29a3)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/openapi-generator-version-7.9.0 in repository https://gitbox.apache.org/repos/asf/camel.git was ef2b51d29a3 chore(deps): Bump openapi-generator-version from 7.8.0 to 7.9.0 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(camel) branch main updated: chore(deps): Bump openapi-generator-version from 7.8.0 to 7.9.0 (#15898)
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 0daeb6bc0a7 chore(deps): Bump openapi-generator-version from 7.8.0 to 7.9.0 (#15898) 0daeb6bc0a7 is described below commit 0daeb6bc0a770bace44692618a888ea47339ecb6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Oct 10 13:16:48 2024 +0200 chore(deps): Bump openapi-generator-version from 7.8.0 to 7.9.0 (#15898) Bumps `openapi-generator-version` from 7.8.0 to 7.9.0. Updates `org.openapitools:openapi-generator-maven-plugin` from 7.8.0 to 7.9.0 Updates `org.openapitools:openapi-generator` from 7.8.0 to 7.9.0 - [Release notes](https://github.com/openapitools/openapi-generator/releases) - [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md) - [Commits](https://github.com/openapitools/openapi-generator/compare/v7.8.0...v7.9.0) --- updated-dependencies: - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.openapitools:openapi-generator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index f5089c7f71c..57ee3c43f72 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -383,7 +383,7 @@ 2.0.13 5.0.0 3.4.3 -7.8.0 +7.9.0 4.0.1 2.17.1 2.14.0
(camel-kamelets) branch main updated: Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 (#2230)
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-kamelets.git The following commit(s) were added to refs/heads/main by this push: new 98b9a3ce Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 (#2230) 98b9a3ce is described below commit 98b9a3ce543adf3d471a06347f98f6f089847b81 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Oct 10 14:38:52 2024 +0200 Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 (#2230) Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f0dcebc3..e3787028 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ UTF-8 3.2.7 3.1.3 -3.5.0 +3.5.1 3.5.1 3.10.1 3.6.0
(camel-kamelets) branch dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.1 deleted (was f5a56552)
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-failsafe-plugin-3.5.1 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git was f5a56552 Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
Re: [PR] Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 [camel-kamelets]
oscerd merged PR #2230: URL: https://github.com/apache/camel-kamelets/pull/2230 -- 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] CAMEL-21193: camel-jbang - Add receive command [camel]
davsclaus opened a new pull request, #15912: URL: https://github.com/apache/camel/pull/15912 # Description # Target - [ ] 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 - [ ] 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) filed for the change (usually before you start working on it). # Apache Camel coding standards and style - [ ] I checked that each commit in the pull request has a meaningful subject line and body. - [ ] I have run `mvn clean install -DskipTests` locally from root folder 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
Re: [PR] CAMEL-21193: camel-jbang - Add receive command [camel]
github-actions[bot] commented on PR #15912: URL: https://github.com/apache/camel/pull/15912#issuecomment-2405002171 :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
(camel) 06/13: CAMEL-21193: camel-jbang - Add listen command
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch rcmd in repository https://gitbox.apache.org/repos/asf/camel.git commit 6ef2a443dabcfefe5a065b3c06627dd2b5d2c9c4 Author: Claus Ibsen AuthorDate: Thu Oct 10 10:13:19 2024 +0200 CAMEL-21193: camel-jbang - Add listen command --- .../camel/impl/console/ReceiveDevConsole.java | 47 +- .../java/org/apache/camel/util/ObjectHelper.java | 19 + 2 files changed, 55 insertions(+), 11 deletions(-) diff --git a/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java b/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java index 88d32b4e246..aed1721b1be 100644 --- a/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java +++ b/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java @@ -20,10 +20,14 @@ import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Queue; +import java.util.Set; import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicLong; +import javax.management.MBeanServer; +import javax.management.ObjectName; + import org.apache.camel.CamelContext; import org.apache.camel.Channel; import org.apache.camel.Consumer; @@ -32,7 +36,6 @@ import org.apache.camel.EndpointAware; import org.apache.camel.Exchange; import org.apache.camel.Navigate; import org.apache.camel.Processor; -import org.apache.camel.Route; import org.apache.camel.spi.Configurer; import org.apache.camel.spi.IdAware; import org.apache.camel.spi.Metadata; @@ -41,6 +44,7 @@ import org.apache.camel.support.MessageHelper; import org.apache.camel.support.PatternHelper; import org.apache.camel.support.console.AbstractDevConsole; import org.apache.camel.support.service.ServiceHelper; +import org.apache.camel.util.ObjectHelper; import org.apache.camel.util.json.JsonArray; import org.apache.camel.util.json.JsonObject; @@ -206,9 +210,6 @@ public class ReceiveDevConsole extends AbstractDevConsole { } protected Endpoint findMatchingEndpoint(CamelContext camelContext, String endpoint) { -// TODO: Use ManagedProducerMBean as those are also toD (dynamic) - - Endpoint target = null; boolean scheme = endpoint.contains(":"); boolean pattern = endpoint.endsWith("*"); @@ -216,13 +217,37 @@ public class ReceiveDevConsole extends AbstractDevConsole { if (!scheme && !endpoint.endsWith("*")) { endpoint = endpoint + "*"; } -List match = new ArrayList<>(); -for (Route route : camelContext.getRoutes()) { -doFilter(endpoint, route.navigate(), match); -} -// grab last matched processor that sends to an endpoint -if (!match.isEmpty()) { -target = match.get(match.size() - 1).getEndpoint(); +MBeanServer mbeanServer = getCamelContext().getManagementStrategy().getManagementAgent().getMBeanServer(); +if (mbeanServer != null) { +try { +// find all producers for this camel context mbean +String jmxDomain += getCamelContext().getManagementStrategy().getManagementAgent().getMBeanObjectDomainName(); +String prefix += getCamelContext().getManagementStrategy().getManagementAgent().getIncludeHostName() ? "*/" : ""; +ObjectName query = ObjectName.getInstance( +jmxDomain + ":context=" + prefix + getCamelContext().getManagementName() + ",type=producers,*"); +Set set = mbeanServer.queryNames(query, null); +for (ObjectName on : set) { +String uri = (String) mbeanServer.getAttribute(on, "EndpointUri"); +if (PatternHelper.matchPattern(uri, endpoint)) { +// is the endpoint able to create a consumer +target = getCamelContext().getEndpoint(uri); +// is the target able to create a consumer +org.apache.camel.spi.UriEndpoint ann = ObjectHelper.getAnnotationDeep(target, org.apache.camel.spi.UriEndpoint.class); +if (ann != null) { +if (ann.producerOnly()) { +target = null; +} +} +if (target != null) { +break; +} +} +} +} catch (Exception e) { +// ignore +} }
(camel) 05/13: CAMEL-21193: camel-jbang - Add listen command
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch rcmd in repository https://gitbox.apache.org/repos/asf/camel.git commit faa57db7821232fb836efef06347391a35c38711 Author: Claus Ibsen AuthorDate: Thu Oct 10 06:56:59 2024 +0200 CAMEL-21193: camel-jbang - Add listen command --- .../apache/camel/catalog/dev-consoles.properties | 1 + .../apache/camel/catalog/dev-consoles/receive.json | 15 ++ .../org/apache/camel/impl/engine/DefaultRoute.java | 4 ++ .../camel/impl/console/ReceiveDevConsole.java | 62 ++ .../core/commands/action/CamelListenAction.java| 8 +-- 5 files changed, 66 insertions(+), 24 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties index d8d1929214d..280b182c430 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles.properties @@ -29,6 +29,7 @@ platform-http properties protocol quartz +receive reload resilience4j rest diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/receive.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/receive.json new file mode 100644 index 000..978a1f23579 --- /dev/null +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/receive.json @@ -0,0 +1,15 @@ +{ + "console": { +"kind": "console", +"group": "camel", +"name": "receive", +"title": "Camel Receive", +"description": "Consume messages from endpoints", +"deprecated": false, +"javaType": "org.apache.camel.impl.console.ReceiveDevConsole", +"groupId": "org.apache.camel", +"artifactId": "camel-console", +"version": "4.9.0-SNAPSHOT" + } +} + diff --git a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultRoute.java b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultRoute.java index 567443d3302..446671ba875 100644 --- a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultRoute.java +++ b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultRoute.java @@ -27,6 +27,7 @@ import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import org.apache.camel.CamelContext; +import org.apache.camel.Channel; import org.apache.camel.Consumer; import org.apache.camel.Endpoint; import org.apache.camel.ErrorHandlerFactory; @@ -733,6 +734,9 @@ public class DefaultRoute extends ServiceSupport implements Route { List list = nav.next(); if (list != null) { for (Processor proc : list) { +if (proc instanceof Channel channel) { +proc = channel.getNextProcessor(); +} String id = null; if (proc instanceof IdAware idAware) { id = idAware.getId(); diff --git a/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java b/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java index 2a74dd49a66..88d32b4e246 100644 --- a/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java +++ b/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java @@ -24,17 +24,21 @@ import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicLong; -import netscape.javascript.JSObject; import org.apache.camel.CamelContext; +import org.apache.camel.Channel; import org.apache.camel.Consumer; import org.apache.camel.Endpoint; +import org.apache.camel.EndpointAware; import org.apache.camel.Exchange; +import org.apache.camel.Navigate; +import org.apache.camel.Processor; import org.apache.camel.Route; import org.apache.camel.spi.Configurer; +import org.apache.camel.spi.IdAware; import org.apache.camel.spi.Metadata; import org.apache.camel.spi.annotations.DevConsole; -import org.apache.camel.support.EndpointHelper; import org.apache.camel.support.MessageHelper; +import org.apache.camel.support.PatternHelper; import org.apache.camel.support.console.AbstractDevConsole; import org.apache.camel.support.service.ServiceHelper; import org.apache.camel.util.json.JsonArray; @@ -202,34 +206,23 @@ public class ReceiveDevConsole extends AbstractDevConsole { } protected Endpoint findMatchingEndpoint(CamelContext camelContext, String endpoint) { -// TODO: find all processors that are endpoint aware and match pattern +// TODO: Use ManagedProducerMBean as those are also toD (dynamic) + Endpoint tar
(camel) 07/13: CAMEL-21193: camel-jbang - Add listen command
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch rcmd in repository https://gitbox.apache.org/repos/asf/camel.git commit b5a11fa3418e3a5e11b24955133dfb72723cb227 Author: Claus Ibsen AuthorDate: Thu Oct 10 11:52:06 2024 +0200 CAMEL-21193: camel-jbang - Add listen command --- .../camel/impl/console/ReceiveDevConsole.java | 34 +- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java b/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java index aed1721b1be..c9a7e291cd6 100644 --- a/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java +++ b/core/camel-console/src/main/java/org/apache/camel/impl/console/ReceiveDevConsole.java @@ -228,20 +228,28 @@ public class ReceiveDevConsole extends AbstractDevConsole { ObjectName query = ObjectName.getInstance( jmxDomain + ":context=" + prefix + getCamelContext().getManagementName() + ",type=producers,*"); Set set = mbeanServer.queryNames(query, null); -for (ObjectName on : set) { -String uri = (String) mbeanServer.getAttribute(on, "EndpointUri"); -if (PatternHelper.matchPattern(uri, endpoint)) { -// is the endpoint able to create a consumer -target = getCamelContext().getEndpoint(uri); -// is the target able to create a consumer -org.apache.camel.spi.UriEndpoint ann = ObjectHelper.getAnnotationDeep(target, org.apache.camel.spi.UriEndpoint.class); -if (ann != null) { -if (ann.producerOnly()) { -target = null; +if (set != null && !set.isEmpty()) { +for (ObjectName on : set) { +String uri = (String) mbeanServer.getAttribute(on, "EndpointUri"); +if (PatternHelper.matchPattern(uri, endpoint)) { +// is the endpoint able to create a consumer +target = getCamelContext().getEndpoint(uri); +// is the target able to create a consumer +org.apache.camel.spi.UriEndpoint ann += ObjectHelper.getAnnotationDeep(target, org.apache.camel.spi.UriEndpoint.class); +if (ann != null) { +if (ann.producerOnly()) { +// skip if the endpoint cannot consume (we need to be able to consume to receive) +target = null; +} +if ("*".equals(endpoint) && !ann.remote()) { +// skip internal when matching everything +target = null; +} +} +if (target != null) { +break; } -} -if (target != null) { -break; } } }