[GitHub] [camel] oscerd opened a new pull request, #10638: Upgrade Jgit to version 6.6.0.202305301015-r
oscerd opened a new pull request, #10638: URL: https://github.com/apache/camel/pull/10638 # Description # Target - [x] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch) # Tracking - [ ] 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 - [x] I checked that each commit in the pull request has a meaningful subject line and body. - [x] I have run `mvn clean install -DskipTests` locally and I have committed all auto-generated changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel] 01/02: Upgrade Jgit to version 6.6.0.202305301015-r
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch jgit in repository https://gitbox.apache.org/repos/asf/camel.git commit be06d42f584a3ef45caaa95bd643e0bdc5a2bf24 Author: Andrea Cosentino AuthorDate: Mon Jul 10 11:43:53 2023 +0200 Upgrade Jgit to version 6.6.0.202305301015-r Signed-off-by: Andrea Cosentino --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index d1c7d4451f8..5102972ff60 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -274,7 +274,7 @@ ${jetty-version} org.eclipse.jetty 1.5.4 -6.5.0.202303070854-r +6.6.0.202305301015-r 4.2.17.Final 0.5.3.Final 1.8
[camel] branch regen_bot_3x updated (c9d8cbed026 -> f3fa1114dc1)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot_3x in repository https://gitbox.apache.org/repos/asf/camel.git from c9d8cbed026 Revert "[CAMEL-18837] OpenSearch component (#10608)" add 8ab98180a1c Camel-Kubernetes: Namespace URI option is not consumer only add f3fa1114dc1 Regen for commit 8ab98180a1c6c51059645059be0c8fc3faf0f01a No new revisions were added by this update. Summary of changes: .../org/apache/camel/catalog/components/kubernetes-config-maps.json| 2 +- .../apache/camel/catalog/components/kubernetes-custom-resources.json | 2 +- .../org/apache/camel/catalog/components/kubernetes-deployments.json| 2 +- .../org/apache/camel/catalog/components/kubernetes-events.json | 2 +- .../resources/org/apache/camel/catalog/components/kubernetes-hpa.json | 2 +- .../resources/org/apache/camel/catalog/components/kubernetes-job.json | 2 +- .../org/apache/camel/catalog/components/kubernetes-namespaces.json | 2 +- .../org/apache/camel/catalog/components/kubernetes-nodes.json | 2 +- .../camel/catalog/components/kubernetes-persistent-volumes-claims.json | 1 + .../apache/camel/catalog/components/kubernetes-persistent-volumes.json | 1 + .../resources/org/apache/camel/catalog/components/kubernetes-pods.json | 2 +- .../camel/catalog/components/kubernetes-replication-controllers.json | 2 +- .../apache/camel/catalog/components/kubernetes-resources-quota.json| 1 + .../org/apache/camel/catalog/components/kubernetes-secrets.json| 1 + .../apache/camel/catalog/components/kubernetes-service-accounts.json | 1 + .../org/apache/camel/catalog/components/kubernetes-services.json | 2 +- .../org/apache/camel/catalog/components/openshift-build-configs.json | 1 + .../org/apache/camel/catalog/components/openshift-builds.json | 1 + .../apache/camel/catalog/components/openshift-deploymentconfigs.json | 2 +- .../KubernetesPersistentVolumesEndpointConfigurer.java | 3 +++ .../KubernetesPersistentVolumesEndpointUriFactory.java | 3 ++- .../KubernetesPersistentVolumesClaimsEndpointConfigurer.java | 3 +++ .../KubernetesPersistentVolumesClaimsEndpointUriFactory.java | 3 ++- .../resources_quota/KubernetesResourcesQuotaEndpointConfigurer.java| 3 +++ .../resources_quota/KubernetesResourcesQuotaEndpointUriFactory.java| 3 ++- .../kubernetes/secrets/KubernetesSecretsEndpointConfigurer.java| 3 +++ .../kubernetes/secrets/KubernetesSecretsEndpointUriFactory.java| 3 ++- .../service_accounts/KubernetesServiceAccountsEndpointConfigurer.java | 3 +++ .../service_accounts/KubernetesServiceAccountsEndpointUriFactory.java | 3 ++- .../build_configs/OpenshiftBuildConfigsEndpointConfigurer.java | 3 +++ .../build_configs/OpenshiftBuildConfigsEndpointUriFactory.java | 3 ++- .../component/openshift/builds/OpenshiftBuildsEndpointConfigurer.java | 3 +++ .../component/openshift/builds/OpenshiftBuildsEndpointUriFactory.java | 3 ++- .../camel/component/kubernetes/config_maps/kubernetes-config-maps.json | 2 +- .../kubernetes/customresources/kubernetes-custom-resources.json| 2 +- .../camel/component/kubernetes/deployments/kubernetes-deployments.json | 2 +- .../apache/camel/component/kubernetes/events/kubernetes-events.json| 2 +- .../org/apache/camel/component/kubernetes/hpa/kubernetes-hpa.json | 2 +- .../org/apache/camel/component/kubernetes/job/kubernetes-job.json | 2 +- .../camel/component/kubernetes/namespaces/kubernetes-namespaces.json | 2 +- .../org/apache/camel/component/kubernetes/nodes/kubernetes-nodes.json | 2 +- .../kubernetes/persistent_volumes/kubernetes-persistent-volumes.json | 1 + .../kubernetes-persistent-volumes-claims.json | 1 + .../org/apache/camel/component/kubernetes/pods/kubernetes-pods.json| 2 +- .../replication_controllers/kubernetes-replication-controllers.json| 2 +- .../kubernetes/resources_quota/kubernetes-resources-quota.json | 1 + .../apache/camel/component/kubernetes/secrets/kubernetes-secrets.json | 1 + .../kubernetes/service_accounts/kubernetes-service-accounts.json | 1 + .../camel/component/kubernetes/services/kubernetes-services.json | 2 +- .../component/openshift/build_configs/openshift-build-configs.json | 1 + .../org/apache/camel/component/openshift/builds/openshift-builds.json | 1 + .../openshift/deploymentconfigs/openshift-deploymentconfigs.json | 2 +- .../org/apache/camel/component/kubernetes/KubernetesConfiguration.java | 2 +- 53 files changed, 74 insertions(+), 32 deletions(-)
[GitHub] [camel] github-actions[bot] opened a new pull request, #10637: Generated sources regen (Camel 3)
github-actions[bot] opened a new pull request, #10637: URL: https://github.com/apache/camel/pull/10637 Regen bot :robot: found some uncommitted changes after running build on :camel: `camel-3` branch. 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
[GitHub] [camel] orpiske commented on pull request #10636: CAMEL-19444. Fixed a few grammar errors on code comments in camel-kafka
orpiske commented on PR #10636: URL: https://github.com/apache/camel/pull/10636#issuecomment-1628610407 I'm on it: teaching our intern how to contribute to Camel. -- 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
[GitHub] [camel] github-actions[bot] commented on pull request #10636: CAMEL-19444. Fixed a few grammar errors on code comments in camel-kafka
github-actions[bot] commented on PR #10636: URL: https://github.com/apache/camel/pull/10636#issuecomment-1628606354 :star2: Thank you for your contribution to the Apache Camel project! :star2: :camel: Maintainers, please note that first-time contributors *require manual approval* for the GitHub Actions to run. :warning: Please note that the changes on this PR may be **tested automatically** if they change components. :robot: Use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot. If necessary Apache Camel Committers may access logs and test results in the job summaries! -- 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
[GitHub] [camel] LostArtist opened a new pull request, #10636: CAMEL-19444. Fixed a few grammar errors on code comments in camel-kafka
LostArtist opened a new pull request, #10636: URL: https://github.com/apache/camel/pull/10636 # 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 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
[GitHub] [camel-website] oscerd opened a new issue, #1027: Download page doesn't show Release Candidate
oscerd opened a new issue, #1027: URL: https://github.com/apache/camel-website/issues/1027 We released some RC1 releases last week and this week, but the website in the download section is not showing the RC in the table. cc @zregvart -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel] github-actions[bot] commented on pull request #10635: Upgrade Johnzon JsonB to version 1.2.21
github-actions[bot] commented on PR #10635: URL: https://github.com/apache/camel/pull/10635#issuecomment-1628582212 :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
[GitHub] [camel] oscerd commented on pull request #10635: Upgrade Johnzon JsonB to version 1.2.21
oscerd commented on PR #10635: URL: https://github.com/apache/camel/pull/10635#issuecomment-1628581955 /component-test camel-jsonb -- 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
[GitHub] [camel] oscerd opened a new pull request, #10635: Upgrade Johnzon JsonB to version 1.2.21
oscerd opened a new pull request, #10635: URL: https://github.com/apache/camel/pull/10635 # Description # Target - [x] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch) # Tracking - [ ] 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 - [x] I checked that each commit in the pull request has a meaningful subject line and body. - [x] I have run `mvn clean install -DskipTests` locally and I have committed all auto-generated changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel] branch johnzon created (now 13d9b90688d)
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch johnzon in repository https://gitbox.apache.org/repos/asf/camel.git at 13d9b90688d Upgrade Johnzon JsonB to version 1.2.21 This branch includes the following new commits: new 13d9b90688d Upgrade Johnzon JsonB to version 1.2.21 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.
[camel] 01/01: Upgrade Johnzon JsonB to version 1.2.21
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch johnzon in repository https://gitbox.apache.org/repos/asf/camel.git commit 13d9b90688d813256445ace8589cfee1c3140f97 Author: Andrea Cosentino AuthorDate: Mon Jul 10 11:28:12 2023 +0200 Upgrade Johnzon JsonB to version 1.2.21 Signed-off-by: Andrea Cosentino --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index d1c7d4451f8..9ed27dfd61d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -287,7 +287,7 @@ 0.9.15 3.18.5 0.9.14 -1.2.20 +1.2.21 0.1.14 2.3.11 0.2.9
[GitHub] [camel-k] bouskaJ opened a new pull request, #4549: Fix Unable to retrieve CamelCatalog with global installation
bouskaJ opened a new pull request, #4549: URL: https://github.com/apache/camel-k/pull/4549 fix ``` ➜ /tmp ./kamel version -av Unable to retrieve the operator version: CamelCatalog can't be found in openshift-operators namespace Camel K Client 2.0.0-nightly Git Commit: 612d1cd286616c58a75d6820e05c984c73dd6f7d Unable to retrieve operator version: CamelCatalog can't be found in openshift-operators namespace ``` with global operator installation -- 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 CVE-2023-34442 deleted (was e9e71a06)
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch CVE-2023-34442 in repository https://gitbox.apache.org/repos/asf/camel-website.git was e9e71a06 Added CVE-2023-34442 to Security section 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 kubernetes-namespace-option deleted (was 73dc15367a8)
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch kubernetes-namespace-option in repository https://gitbox.apache.org/repos/asf/camel.git was 73dc15367a8 Camel-Kubernetes: Namespace URI option is not consumer only 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 (eb14362b281 -> 69b6e9266d4)
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 eb14362b281 CAMEL-19444: fixed a few grammar errors on code comments in camel-kafka new 9464cffbacc Camel-Kubernetes: Namespace URI option is not consumer only new 00a8f2b7f0b Camel-Kubernetes: Namespace URI option is not consumer only new 69b6e9266d4 Camel-Kubernetes: Namespace URI option is not consumer only The 3 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: .../catalog/components/kubernetes-config-maps.json | 20 .../components/kubernetes-custom-resources.json| 20 .../catalog/components/kubernetes-deployments.json | 20 .../catalog/components/kubernetes-events.json | 20 .../camel/catalog/components/kubernetes-hpa.json | 20 .../camel/catalog/components/kubernetes-job.json | 20 .../catalog/components/kubernetes-namespaces.json | 20 .../camel/catalog/components/kubernetes-nodes.json | 20 .../kubernetes-persistent-volumes-claims.json | 35 +++-- .../components/kubernetes-persistent-volumes.json | 35 +++-- .../camel/catalog/components/kubernetes-pods.json | 20 .../kubernetes-replication-controllers.json| 20 .../components/kubernetes-resources-quota.json | 35 +++-- .../catalog/components/kubernetes-secrets.json | 35 +++-- .../components/kubernetes-service-accounts.json| 35 +++-- .../catalog/components/kubernetes-services.json| 20 .../components/openshift-build-configs.json| 35 +++-- .../camel/catalog/components/openshift-builds.json | 35 +++-- .../components/openshift-deploymentconfigs.json| 20 .../camel/component/kafka/KafkaFetchRecords.java | 2 +- ...ernetesPersistentVolumesEndpointConfigurer.java | 3 ++ ...ernetesPersistentVolumesEndpointUriFactory.java | 3 +- ...sPersistentVolumesClaimsEndpointConfigurer.java | 3 ++ ...sPersistentVolumesClaimsEndpointUriFactory.java | 3 +- ...KubernetesResourcesQuotaEndpointConfigurer.java | 3 ++ ...KubernetesResourcesQuotaEndpointUriFactory.java | 3 +- .../KubernetesSecretsEndpointConfigurer.java | 3 ++ .../KubernetesSecretsEndpointUriFactory.java | 3 +- ...ubernetesServiceAccountsEndpointConfigurer.java | 3 ++ ...ubernetesServiceAccountsEndpointUriFactory.java | 3 +- .../OpenshiftBuildConfigsEndpointConfigurer.java | 3 ++ .../OpenshiftBuildConfigsEndpointUriFactory.java | 3 +- .../builds/OpenshiftBuildsEndpointConfigurer.java | 3 ++ .../builds/OpenshiftBuildsEndpointUriFactory.java | 3 +- .../config_maps/kubernetes-config-maps.json| 20 .../kubernetes-custom-resources.json | 20 .../deployments/kubernetes-deployments.json| 20 .../kubernetes/events/kubernetes-events.json | 20 .../component/kubernetes/hpa/kubernetes-hpa.json | 20 .../component/kubernetes/job/kubernetes-job.json | 20 .../namespaces/kubernetes-namespaces.json | 20 .../kubernetes/nodes/kubernetes-nodes.json | 20 .../kubernetes-persistent-volumes.json | 35 +++-- .../kubernetes-persistent-volumes-claims.json | 35 +++-- .../component/kubernetes/pods/kubernetes-pods.json | 20 .../kubernetes-replication-controllers.json| 20 .../kubernetes-resources-quota.json| 35 +++-- .../kubernetes/secrets/kubernetes-secrets.json | 35 +++-- .../kubernetes-service-accounts.json | 35 +++-- .../kubernetes/services/kubernetes-services.json | 20 .../build_configs/openshift-build-configs.json | 35 +++-- .../openshift/builds/openshift-builds.json | 35 +++-- .../openshift-deploymentconfigs.json | 20 .../kubernetes/KubernetesConfiguration.java| 2 +- ...KubernetesConfigMapsEndpointBuilderFactory.java | 59 +++-- ...netesCustomResourcesEndpointBuilderFactory.java | 60 -- ...ubernetesDeploymentsEndpointBuilderFactory.java | 59 +++-- .../KubernetesEventsEndpointBuilderFactory.java| 59 +++-- .../dsl/KubernetesHPAEndpointBuilderFactory.java | 56 +++- .../dsl/KubernetesJobEndpointBuilderFactory.java | 56 +++- ...KubernetesNamespacesEndpointBuilderFactory.java | 59 +++-- .../dsl/KubernetesNodesEndpointBuilderFactory.java | 59 +++-- ...sistentVolumesClaimsEndpointBuilderFactory.java | 15 ++ ..
[camel] 01/03: Camel-Kubernetes: Namespace URI option is not consumer only
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 commit 9464cffbacc5c6ea6304890f40e12069164156a0 Author: Andrea Cosentino AuthorDate: Mon Jul 10 10:37:17 2023 +0200 Camel-Kubernetes: Namespace URI option is not consumer only Signed-off-by: Andrea Cosentino --- .../org/apache/camel/component/kubernetes/KubernetesConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java index 4e5ea5e577f..024bf2c2977 100644 --- a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java +++ b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java @@ -78,7 +78,7 @@ public class KubernetesConfiguration implements Cloneable { @UriParam(label = "security", secret = true) private Boolean trustCerts; -@UriParam(label = "consumer") +@UriParam private String namespace; @UriParam(label = "consumer")
[GitHub] [camel] oscerd merged pull request #10634: Kubernetes namespace option
oscerd merged PR #10634: URL: https://github.com/apache/camel/pull/10634 -- 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
[GitHub] [camel] github-actions[bot] commented on pull request #10634: Kubernetes namespace option
github-actions[bot] commented on PR #10634: URL: https://github.com/apache/camel/pull/10634#issuecomment-1628562891 :no_entry_sign: There are (likely) no changes in core core to be tested in 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
[GitHub] [camel] github-actions[bot] commented on pull request #10634: Kubernetes namespace option
github-actions[bot] commented on PR #10634: URL: https://github.com/apache/camel/pull/10634#issuecomment-1628562851 ### Components test results: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 2 | 2 | 0 | 2 | -- 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
[GitHub] [camel-website] github-actions[bot] commented on pull request #1026: Added Camel Kamelets 4.0.0-RC1 release
github-actions[bot] commented on PR #1026: URL: https://github.com/apache/camel-website/pull/1026#issuecomment-1628544906 🚀 Preview is available at https://pr-1026--camel.netlify.app -- 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 kamelets-4.0.0-RC1 deleted (was 4996c39d)
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch kamelets-4.0.0-RC1 in repository https://gitbox.apache.org/repos/asf/camel-website.git was 4996c39d Added Camel Kamelets 4.0.0-RC1 release 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-website] branch main updated: Added Camel Kamelets 4.0.0-RC1 release
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-website.git The following commit(s) were added to refs/heads/main by this push: new 33d1f216 Added Camel Kamelets 4.0.0-RC1 release 33d1f216 is described below commit 33d1f216edf7bfe9a0a548ebf672b604c2b77c0b Author: Andrea Cosentino AuthorDate: Mon Jul 10 10:04:42 2023 +0200 Added Camel Kamelets 4.0.0-RC1 release Signed-off-by: Andrea Cosentino --- content/releases/kamelets/release-4.0.0-RC1.md | 11 +++ 1 file changed, 11 insertions(+) diff --git a/content/releases/kamelets/release-4.0.0-RC1.md b/content/releases/kamelets/release-4.0.0-RC1.md new file mode 100644 index ..09f604bd --- /dev/null +++ b/content/releases/kamelets/release-4.0.0-RC1.md @@ -0,0 +1,11 @@ +--- +url: "/releases/kamelets-4.0.0-RC1/" +date: 2023-07-10 +type: release-note +version: "4.0.0-RC1" +title: "Kamelets 4.0.0-RC1" +preview: "" +changelog: "" +category: "camel-kamelets" +jdk: [17] +---
[GitHub] [camel-website] oscerd merged pull request #1026: Added Camel Kamelets 4.0.0-RC1 release
oscerd merged PR #1026: URL: https://github.com/apache/camel-website/pull/1026 -- 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
[GitHub] [camel] github-actions[bot] commented on pull request #10634: Kubernetes namespace option
github-actions[bot] commented on PR #10634: URL: https://github.com/apache/camel/pull/10634#issuecomment-1628528993 :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
[GitHub] [camel] oscerd commented on pull request #10634: Kubernetes namespace option
oscerd commented on PR #10634: URL: https://github.com/apache/camel/pull/10634#issuecomment-1628528740 /component-test camel-kubernetes -- 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
[GitHub] [camel] github-actions[bot] commented on pull request #10634: Kubernetes namespace option
github-actions[bot] commented on PR #10634: URL: https://github.com/apache/camel/pull/10634#issuecomment-1628527144 :star2: Thank you for your contribution to the Apache Camel project! :star2: :camel: Maintainers, please note that first-time contributors *require manual approval* for the GitHub Actions to run. :warning: Please note that the changes on this PR may be **tested automatically** if they change components. :robot: Use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot. If necessary Apache Camel Committers may access logs and test results in the job summaries! -- 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
[GitHub] [camel] oscerd opened a new pull request, #10634: Kubernetes namespace option
oscerd opened a new pull request, #10634: URL: https://github.com/apache/camel/pull/10634 # Description # Target - [x] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch) # Tracking - [ ] 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 - [x] I checked that each commit in the pull request has a meaningful subject line and body. - [x] I have run `mvn clean install -DskipTests` locally and I have committed all auto-generated changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel] branch kubernetes-namespace-option created (now 73dc15367a8)
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch kubernetes-namespace-option in repository https://gitbox.apache.org/repos/asf/camel.git at 73dc15367a8 Camel-Kubernetes: Namespace URI option is not consumer only This branch includes the following new commits: new d48d6148446 Camel-Kubernetes: Namespace URI option is not consumer only new e0e9da352e3 Camel-Kubernetes: Namespace URI option is not consumer only new 73dc15367a8 Camel-Kubernetes: Namespace URI option is not consumer only The 3 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.
[camel] 01/03: Camel-Kubernetes: Namespace URI option is not consumer only
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kubernetes-namespace-option in repository https://gitbox.apache.org/repos/asf/camel.git commit d48d614844662ed8e6a9943e97bace6f6cd5aa2b Author: Andrea Cosentino AuthorDate: Mon Jul 10 10:37:17 2023 +0200 Camel-Kubernetes: Namespace URI option is not consumer only Signed-off-by: Andrea Cosentino --- .../org/apache/camel/component/kubernetes/KubernetesConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java index 4e5ea5e577f..024bf2c2977 100644 --- a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java +++ b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java @@ -78,7 +78,7 @@ public class KubernetesConfiguration implements Cloneable { @UriParam(label = "security", secret = true) private Boolean trustCerts; -@UriParam(label = "consumer") +@UriParam private String namespace; @UriParam(label = "consumer")
[camel] branch camel-3.x updated: Camel-Kubernetes: Namespace URI option is not consumer only
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.x by this push: new 8ab98180a1c Camel-Kubernetes: Namespace URI option is not consumer only 8ab98180a1c is described below commit 8ab98180a1c6c51059645059be0c8fc3faf0f01a Author: Andrea Cosentino AuthorDate: Mon Jul 10 10:37:17 2023 +0200 Camel-Kubernetes: Namespace URI option is not consumer only Signed-off-by: Andrea Cosentino --- .../org/apache/camel/component/kubernetes/KubernetesConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java index 4e5ea5e577f..024bf2c2977 100644 --- a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java +++ b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java @@ -78,7 +78,7 @@ public class KubernetesConfiguration implements Cloneable { @UriParam(label = "security", secret = true) private Boolean trustCerts; -@UriParam(label = "consumer") +@UriParam private String namespace; @UriParam(label = "consumer")
[camel] branch camel-3.21.x updated: Camel-Kubernetes: Namespace URI option is not consumer only
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.21.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.21.x by this push: new c9a4968e29c Camel-Kubernetes: Namespace URI option is not consumer only c9a4968e29c is described below commit c9a4968e29cd7cd0fa1d8f2da3a9d5846def5af5 Author: Andrea Cosentino AuthorDate: Mon Jul 10 10:37:17 2023 +0200 Camel-Kubernetes: Namespace URI option is not consumer only Signed-off-by: Andrea Cosentino --- .../org/apache/camel/component/kubernetes/KubernetesConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java index 4e5ea5e577f..024bf2c2977 100644 --- a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java +++ b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java @@ -78,7 +78,7 @@ public class KubernetesConfiguration implements Cloneable { @UriParam(label = "security", secret = true) private Boolean trustCerts; -@UriParam(label = "consumer") +@UriParam private String namespace; @UriParam(label = "consumer")
[camel] branch camel-3.20.x updated: Camel-Kubernetes: Namespace URI option is not consumer only
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.20.x by this push: new f703b0680f7 Camel-Kubernetes: Namespace URI option is not consumer only f703b0680f7 is described below commit f703b0680f79d252b7b35210220b6c98317223b0 Author: Andrea Cosentino AuthorDate: Mon Jul 10 10:37:17 2023 +0200 Camel-Kubernetes: Namespace URI option is not consumer only Signed-off-by: Andrea Cosentino --- .../org/apache/camel/component/kubernetes/KubernetesConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java index 4e5ea5e577f..024bf2c2977 100644 --- a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java +++ b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java @@ -78,7 +78,7 @@ public class KubernetesConfiguration implements Cloneable { @UriParam(label = "security", secret = true) private Boolean trustCerts; -@UriParam(label = "consumer") +@UriParam private String namespace; @UriParam(label = "consumer")
[camel] branch regen_bot updated (ec079279c37 -> eb14362b281)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git from ec079279c37 Upgrade Docker Java to version 3.3.2 add eb14362b281 CAMEL-19444: fixed a few grammar errors on code comments in camel-kafka No new revisions were added by this update. Summary of changes: .../kafka/integration/commit/BaseManualCommitTestSupport.java | 8 1 file changed, 4 insertions(+), 4 deletions(-)
[GitHub] [camel] github-actions[bot] commented on pull request #10633: CAMEL-19444: fixed a few grammar errors on code comments in camel-kafka
github-actions[bot] commented on PR #10633: URL: https://github.com/apache/camel/pull/10633#issuecomment-1628500055 :no_entry_sign: There are (likely) no changes in core core to be tested in 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
[GitHub] [camel] github-actions[bot] commented on pull request #10633: CAMEL-19444: fixed a few grammar errors on code comments in camel-kafka
github-actions[bot] commented on PR #10633: URL: https://github.com/apache/camel/pull/10633#issuecomment-1628500031 ### Components test results: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 1 | 1 | 1 | 0 | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel] branch main updated: CAMEL-19444: fixed a few grammar errors on code comments in camel-kafka
This is an automated email from the ASF dual-hosted git repository. orpiske 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 eb14362b281 CAMEL-19444: fixed a few grammar errors on code comments in camel-kafka eb14362b281 is described below commit eb14362b281e3d50c8e4290ef5e59f55336fbf63 Author: Otavio Rodolfo Piske AuthorDate: Mon Jul 10 10:19:35 2023 +0200 CAMEL-19444: fixed a few grammar errors on code comments in camel-kafka --- .../kafka/integration/commit/BaseManualCommitTestSupport.java | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/commit/BaseManualCommitTestSupport.java b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/commit/BaseManualCommitTestSupport.java index 00870088828..ed662cec98b 100644 --- a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/commit/BaseManualCommitTestSupport.java +++ b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/commit/BaseManualCommitTestSupport.java @@ -69,7 +69,7 @@ abstract class BaseManualCommitTestSupport extends BaseEmbeddedKafkaTestSupport contextExtension.getContext().getRouteController().stopRoute("foo"); to.expectedMessageCount(0); -// Third step: While our route is stopped, we send 3 records more to Kafka test topic +// Third step: While our route is stopped, we send 3 records more to a Kafka test topic sendRecords(5, 8, topic); to.assertIsSatisfied(3000); @@ -77,7 +77,7 @@ abstract class BaseManualCommitTestSupport extends BaseEmbeddedKafkaTestSupport to.reset(); // Fourth step: We start again our route, since we have been committing the offsets from the first step, -// we will expect to consume from the latest committed offset e.g from offset 5 +// we will expect to consume from the latest committed offset (e.g.: from offset 5() contextExtension.getContext().getRouteController().startRoute("foo"); setupPostExecutionExpectations(); @@ -103,7 +103,7 @@ abstract class BaseManualCommitTestSupport extends BaseEmbeddedKafkaTestSupport contextExtension.getContext().getRouteController().stopRoute("foo"); to.expectedMessageCount(0); -// Third step: While our route is stopped, we send 3 records more to Kafka test topic +// Third step: While our route is stopped, we send 3 records more to a Kafka test topic sendRecords(5, 8, topic); to.assertIsSatisfied(3000); @@ -111,7 +111,7 @@ abstract class BaseManualCommitTestSupport extends BaseEmbeddedKafkaTestSupport to.reset(); // Fourth step: We start again our route, since we have been committing the offsets from the first step, -// we will expect to consume from the latest committed offset e.g from offset 5 +// we will expect to consume from the latest committed offset (e.g.: from offset 5) contextExtension.getContext().getRouteController().startRoute("foo"); setupPostExecutionExpectations();
[GitHub] [camel] orpiske merged pull request #10633: CAMEL-19444: fixed a few grammar errors on code comments in camel-kafka
orpiske merged PR #10633: URL: https://github.com/apache/camel/pull/10633 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel] branch regen_bot updated (0b22eda7d75 -> ec079279c37)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git from 0b22eda7d75 Regen add ec079279c37 Upgrade Docker Java to version 3.3.2 No new revisions were added by this update. Summary of changes: parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[GitHub] [camel] orpiske commented on pull request #10633: CAMEL-19444: fixed a few grammar errors on code comments in camel-kafka
orpiske commented on PR #10633: URL: https://github.com/apache/camel/pull/10633#issuecomment-1628483746 Just opening a simple PR to show the contribution workflow for our new intern. -- 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
[GitHub] [camel] github-actions[bot] commented on pull request #10633: CAMEL-19444: fixed a few grammar errors on code comments in camel-kafka
github-actions[bot] commented on PR #10633: URL: https://github.com/apache/camel/pull/10633#issuecomment-1628482569 :star2: Thank you for your contribution to the Apache Camel project! :star2: :camel: Maintainers, please note that first-time contributors *require manual approval* for the GitHub Actions to run. :warning: Please note that the changes on this PR may be **tested automatically** if they change components. :robot: Use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot. If necessary Apache Camel Committers may access logs and test results in the job summaries! -- 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
[GitHub] [camel] orpiske opened a new pull request, #10633: CAMEL-19444: fixed a few grammar errors on code comments in camel-kafka
orpiske opened a new pull request, #10633: URL: https://github.com/apache/camel/pull/10633 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Error while running github feature from .asf.yaml in camel-website-pub!
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to allow at least one merge strategy. (no_merge_method)", "resource": "Repository", "field": "merge_commit_allowed", "code": "invalid"}], "documentation_url": "https://docs.github.com/rest/repos/repos#update-a-repository"}
[camel-website-pub] branch asf-site updated (6044aafd7 -> f97e57d54)
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/camel-website-pub.git discard 6044aafd7 Website updated to 5b76951ef96f8e4621ad5f61fe8665a7982d343a discard f819ea9b2 Website updated to 325e929157412b27394080f4d4dba3d821476ddf new d53092234 Website updated to 325e929157412b27394080f4d4dba3d821476ddf new f97e57d54 Website updated to a7e3786f85d46cab53e3c8cb7c2e79d5fa21ab16 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 (6044aafd7) \ N -- N -- N refs/heads/asf-site (f97e57d54) 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 2 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: .well-known/security.txt |2 +- blog/2023/07/camel-k-gitops/featured.png | Bin 0 -> 53752 bytes ...9d826ded2_53752_800x0_resize_q95_gaussian_3.png | Bin 0 -> 103883 bytes blog/2023/07/camel-k-gitops/index.html | 61 + blog/2023/07/camel-k-gitops/multi_cluster.png | Bin 0 -> 25070 bytes blog/2023/07/camel-k-gitops/multi_cluster_sync.png | Bin 0 -> 27810 bytes blog/2023/07/camel-k-gitops/single_cluster.png | Bin 0 -> 23543 bytes .../07/multi-release-vscode-extensions/index.html |2 +- blog/index.html|2 +- blog/index.xml | 12 +- blog/page/10/index.html|2 +- blog/page/11/index.html|2 +- blog/page/12/index.html|2 +- blog/page/13/index.html|2 +- blog/page/14/index.html|2 +- blog/page/15/index.html|2 +- blog/page/16/index.html|2 +- blog/page/17/index.html|2 +- blog/page/18/index.html|2 +- blog/page/19/index.html|2 +- blog/page/2/index.html |2 +- blog/page/20/index.html|2 +- blog/page/21/index.html|2 +- blog/page/22/index.html|2 +- blog/page/23/index.html|2 +- blog/page/24/index.html|2 +- blog/page/25/index.html|2 +- blog/page/26/index.html|2 +- blog/page/27/index.html|2 +- blog/page/28/index.html|2 +- blog/page/29/index.html|2 +- blog/page/3/index.html |2 +- blog/page/30/index.html|2 +- blog/page/31/index.html|2 +- blog/page/32/index.html|2 +- blog/page/33/index.html|2 +- blog/page/34/index.html|2 +- blog/page/35/index.html|2 +- blog/page/36/index.html|2 +- blog/page/37/index.html|2 +- blog/page/38/index.html|2 +- blog/page/39/index.html|2 +- blog/page/4/index.html |2 +- blog/page/40/index.html|2 +- blog/page/41/index.html|2 +- blog/page/42/index.html|2 +- blog/page/43/index.html|2 +- blog/page/44/index.html|2 +- blog/page/45/index.html|2 +- blog/page/46/index.html|2 +- blog/page/47/index.html|2 +- blog/page/48/index.html|2 +- blog/page/49/index.html|2 +- blog/page/5/index.html |2 +- blog/page/50/index.html|2 +- blog/page/51/index.html|2
[camel] branch docker-java deleted (was 43eba94b382)
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch docker-java in repository https://gitbox.apache.org/repos/asf/camel.git was 43eba94b382 Upgrade Docker Java to version 3.3.2 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: Upgrade Docker Java to version 3.3.2
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 ec079279c37 Upgrade Docker Java to version 3.3.2 ec079279c37 is described below commit ec079279c37410e524a9cd878d440319eb7cf6b2 Author: Andrea Cosentino AuthorDate: Mon Jul 10 09:59:53 2023 +0200 Upgrade Docker Java to version 3.3.2 Signed-off-by: Andrea Cosentino --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index ac9e8364de8..d1c7d4451f8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -137,7 +137,7 @@ 1.8.0 1.9.1 2.4.1 -3.3.1 +3.3.2 5.4.5 0.3.0 2.1.5
[GitHub] [camel] oscerd merged pull request #10632: Upgrade Docker Java to version 3.3.2
oscerd merged PR #10632: URL: https://github.com/apache/camel/pull/10632 -- 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
[GitHub] [camel] github-actions[bot] commented on pull request #10632: Upgrade Docker Java to version 3.3.2
github-actions[bot] commented on PR #10632: URL: https://github.com/apache/camel/pull/10632#issuecomment-1628467456 :no_entry_sign: There are (likely) no changes in core core to be tested in 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
[GitHub] [camel] github-actions[bot] commented on pull request #10632: Upgrade Docker Java to version 3.3.2
github-actions[bot] commented on PR #10632: URL: https://github.com/apache/camel/pull/10632#issuecomment-1628467398 :no_entry_sign: There are (likely) no components to be tested in 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
[camel] branch regen_bot updated (04e13e3a540 -> 0b22eda7d75)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git from 04e13e3a540 [CAMEL-19412] - camel-kafka - Add kerberos config file location property. add 004dff769ae Upgrade AWS SDK v2 to version 2.20.101 add 0b22eda7d75 Regen No new revisions were added by this update. Summary of changes: .../main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java | 1 - parent/pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)
[camel-website] branch kamelets-4.0.0-RC1 created (now 4996c39d)
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch kamelets-4.0.0-RC1 in repository https://gitbox.apache.org/repos/asf/camel-website.git at 4996c39d Added Camel Kamelets 4.0.0-RC1 release This branch includes the following new commits: new 4996c39d Added Camel Kamelets 4.0.0-RC1 release 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.
[GitHub] [camel-website] oscerd opened a new pull request, #1026: Added Camel Kamelets 4.0.0-RC1 release
oscerd opened a new pull request, #1026: URL: https://github.com/apache/camel-website/pull/1026 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-website] 01/01: Added Camel Kamelets 4.0.0-RC1 release
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kamelets-4.0.0-RC1 in repository https://gitbox.apache.org/repos/asf/camel-website.git commit 4996c39df7d011087c46d0015f64f1509c54c5ed Author: Andrea Cosentino AuthorDate: Mon Jul 10 10:04:42 2023 +0200 Added Camel Kamelets 4.0.0-RC1 release Signed-off-by: Andrea Cosentino --- content/releases/kamelets/release-4.0.0-RC1.md | 11 +++ 1 file changed, 11 insertions(+) diff --git a/content/releases/kamelets/release-4.0.0-RC1.md b/content/releases/kamelets/release-4.0.0-RC1.md new file mode 100644 index ..09f604bd --- /dev/null +++ b/content/releases/kamelets/release-4.0.0-RC1.md @@ -0,0 +1,11 @@ +--- +url: "/releases/kamelets-4.0.0-RC1/" +date: 2023-07-10 +type: release-note +version: "4.0.0-RC1" +title: "Kamelets 4.0.0-RC1" +preview: "" +changelog: "" +category: "camel-kamelets" +jdk: [17] +---
[GitHub] [camel] github-actions[bot] commented on pull request #10632: Upgrade Docker Java to version 3.3.2
github-actions[bot] commented on PR #10632: URL: https://github.com/apache/camel/pull/10632#issuecomment-1628440209 :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
[GitHub] [camel] oscerd commented on pull request #10632: Upgrade Docker Java to version 3.3.2
oscerd commented on PR #10632: URL: https://github.com/apache/camel/pull/10632#issuecomment-1628439795 /component-test camel-docker -- 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
[GitHub] [camel] oscerd opened a new pull request, #10632: Upgrade Docker Java to version 3.3.2
oscerd opened a new pull request, #10632: URL: https://github.com/apache/camel/pull/10632 # Description # Target - [x] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch) # Tracking - [ ] 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 - [x] I checked that each commit in the pull request has a meaningful subject line and body. - [x] I have run `mvn clean install -DskipTests` locally and I have committed all auto-generated changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel] branch docker-java created (now 43eba94b382)
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch docker-java in repository https://gitbox.apache.org/repos/asf/camel.git at 43eba94b382 Upgrade Docker Java to version 3.3.2 This branch includes the following new commits: new 43eba94b382 Upgrade Docker Java to version 3.3.2 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.
[camel] 01/01: Upgrade Docker Java to version 3.3.2
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch docker-java in repository https://gitbox.apache.org/repos/asf/camel.git commit 43eba94b382a7e54a9730884e3f2df5c9bb8cc72 Author: Andrea Cosentino AuthorDate: Mon Jul 10 09:59:53 2023 +0200 Upgrade Docker Java to version 3.3.2 Signed-off-by: Andrea Cosentino --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index ac9e8364de8..d1c7d4451f8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -137,7 +137,7 @@ 1.8.0 1.9.1 2.4.1 -3.3.1 +3.3.2 5.4.5 0.3.0 2.1.5
[camel] branch regen_bot updated (2fd7ba55adc -> 04e13e3a540)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git from 2fd7ba55adc Regen SBOM from commit 9cf25732ed5ae9dd01e87ab0dd4445cb92ba5113 add 04e13e3a540 [CAMEL-19412] - camel-kafka - Add kerberos config file location property. No new revisions were added by this update. Summary of changes: .../org/apache/camel/catalog/components/kafka.json | 96 +++--- .../component/kafka/KafkaComponentConfigurer.java | 6 ++ .../component/kafka/KafkaEndpointConfigurer.java | 6 ++ .../component/kafka/KafkaEndpointUriFactory.java | 3 +- .../org/apache/camel/component/kafka/kafka.json| 96 +++--- .../camel-kafka/src/main/docs/kafka-component.adoc | 27 +- .../camel/component/kafka/KafkaConfiguration.java | 14 .../camel/component/kafka/KafkaFetchRecords.java | 5 ++ .../dsl/KafkaComponentBuilderFactory.java | 16 .../endpoint/dsl/KafkaEndpointBuilderFactory.java | 45 ++ 10 files changed, 196 insertions(+), 118 deletions(-)
[camel] branch aws-sdk-2.20.101 deleted (was 56b2ded1bbd)
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch aws-sdk-2.20.101 in repository https://gitbox.apache.org/repos/asf/camel.git was 56b2ded1bbd Regen 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] 02/02: Regen
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 commit 0b22eda7d757bf10336dbdc042a782d372aa3a9b Author: Andrea Cosentino AuthorDate: Mon Jul 10 09:33:06 2023 +0200 Regen Signed-off-by: Andrea Cosentino --- .../main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java| 1 - 1 file changed, 1 deletion(-) diff --git a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java index 3f30fca86e6..b9f903a0905 100644 --- a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java +++ b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java @@ -32,7 +32,6 @@ import java.util.Locale; import java.util.Map; import java.util.Set; import java.util.TreeMap; -import java.util.function.BiFunction; import java.util.function.Function; import java.util.regex.Matcher; import java.util.regex.Pattern;
[GitHub] [camel] github-actions[bot] commented on pull request #10631: Upgrade AWS SDK v2 to version 2.20.101
github-actions[bot] commented on PR #10631: URL: https://github.com/apache/camel/pull/10631#issuecomment-1628428725 ### Core test results: | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | | 1 | 1 | 0 | -- 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
[GitHub] [camel] oscerd merged pull request #10631: Upgrade AWS SDK v2 to version 2.20.101
oscerd merged PR #10631: URL: https://github.com/apache/camel/pull/10631 -- 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] 01/02: Upgrade AWS SDK v2 to version 2.20.101
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 commit 004dff769aebdbced7e9764e7b758608bdcfab84 Author: Andrea Cosentino AuthorDate: Mon Jul 10 09:21:47 2023 +0200 Upgrade AWS SDK v2 to version 2.20.101 Signed-off-by: Andrea Cosentino --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 256b26aefa7..ac9e8364de8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -71,7 +71,7 @@ 1.11.1 1.11.1 4.2.0 -2.20.100 +2.20.101 2.14.0 1.2.14 1.2.14
[camel] branch main updated (04e13e3a540 -> 0b22eda7d75)
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 04e13e3a540 [CAMEL-19412] - camel-kafka - Add kerberos config file location property. new 004dff769ae Upgrade AWS SDK v2 to version 2.20.101 new 0b22eda7d75 Regen The 2 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: .../main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java | 1 - parent/pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)
[GitHub] [camel] github-actions[bot] commented on pull request #10631: Upgrade AWS SDK v2 to version 2.20.101
github-actions[bot] commented on PR #10631: URL: https://github.com/apache/camel/pull/10631#issuecomment-1628428700 :no_entry_sign: There are (likely) no components to be tested in 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
svn commit: r62904 - /dev/camel/camel-kamelets/4.0.0-RC1/ /release/camel/camel-kamelets/4.0.0-RC1/
Author: acosentino Date: Mon Jul 10 07:54:20 2023 New Revision: 62904 Log: Promote release from dev to release Added: release/camel/camel-kamelets/4.0.0-RC1/ - copied from r62903, dev/camel/camel-kamelets/4.0.0-RC1/ Removed: dev/camel/camel-kamelets/4.0.0-RC1/
[GitHub] [camel] orpiske merged pull request #10555: [CAMEL-19412] - camel-kafka - Add kerberos config file location prope…
orpiske merged PR #10555: URL: https://github.com/apache/camel/pull/10555 -- 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
svn commit: r62902 - /dev/camel/camel-k-runtime/2.16.0/ /release/camel/camel-k-runtime/2.16.0/
Author: pcongiusti Date: Mon Jul 10 07:46:31 2023 New Revision: 62902 Log: Promote release from dev to release Added: release/camel/camel-k-runtime/2.16.0/ - copied from r62901, dev/camel/camel-k-runtime/2.16.0/ Removed: dev/camel/camel-k-runtime/2.16.0/
[camel] branch main updated: [CAMEL-19412] - camel-kafka - Add kerberos config file location property.
This is an automated email from the ASF dual-hosted git repository. orpiske 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 04e13e3a540 [CAMEL-19412] - camel-kafka - Add kerberos config file location property. 04e13e3a540 is described below commit 04e13e3a54090e3be5e5f394e4e1b115cb3cfcc7 Author: Vaishnavi R AuthorDate: Fri Jun 30 20:50:27 2023 +0530 [CAMEL-19412] - camel-kafka - Add kerberos config file location property. Updated the code. Updated the doc. Updated the kafkaComponentBuilder. Updated the code . Added all the generated files. Added all the generated files. Updated the files. Updated the code. Updated the code. Updated the code. --- .../org/apache/camel/catalog/components/kafka.json | 96 +++--- .../component/kafka/KafkaComponentConfigurer.java | 6 ++ .../component/kafka/KafkaEndpointConfigurer.java | 6 ++ .../component/kafka/KafkaEndpointUriFactory.java | 3 +- .../org/apache/camel/component/kafka/kafka.json| 96 +++--- .../camel-kafka/src/main/docs/kafka-component.adoc | 27 +- .../camel/component/kafka/KafkaConfiguration.java | 14 .../camel/component/kafka/KafkaFetchRecords.java | 5 ++ .../dsl/KafkaComponentBuilderFactory.java | 16 .../endpoint/dsl/KafkaEndpointBuilderFactory.java | 45 ++ 10 files changed, 196 insertions(+), 118 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json index 56b0c15611e..fcc1e560191 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json @@ -106,30 +106,31 @@ "schemaRegistryURL": { "index": 81, "kind": "property", "displayName": "Schema Registry URL", "group": "confluent", "label": "confluent", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": "configuration", "description": "URL of the Confluent Platform schema registry servers to use. The format is host1:port1,hos [...] "interceptorClasses": { "index": 82, "kind": "property", "displayName": "Interceptor Classes", "group": "monitoring", "label": "common,monitoring", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": "configuration", "description": "Sets interceptors for producer or consumers. Producer interceptors have to be cla [...] "kerberosBeforeReloginMinTime": { "index": 83, "kind": "property", "displayName": "Kerberos Before Relogin Min Time", "group": "security", "label": "common,security", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "6", "configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": "configuration", "description": "Login thread sleep time between ref [...] -"kerberosInitCmd": { "index": 84, "kind": "property", "displayName": "Kerberos Init Cmd", "group": "security", "label": "common,security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "\/usr\/bin\/kinit", "configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": "configuration", "description": "Kerberos kinit command path. Default is \/usr\/bin\/k [...] -"kerberosPrincipalToLocalRules": { "index": 85, "kind": "property", "displayName": "Kerberos Principal To Local Rules", "group": "security", "label": "common,security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "DEFAULT", "configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": "configuration", "description": "A list of rules for mapping from [...] -"kerberosRenewJitter": { "index": 86, "kind": "property", "displayName": "Kerberos Renew Jitter", "group": "security", "label": "common,security", "required": false, "type": "number", "javaType": "java.lang.Double", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "0.05", "configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": "configur
[GitHub] [camel] orpiske commented on pull request #10555: [CAMEL-19412] - camel-kafka - Add kerberos config file location prope…
orpiske commented on PR #10555: URL: https://github.com/apache/camel/pull/10555#issuecomment-1628417178 This is good to merge. Let's merge. -- 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 (9ca6e8611e -> b174fae112)
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 9ca6e8611e Upgrade Camel to 4.0.0 add 7c72da24d2 Improve native support of camel-quarkus-debug add 33d490aa43 Updated CHANGELOG.md add ec9d2859ce Set the official snapshot repositories (#5062) add ba516f9235 chore: fix various build/compilation warnings add fd370098cb chore: sort maven plugin version properties alphabetically add b922dcb32c Surefire 3.0.0-M4 passing even if a build step throws an exception #723 add 9eb1b7a401 chore: use systemPropertyVariables instead of systemProperties for maven surefire/failsafe plugin config add bcf6bd4a82 Updated CHANGELOG.md add 279944f957 Ref #5056: Replace the deprecated RecorderContext#classProxy add 65a5ce1617 Fix #5068 to add a pooling test with quarkus-qpid-jms (#5069) add 9a5790022e Restrict downloading of com.atlassian dependencies to packages.atlassian.com add 039b8e5a19 Bump htmlunit-driver from 4.9.1 to 4.10.0 add e97f3885c2 Bump os-maven-plugin from 1.7.0 to 1.7.1 add a57ae34b5a Use NativeImageFeatureBuildItem instead of deprecated AutomaticFeature annotation add da6b251c87 Register additional JDK classes for serialization required by Nitrite add 4f5c96c3e2 chore: Add git diff when there are uncommitted changes (#5076) add 5cd05244e4 Updated CHANGELOG.md add 1dc19a9b98 Ref #5067: Make expression extractor supports properties (#5079) add 2c6077e948 Updated CHANGELOG.md add f5d5eb7800 Regen SBOM from commit 2c6077e948dd9d210f3d42005ec9d789f2e1d1cf add 685358ab20 Updated CHANGELOG.md new 094d58cbc9 Upgrade Camel to 4.0.0 new b174fae112 synced + 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 (9ca6e8611e) \ N -- N -- N refs/heads/camel-main (b174fae112) 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 2 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/dependabot.yml | 3 - .github/workflows/camel-master-cron.yaml | 4 +- .github/workflows/ci-build.yaml| 4 +- .github/workflows/quarkus-master-cron.yaml | 4 +- .mvn/maven.config | 2 + .mvn/rrf/groupId-atlassian.txt | 6 + CHANGELOG.md |61 +- camel-quarkus-sbom/camel-quarkus-sbom.json | 22631 ++- camel-quarkus-sbom/camel-quarkus-sbom.xml | 18538 +++ .../ROOT/pages/reference/extensions/amqp.adoc |21 +- .../ROOT/pages/reference/extensions/debug.adoc | 6 + .../deployment/CamelSerializationProcessor.java| 8 + .../quarkus/core/deployment/ConsumeProcessor.java | 2 +- .../core/deployment/InjectionPointsProcessor.java | 1 + .../camel/quarkus/core/CamelContextRecorder.java |12 +- .../apache/camel/quarkus/core/CamelRecorder.java | 3 +- .../camel/quarkus/main/CamelMainRecorder.java | 4 +- extensions-support/language/deployment/pom.xml |10 + .../language/deployment/dm/DryModeComponent.java | 9 +- .../language/deployment/dm/DryModeEndpoint.java| 5 + .../language/deployment/PropertiesToSetTest.java |36 +- .../language/runtime/LanguageSupportRecorder.java |10 +- .../deployment/XalanNativeImageProcessor.java | 9 +- .../amqp/runtime/src/main/doc/limitations.adoc | 3 - extensions/amqp/runtime/src/main/doc/usage.adoc|19 + .../component/debug/deployment/DebugProcessor.java |11 + .../camel/quarkus/component/debug/DebugConfig.java | 6 + .../main/resources/META-INF/quarkus-extension.yaml | 3 +- .../freemarker/CamelFreemarkerRecorder.java| 2 +- .../groovy/deployment/GroovyProcessor.java |12 +- .../groovy/runtime/GroovyExpressionRecorder.java | 4 +- .../component/joor/deployment/JoorProcessor.java |34 +- .../joor/runtime/JoorExpressionRecorder.java |13 +- .../quarkus/component/jq/CamelJqRecorder.java | 2 +- .../dsl/js/deployment/Java
[camel-quarkus] 02/02: synced + 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 b174fae112a3693312f15426ace1c37a21498324 Author: JiriOndrusek AuthorDate: Mon Jul 10 09:40:35 2023 +0200 synced + generated files --- pom.xml | 8 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, 16 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 83187cc243..515454da63 100644 --- a/pom.xml +++ b/pom.xml @@ -97,9 +97,9 @@ 1.313 ${google-auth-library-oauth2-http-version} ${google-oauth-client-version} -0.182.1 - 1.121.0 -1.121.0 +0.199.0 + 1.123.17 + 1.123.17 22.3.2 4.0.13 1.56.0 @@ -131,7 +131,7 @@ ${mapstruct-version} 8.2.2 1.13.8 -2.4.15.Final +2.5.0.Final 3.5.11 1.48.0 ${squareup-okio-version} diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index dc2a0c9f82..d702b8892b 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -6009,7 +6009,7 @@ com.google.cloud google-cloud-pubsub -1.121.0 +1.123.17 com.google.android @@ -6404,7 +6404,7 @@ org.apache.pdfbox pdfbox -2.0.28 +2.0.29 commons-logging @@ -6497,7 +6497,7 @@ org.influxdb influxdb-java -2.22 +2.23 org.javassist @@ -6522,7 +6522,7 @@ org.mvel mvel2 -2.4.15.Final +2.5.0.Final org.mybatis diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 2d1a5285fc..9b48b934dc 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -6009,7 +6009,7 @@ com.google.cloud google-cloud-pubsub -1.121.0 +1.123.17 com.google.android @@ -6394,7 +6394,7 @@ org.apache.pdfbox pdfbox -2.0.28 +2.0.29 commons-logging @@ -6482,7 +6482,7 @@ org.influxdb influxdb-java -2.22 +2.23 org.javassist @@ -6507,7 +6507,7 @@ org.mvel mvel2 -2.4.15.Final +2.5.0.Final org.mybatis 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 fc037f43a3..90bbcf0d78 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -6009,7 +6009,7 @@ com.google.cloud google-cloud-pubsub -1.121.0 +1.123.17 com.google.android @@ -6394,7 +6394,7 @@ org.apache.pdfbox pdfbox -2.0.28 +2.0.29 commons-logging @@ -6482,7 +6482,7 @@ org.influxdb influxdb-java -2.22 +2.23 org.javassist @@ -6507,7 +6507,7 @@ org.mvel mvel2 -2.4.15.Final +2.5.0.Final org.mybatis
[GitHub] [camel] github-actions[bot] commented on pull request #10631: Upgrade AWS SDK v2 to version 2.20.101
github-actions[bot] commented on PR #10631: URL: https://github.com/apache/camel/pull/10631#issuecomment-1628402046 :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
[GitHub] [camel] oscerd commented on pull request #10631: Upgrade AWS SDK v2 to version 2.20.101
oscerd commented on PR #10631: URL: https://github.com/apache/camel/pull/10631#issuecomment-1628401736 /component-test camel-aws/camel-aws2-athena camel-aws/camel-aws2-cw camel-aws/camel-aws2-ddb camel-aws/camel-aws2-ec2 camel-aws/camel-aws2-ecs camel-aws/camel-aws2-eks camel-aws/camel-aws2-eventbridge camel-aws/camel-aws2-iam camel-aws/camel-aws2-kinesis camel-aws/camel-aws2-kms camel-aws/camel-aws2-lambda camel-aws/camel-aws2-mq camel-aws/camel-aws2-msk camel-aws/camel-aws2-s3 camel-aws/camel-aws2-ses camel-aws/camel-aws2-sns camel-aws/camel-aws2-sqs camel-aws/camel-aws2-sts camel-aws/camel-aws2-translate camel-aws/camel-aws-cloudtrail camel-aws/camel-aws-secrets-manager -- 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
[GitHub] [camel] github-actions[bot] commented on pull request #10631: Upgrade AWS SDK v2 to version 2.20.101
github-actions[bot] commented on PR #10631: URL: https://github.com/apache/camel/pull/10631#issuecomment-1628400038 :star2: Thank you for your contribution to the Apache Camel project! :star2: :camel: Maintainers, please note that first-time contributors *require manual approval* for the GitHub Actions to run. :warning: Please note that the changes on this PR may be **tested automatically** if they change components. :robot: Use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot. If necessary Apache Camel Committers may access logs and test results in the job summaries! -- 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
[GitHub] [camel] oscerd opened a new pull request, #10631: Upgrade AWS SDK v2 to version 2.20.101
oscerd opened a new pull request, #10631: URL: https://github.com/apache/camel/pull/10631 # Description # Target - [x] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch) # Tracking - [ ] 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 - [x] I checked that each commit in the pull request has a meaningful subject line and body. - [x] I have run `mvn clean install -DskipTests` locally and I have committed all auto-generated changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel] 01/02: Upgrade AWS SDK v2 to version 2.20.101
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws-sdk-2.20.101 in repository https://gitbox.apache.org/repos/asf/camel.git commit 15ef06093960e8fa8200a9f2b7ce54bc1d85ac39 Author: Andrea Cosentino AuthorDate: Mon Jul 10 09:21:47 2023 +0200 Upgrade AWS SDK v2 to version 2.20.101 Signed-off-by: Andrea Cosentino --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 256b26aefa7..ac9e8364de8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -71,7 +71,7 @@ 1.11.1 1.11.1 4.2.0 -2.20.100 +2.20.101 2.14.0 1.2.14 1.2.14
[camel] 02/02: Regen
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws-sdk-2.20.101 in repository https://gitbox.apache.org/repos/asf/camel.git commit 56b2ded1bbd5f4986f1f7f7000e8fd35816387c7 Author: Andrea Cosentino AuthorDate: Mon Jul 10 09:33:06 2023 +0200 Regen Signed-off-by: Andrea Cosentino --- .../main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java| 1 - 1 file changed, 1 deletion(-) diff --git a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java index 3f30fca86e6..b9f903a0905 100644 --- a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java +++ b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java @@ -32,7 +32,6 @@ import java.util.Locale; import java.util.Map; import java.util.Set; import java.util.TreeMap; -import java.util.function.BiFunction; import java.util.function.Function; import java.util.regex.Matcher; import java.util.regex.Pattern;
[camel] branch aws-sdk-2.20.101 created (now 56b2ded1bbd)
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch aws-sdk-2.20.101 in repository https://gitbox.apache.org/repos/asf/camel.git at 56b2ded1bbd Regen This branch includes the following new commits: new 15ef0609396 Upgrade AWS SDK v2 to version 2.20.101 new 56b2ded1bbd Regen The 2 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.
[camel-website] branch main updated (5b76951e -> a7e3786f)
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-website.git from 5b76951e Added CVE-2023-34442 to Security section new b64990ec feat: camel k gitops new a7e3786f chore: update publishing date The 2 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: content/blog/2023/07/camel-k-gitops/featured.png | Bin 0 -> 53752 bytes content/blog/2023/07/camel-k-gitops/index.md | 231 + .../blog/2023/07/camel-k-gitops/multi_cluster.png | Bin 0 -> 25070 bytes .../2023/07/camel-k-gitops/multi_cluster_sync.png | Bin 0 -> 27810 bytes .../blog/2023/07/camel-k-gitops/single_cluster.png | Bin 0 -> 23543 bytes 5 files changed, 231 insertions(+) create mode 100644 content/blog/2023/07/camel-k-gitops/featured.png create mode 100644 content/blog/2023/07/camel-k-gitops/index.md create mode 100644 content/blog/2023/07/camel-k-gitops/multi_cluster.png create mode 100644 content/blog/2023/07/camel-k-gitops/multi_cluster_sync.png create mode 100644 content/blog/2023/07/camel-k-gitops/single_cluster.png
[camel-website] 01/02: feat: camel k gitops
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-website.git commit b64990ec2bbdbc528e0187d342f7220d6d77f4f9 Author: Pasquale Congiusti AuthorDate: Fri Jul 7 10:41:59 2023 +0200 feat: camel k gitops --- content/blog/2023/07/camel-k-gitops/featured.png | Bin 0 -> 53752 bytes content/blog/2023/07/camel-k-gitops/index.md | 231 + .../blog/2023/07/camel-k-gitops/multi_cluster.png | Bin 0 -> 25070 bytes .../2023/07/camel-k-gitops/multi_cluster_sync.png | Bin 0 -> 27810 bytes .../blog/2023/07/camel-k-gitops/single_cluster.png | Bin 0 -> 23543 bytes 5 files changed, 231 insertions(+) diff --git a/content/blog/2023/07/camel-k-gitops/featured.png b/content/blog/2023/07/camel-k-gitops/featured.png new file mode 100644 index ..a857a14e Binary files /dev/null and b/content/blog/2023/07/camel-k-gitops/featured.png differ diff --git a/content/blog/2023/07/camel-k-gitops/index.md b/content/blog/2023/07/camel-k-gitops/index.md new file mode 100644 index ..91d45386 --- /dev/null +++ b/content/blog/2023/07/camel-k-gitops/index.md @@ -0,0 +1,231 @@ +--- +title: "Camel K GitOps" +date: 2023-07-07 +draft: false +authors: [squakez] +categories: ["Howtos", "Camel K", "Operations"] +preview: "How to apply GitOps with Camel K, Kustomize and ArgoCD." +--- + +In this blog post we'll be talking about **GitOps** and we'll provide some approach that we hope can help you understand better how you can do such kind of operations togheter with Camel K. As we're talking about processes, all the discussion we're going to provide can be different in each company, environment and according the set of tools you're using. + +The idea of the blog is to show the possibilities offered by Camel K in order to help you understand better how you can adapt your own tools and process to Camel K deployment model. + +# What's GitOps + +GitOps is a paradigm used to manage cloud-native applications. The main focus, as the name suggest is to have a "Git-centric" approach, where the developer provides any required change of a cloud native application on the source code repository, and some CD tool takes care to apply such changes in the target cluster. It matches very well in a microservice oriented architecture and if you're willing to provide a continuous delivery for your application. + +# A simple GitOps strategy with Camel K + +Let's see how we can get the full benefits of **GitOps with Camel K** with some example. The route example chosen is very simple, as we just want to illustrate the process we've followed. It should be easy enough to apply the same approach to more complex routes. + +The process we're following is one that we think tipically applies to most of the companies: + +* we create a route, testing it in a development environment +* we package the configuration required to run with a GitOps CICD tool +* we push the changes to a Git repository +* we provide the CD configuration targetting the Git repository +* we apply any application change to the Git repository + +## Camel K environments topology + +Before starting with the example, I think it's important to understand how Camel K manages the different environments and how we can make each environment to share artifacts. What we finally want to do is to test some application in the development environment and later use the very same application (which we suppose has been throughoutfully tested) in a production environment. + +In Camel K we use the container registry as the common place where to store the artifacts we use to run the applications. When you create an Integration, the Camel K operator is in charge to build (or reuse) a container image which is stored in the container registry. Once the image is available you can use it in any other environment/cluster. + +We can think on three different topologies: + + + +This is the simples topology where you have a single cluster and a logical separation with namespaces. In such configuration you need to have both operators to share the same container registry. + + + +Here you will have a physical separation as there are two separate clusters. However, in order to properly use the containers tested in development, both operators needs also to share the same container registry. + + + +This topology is similar to the previous one, but you have dedicated container registries. The only caveat is that you need to put in place a mechanism to promote (or synchronize) the containers images which are created in development. + +Whichever is the topology you're choosing there won't be any change in the way we're performing our deployment operations when we adopt a GitOps strategy. Each environment (or cluster) will have to provide the proper CD configuration targeting the Git repository (and the right profile). + +## Directory structure preparat
[GitHub] [camel-website] oscerd merged pull request #1022: feat: camel k gitops
oscerd merged PR #1022: URL: https://github.com/apache/camel-website/pull/1022 -- 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] 02/02: chore: update publishing date
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-website.git commit a7e3786f85d46cab53e3c8cb7c2e79d5fa21ab16 Author: Pasquale Congiusti AuthorDate: Mon Jul 10 08:29:42 2023 +0200 chore: update publishing date --- content/blog/2023/07/camel-k-gitops/index.md | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/blog/2023/07/camel-k-gitops/index.md b/content/blog/2023/07/camel-k-gitops/index.md index 91d45386..e0cfd3f6 100644 --- a/content/blog/2023/07/camel-k-gitops/index.md +++ b/content/blog/2023/07/camel-k-gitops/index.md @@ -1,6 +1,6 @@ --- title: "Camel K GitOps" -date: 2023-07-07 +date: 2023-07-10 draft: false authors: [squakez] categories: ["Howtos", "Camel K", "Operations"] @@ -35,15 +35,15 @@ In Camel K we use the container registry as the common place where to store the We can think on three different topologies: - + This is the simples topology where you have a single cluster and a logical separation with namespaces. In such configuration you need to have both operators to share the same container registry. - + Here you will have a physical separation as there are two separate clusters. However, in order to properly use the containers tested in development, both operators needs also to share the same container registry. - + This topology is similar to the previous one, but you have dedicated container registries. The only caveat is that you need to put in place a mechanism to promote (or synchronize) the containers images which are created in development.
[GitHub] [camel-website] github-actions[bot] commented on pull request #1022: feat: camel k gitops
github-actions[bot] commented on PR #1022: URL: https://github.com/apache/camel-website/pull/1022#issuecomment-1628389428 🚀 Preview is available at https://pr-1022--camel.netlify.app -- 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