[GitHub] [camel-spring-boot-examples] mcarlett opened a new pull request, #62: Introduce profiles in routetemplate example

2022-05-25 Thread GitBox
mcarlett opened a new pull request, #62: URL: https://github.com/apache/camel-spring-boot-examples/pull/62 using Spring Boot profiles to load templates -- 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 g

[GitHub] [camel-k] utherp0 commented on issue #3297: Integration Platform issues when using the Operator

2022-05-25 Thread GitBox
utherp0 commented on issue #3297: URL: https://github.com/apache/camel-k/issues/3297#issuecomment-1136907840 So, replicated it; there are no errors in the Operator log other than a repeat of: {"level":"error","ts":1653463966.870432,"logger":"cmd","msg":"couldn't get resource list for

[GitHub] [camel-k] christophd commented on issue #3297: Integration Platform issues when using the Operator

2022-05-25 Thread GitBox
christophd commented on issue #3297: URL: https://github.com/apache/camel-k/issues/3297#issuecomment-1136924610 what does it mean if you say ` the operator is running locally`? you are running the operator namespace scoped on a single namespace or on your local machine? -- This is an aut

[GitHub] [camel-k] utherp0 commented on issue #3297: Integration Platform issues when using the Operator

2022-05-25 Thread GitBox
utherp0 commented on issue #3297: URL: https://github.com/apache/camel-k/issues/3297#issuecomment-1136931350 The Operator is deployed into the namespace rather than across the Cluster, by local I mean namespace bound https://user-images.githubusercontent.com/2233236/170214330-3ebdcb7c-e7a

[GitHub] [camel-spring-boot-examples] mcarlett opened a new pull request, #63: Introduce params for Jira example

2022-05-25 Thread GitBox
mcarlett opened a new pull request, #63: URL: https://github.com/apache/camel-spring-boot-examples/pull/63 to avoid to change code to make the example working on a specific environment, it externalizes variables used in the routes -- This is an automated message from the Apache Git Servic

[GitHub] [camel-spring-boot-examples] davsclaus commented on a diff in pull request #62: Introduce profiles in routetemplate example

2022-05-25 Thread GitBox
davsclaus commented on code in PR #62: URL: https://github.com/apache/camel-spring-boot-examples/pull/62#discussion_r881372882 ## routetemplate/README.adoc: ## @@ -1,4 +1,4 @@ -== Camel Example Spring Boot Route Template +#== Camel Example Spring Boot Route Template# Review Co

[GitHub] [camel-karavan] mgubaidullin closed issue #268: Add property placeholder support

2022-05-25 Thread GitBox
mgubaidullin closed issue #268: Add property placeholder support URL: https://github.com/apache/camel-karavan/issues/268 -- 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 unsu

[GitHub] [camel-k] f39516046 commented on issue #3296: Kamel run default service nodePort is invalid

2022-05-25 Thread GitBox
f39516046 commented on issue #3296: URL: https://github.com/apache/camel-k/issues/3296#issuecomment-1136993172 > Hi, > > `targetPort` can be string such as `http` when the pod has the port named `http`: https://kubernetes.io/docs/concepts/services-networking/service/ > > So why

[GitHub] [camel-k] squakez commented on issue #1238: Multi-architecture support

2022-05-25 Thread GitBox
squakez commented on issue #1238: URL: https://github.com/apache/camel-k/issues/1238#issuecomment-1137004908 Sure, you can have a look at #3032 where we used that for the "Kaniko" options. We may mimick that and include any "Buildah" option as well. -- This is an automated message from th

[GitHub] [camel-k] tadayosi opened a new pull request, #3304: fix(trait): disable NodePort by default for Service trait (1.9.x)

2022-05-25 Thread GitBox
tadayosi opened a new pull request, #3304: URL: https://github.com/apache/camel-k/pull/3304 Backport #3253 to 1.9.x. **Release Note** ```release-note fix(trait): NodePort is disabled by default for Service trait ``` -- This is an automated message fr

[GitHub] [camel-spring-boot-examples] mcarlett commented on a diff in pull request #62: Introduce profiles in routetemplate example

2022-05-25 Thread GitBox
mcarlett commented on code in PR #62: URL: https://github.com/apache/camel-spring-boot-examples/pull/62#discussion_r881462941 ## routetemplate/README.adoc: ## @@ -1,4 +1,4 @@ -== Camel Example Spring Boot Route Template +#== Camel Example Spring Boot Route Template# Review Com

[GitHub] [camel-k] robertonav20 commented on issue #1238: Multi-architecture support

2022-05-25 Thread GitBox
robertonav20 commented on issue #1238: URL: https://github.com/apache/camel-k/issues/1238#issuecomment-1137042501 Yes i have a look yesterday, below i describe the code: Inside the package builder i add buildah.go file to manage buildah constants properties ``` package builder

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3804: Aws SQS: Remove unnecessary headers from the test because of CAMEL-18…

2022-05-25 Thread GitBox
JiriOndrusek commented on PR #3804: URL: https://github.com/apache/camel-quarkus/pull/3804#issuecomment-1137090346 @aldettinger thanks for the solution. I updated the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [camel] rfscholte opened a new pull request, #7671: Update what-are-the-dependencies.adoc

2022-05-25 Thread GitBox
rfscholte opened a new pull request, #7671: URL: https://github.com/apache/camel/pull/7671 Be more explicit regarding the required/supported JDK ranges -- 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

[GitHub] [camel-quarkus] zhfeng commented on issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access

2022-05-25 Thread GitBox
zhfeng commented on issue #3809: URL: https://github.com/apache/camel-quarkus/issues/3809#issuecomment-1137093280 Good catch! so @jamesnetherton you think we should apply these refections in that post into `camel-quarkus-activemq`? -- This is an automated message from the Apache Git Servi

[camel-spring-boot-examples] branch main updated: Introduce params for Jira example (#63)

2022-05-25 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git The following commit(s) were added to refs/heads/main by this push: new 3191408 Introduce params for

[GitHub] [camel-spring-boot-examples] davsclaus merged pull request #63: Introduce params for Jira example

2022-05-25 Thread GitBox
davsclaus merged PR #63: URL: https://github.com/apache/camel-spring-boot-examples/pull/63 -- 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-unsub

[GitHub] [camel] oscerd merged pull request #7671: Update what-are-the-dependencies.adoc

2022-05-25 Thread GitBox
oscerd merged PR #7671: URL: https://github.com/apache/camel/pull/7671 -- 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.

[camel] branch main updated: Update what-are-the-dependencies.adoc

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 4320177e0e1 Update what-are-the-dependencies.adoc

[GitHub] [camel-quarkus] jamesnetherton commented on issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access

2022-05-25 Thread GitBox
jamesnetherton commented on issue #3809: URL: https://github.com/apache/camel-quarkus/issues/3809#issuecomment-1137121387 > Good catch! so @jamesnetherton you think we should apply these refections in that post into `camel-quarkus-activemq`? Maybe not all of them. `SSLSocketImpl` I as

[GitHub] [camel-spring-boot-examples] davsclaus merged pull request #62: Introduce profiles in routetemplate example

2022-05-25 Thread GitBox
davsclaus merged PR #62: URL: https://github.com/apache/camel-spring-boot-examples/pull/62 -- 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-unsub

[camel-spring-boot-examples] branch main updated: Introduce profiles in routetemplate example (#62)

2022-05-25 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git The following commit(s) were added to refs/heads/main by this push: new cfab688 Introduce profiles i

[GitHub] [camel] github-actions[bot] commented on pull request #7671: Update what-are-the-dependencies.adoc

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #7671: URL: https://github.com/apache/camel/pull/7671#issuecomment-1137127868 :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 t

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #3810: Review `camel-quarkus-support-reactor-netty` runtime initialized classes

2022-05-25 Thread GitBox
jamesnetherton opened a new issue, #3810: URL: https://github.com/apache/camel-quarkus/issues/3810 Since the Azure extensions switched to the Vert.x HTTP client, `camel-quarkus-support-reactor-netty` is now only used in the `stitch` extension. So there's potentially some cleaning that could

[camel] branch regen_bot updated (3db2c4b7a00 -> 4320177e0e1)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git from 3db2c4b7a00 Sync deps add 4320177e0e1 Update what-are-the-dependencies.adoc No new revisions were added by

[camel-k] 02/02: fix(e2e): stabilise service trait test

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 573e969b7010e27d97e72bdd1bfa92c89b13d61d Author: Tadayoshi Sato AuthorDate: Wed May 25 18:21:26 2022 +0900 fix(e2e):

[GitHub] [camel-k] tadayosi merged pull request #3303: test(e2e): add test for 'kamel run --dev' in a warmed-up environment

2022-05-25 Thread GitBox
tadayosi merged PR #3303: URL: https://github.com/apache/camel-k/pull/3303 -- 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.apa

[camel-k] branch main updated (c5e0efece -> 573e969b7)

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git from c5e0efece Never stale a bug issue new a092e8b7f test(e2e): add test for 'kamel run --dev' in a warmed-up environme

[GitHub] [camel-k] tadayosi closed issue #3211: Add e2e test for kamel run --dev in a warmed-up environment

2022-05-25 Thread GitBox
tadayosi closed issue #3211: Add e2e test for kamel run --dev in a warmed-up environment URL: https://github.com/apache/camel-k/issues/3211 -- 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 specif

[camel-k] 01/02: test(e2e): add test for 'kamel run --dev' in a warmed-up environment

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit a092e8b7f6085683fe1be9d4b1fd6c34401c18dc Author: Tadayoshi Sato AuthorDate: Wed May 25 13:55:15 2022 +0900 test(e2e):

[camel-k] 02/04: chore(e2e): format test java files

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 407a32048fecea944fd328d7adc5678a5c8f31fd Author: Tadayoshi Sato AuthorDate: Thu May 12 15:11:23 2022 +0900 c

[GitHub] [camel-k] tadayosi merged pull request #3304: fix(trait): disable NodePort by default for Service trait (1.9.x)

2022-05-25 Thread GitBox
tadayosi merged PR #3304: URL: https://github.com/apache/camel-k/pull/3304 -- 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.apa

[camel-k] branch release-1.9.x updated (d9591e427 -> a4b142b3d)

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato pushed a change to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git from d9591e427 Add acosentino to Helm Chart maintainers new f3eba62e6 fix(trait): disable NodePort by default f

[camel-k] 01/04: fix(trait): disable NodePort by default for Service trait

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit f3eba62e65e6fadacd5ed1d82afa5e04776f0849 Author: Tadayoshi Sato AuthorDate: Wed May 11 17:44:01 2022 +0900 f

[camel-k] 03/04: test(e2e): add E2E test for Service trait

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit d9657174aec119d4ea2343d13bf5c54cd02bffde Author: Tadayoshi Sato AuthorDate: Thu May 12 15:39:17 2022 +0900 t

[camel-k] 04/04: fix(e2e): stabilise service trait test

2022-05-25 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit a4b142b3d08c303356c425e5aa5d4522b9101bf7 Author: Tadayoshi Sato AuthorDate: Wed May 25 18:19:44 2022 +0900 f

[camel-karavan] branch main updated: Update README.md

2022-05-25 Thread marat
This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git The following commit(s) were added to refs/heads/main by this push: new 72ab631 Update README.md 72ab631 is described

[GitHub] [camel] github-actions[bot] commented on pull request #7672: [CAMEL-18144] Milo 0.6.6

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #7672: URL: https://github.com/apache/camel/pull/7672#issuecomment-1137430691 :warning: This PR changes Camel components and will be tested automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel] ank19 opened a new pull request, #7672: [CAMEL-18144] Milo 0.6.6

2022-05-25 Thread GitBox
ank19 opened a new pull request, #7672: URL: https://github.com/apache/camel/pull/7672 Pls. refer to CAMEL-18144 for details. -- 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 comm

[GitHub] [camel-quarkus] aldettinger commented on pull request #3804: Aws SQS: Remove unnecessary headers from the test because of CAMEL-18…

2022-05-25 Thread GitBox
aldettinger commented on PR #3804: URL: https://github.com/apache/camel-quarkus/pull/3804#issuecomment-1137475983 The build failed, there is indeed other files to committed: ``` modified: poms/bom/src/main/generated/flattened-full-pom.xml modified: poms/bom/src/main/gen

[GitHub] [camel-quarkus] jamesnetherton merged pull request #3811: Remove some superfluous runtime initialized classes from camel-quarkus-support-reactor-netty

2022-05-25 Thread GitBox
jamesnetherton merged PR #3811: URL: https://github.com/apache/camel-quarkus/pull/3811 -- 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-quarkus] branch main updated: Remove some superfluous runtime initialized classes from camel-quarkus-support-reactor-netty

2022-05-25 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new 14aef85f2b Remove some superfluous ru

[GitHub] [camel-k] astefanutti opened a new issue, #2886: Update readiness condition based on new Camel health check format

2022-05-25 Thread GitBox
astefanutti opened a new issue, #2886: URL: https://github.com/apache/camel-k/issues/2886 The parsing of the health check results from the integration Pod(s) readiness endpoint(s) should be adapted once apache/camel#6779 is pulled. -- This is an automated message from the Apache Git Servi

[GitHub] [camel-quarkus] ppalaga opened a new pull request, #3813: net.openhft:affinity included in flattened BOM only on Mac

2022-05-25 Thread GitBox
ppalaga opened a new pull request, #3813: URL: https://github.com/apache/camel-quarkus/pull/3813 Fix #3788 -- 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

[GitHub] [camel] dependabot[bot] opened a new pull request, #7673: Bump spring-security-core from 5.6.3 to 5.6.4 in /parent

2022-05-25 Thread GitBox
dependabot[bot] opened a new pull request, #7673: URL: https://github.com/apache/camel/pull/7673 Bumps [spring-security-core](https://github.com/spring-projects/spring-security) from 5.6.3 to 5.6.4. Release notes Sourced from https://github.com/spring-projects/spring-security/rele

[camel] branch dependabot/maven/parent/org.springframework.security-spring-security-core-5.6.4 created (now 1ab23ad4afd)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/parent/org.springframework.security-spring-security-core-5.6.4 in repository https://gitbox.apache.org/repos/asf/camel.git at 1ab23ad4afd Bump spring-security-core fro

[GitHub] [camel-quarkus] zhfeng opened a new pull request, #3814: Add zhfeng key

2022-05-25 Thread GitBox
zhfeng opened a new pull request, #3814: URL: https://github.com/apache/camel-quarkus/pull/3814 -- 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: com

[GitHub] [camel] github-actions[bot] commented on pull request #7673: Bump spring-security-core from 5.6.3 to 5.6.4 in /parent

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #7673: URL: https://github.com/apache/camel/pull/7673#issuecomment-1138004784 :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 t

[GitHub] [camel-k] github-actions[bot] commented on issue #3011: Standard/Incremental build option

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

[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request, #562: [Github Actions] Periodic Sync Camel Spring Boot Main Branch

2022-05-25 Thread GitBox
github-actions[bot] opened a new pull request, #562: URL: https://github.com/apache/camel-spring-boot/pull/562 Periodic Sync of Camel Spring Boot Main Branch with main Camel Main. see https://github.com/apache/camel-spring-boot/blob/main/.github/workflows/automatic-sync-main.yml -- Thi

[camel-spring-boot] branch automatic-periodic-sync updated (94c26c90ac5 -> b356fc6835b)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git omit 94c26c90ac5 [create-pull-request] automated change add add230ff425 [create-pull-r

[GitHub] [camel-karaf] github-actions[bot] opened a new pull request, #156: [Github Actions] Periodic Sync Camel Karaf Main Branch

2022-05-25 Thread GitBox
github-actions[bot] opened a new pull request, #156: URL: https://github.com/apache/camel-karaf/pull/156 Periodic Sync of Camel Karaf Main Branch with main Camel Main. see https://github.com/apache/camel-karaf/blob/main/.github/workflows/automatic-sync-main.yml -- This is an automated

[camel-karaf] branch automatic-periodic-sync updated (e668306a -> 1b421be9)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-karaf.git from e668306a Set version to 3.18.0-SNAPSHOT add 1b421be9 [create-pull-request] automated ch

[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2927: [CI] - Camel Main Branch Build Failure

2022-05-25 Thread GitBox
github-actions[bot] commented on issue #2927: URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-1138099253 The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) branch build has failed: * Build ID: 2387866891-659-4526adea-1a4a-4fd4-a4ae-5202fa26

[GitHub] [camel-k] tadayosi opened a new pull request, #3305: test(e2e): add test for 'kamel run --dev' in a warmed-up environment (1.9.x)

2022-05-25 Thread GitBox
tadayosi opened a new pull request, #3305: URL: https://github.com/apache/camel-k/pull/3305 Backport #3211 to 1.9.x **Release Note** ```release-note NONE ``` -- This is an automated message from the Apache Git Service. To respond to the message, plea

[camel-k] branch main updated: Updated CHANGELOG.md

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/main by this push: new fe997b9ac Updated CHANGELOG.md fe997b9ac is des

[camel-quarkus] branch main updated: Updated CHANGELOG.md

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new 1431d7fb09 Updated CHANGELOG.md 1431d7fb0

[GitHub] [camel-kafka-connector] github-actions[bot] closed pull request #1375: [Github Actions] Periodic Sync Camel-kafka-connector main Branch

2022-05-25 Thread GitBox
github-actions[bot] closed pull request #1375: [Github Actions] Periodic Sync Camel-kafka-connector main Branch URL: https://github.com/apache/camel-kafka-connector/pull/1375 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[camel-kafka-connector] branch automatic-periodic-sync updated (c06eb6bfe -> d7c3d42af)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git omit c06eb6bfe [create-pull-request] automated change This update removed existing rev

[GitHub] [camel-k] tadayosi commented on issue #3296: Kamel run default service nodePort is invalid

2022-05-25 Thread GitBox
tadayosi commented on issue #3296: URL: https://github.com/apache/camel-k/issues/3296#issuecomment-1138132351 What are the `status.conditions` of your integration resource? If the app includes an http service then Camel K automatically exposes a containerPort with the name `http` on the de

[camel] branch main updated: Bump spring-security-core from 5.6.3 to 5.6.4 in /parent

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 02cb41c7820 Bump spring-security-core from 5.6.3

[GitHub] [camel] oscerd merged pull request #7673: Bump spring-security-core from 5.6.3 to 5.6.4 in /parent

2022-05-25 Thread GitBox
oscerd merged PR #7673: URL: https://github.com/apache/camel/pull/7673 -- 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.

[GitHub] [camel-karaf] oscerd merged pull request #156: [Github Actions] Periodic Sync Camel Karaf Main Branch

2022-05-25 Thread GitBox
oscerd merged PR #156: URL: https://github.com/apache/camel-karaf/pull/156 -- 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.apa

[camel-karaf] branch main updated: [create-pull-request] automated change

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karaf.git The following commit(s) were added to refs/heads/main by this push: new ebafb5cb [create-pull-request] automated ch

[GitHub] [camel-spring-boot] oscerd merged pull request #562: [Github Actions] Periodic Sync Camel Spring Boot Main Branch

2022-05-25 Thread GitBox
oscerd merged PR #562: URL: https://github.com/apache/camel-spring-boot/pull/562 -- 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...@cam

[camel-spring-boot] branch main updated: [create-pull-request] automated change

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git The following commit(s) were added to refs/heads/main by this push: new 68cb1e8cb3f [create-pull-request] aut

[GitHub] [camel] github-actions[bot] opened a new pull request, #7674: Generated sources regen

2022-05-25 Thread GitBox
github-actions[bot] opened a new pull request, #7674: URL: https://github.com/apache/camel/pull/7674 Regen bot :robot: found some uncommitted changes after running build on :camel: main. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated message from th

[camel] branch regen_bot updated (4320177e0e1 -> 8e0068c603e)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git from 4320177e0e1 Update what-are-the-dependencies.adoc add 02cb41c7820 Bump spring-security-core from 5.6.3 to 5

[GitHub] [camel] oscerd merged pull request #7674: Generated sources regen

2022-05-25 Thread GitBox
oscerd merged PR #7674: URL: https://github.com/apache/camel/pull/7674 -- 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.

[camel] branch main updated: Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 7faf80c90c7 Regen for commit 02cb41c7820656908086

[camel] branch main updated (7faf80c90c7 -> 2f5b987e219)

2022-05-25 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 7faf80c90c7 Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb new 1960c59a4c3 Upgrade jackson 2.13.3

[camel] 02/02: Upgrade micrometer 1.9.0

2022-05-25 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit 2f5b987e21997a4529ac9ceed8e0e16ece6aeb70 Author: Claus Ibsen AuthorDate: Thu May 26 07:56:52 2022 +0200 Upgrade mic

[camel] 01/02: Upgrade jackson 2.13.3

2022-05-25 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit 1960c59a4c3747a210c765b9bbcb56aba3eb40a9 Author: Claus Ibsen AuthorDate: Thu May 26 07:37:52 2022 +0200 Upgrade jac

[camel] branch main updated: Upgrade smallrye

2022-05-25 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 5339308bf4c Upgrade smallrye 5339308bf4c is descri

[camel] branch regen_bot updated (8e0068c603e -> 7faf80c90c7)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git omit 8e0068c603e Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb add 7faf80c90c7 Regen for commit 02cb

[GitHub] [camel-quarkus] zhfeng merged pull request #3814: Add zhfeng key

2022-05-25 Thread GitBox
zhfeng merged PR #3814: URL: https://github.com/apache/camel-quarkus/pull/3814 -- 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

[camel-quarkus] branch main updated: Add zhfeng key (#3814)

2022-05-25 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new 0b0a7ff97a Add zhfeng key (#3814) 0b0a7ff97a

[camel] branch main updated: Upgrades

2022-05-25 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new d264793aa97 Upgrades d264793aa97 is described belo

[GitHub] [camel-quarkus] jamesnetherton commented on issue #3746: Intermittent failure of FHIR integration tests `SocketTimeoutException`

2022-05-25 Thread GitBox
jamesnetherton commented on issue #3746: URL: https://github.com/apache/camel-quarkus/issues/3746#issuecomment-1138204233 Seems this is fixed. I have not seen the error happen on any CI builds since #3789 was merged. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [camel-quarkus] jamesnetherton closed issue #3746: Intermittent failure of FHIR integration tests `SocketTimeoutException`

2022-05-25 Thread GitBox
jamesnetherton closed issue #3746: Intermittent failure of FHIR integration tests `SocketTimeoutException` URL: https://github.com/apache/camel-quarkus/issues/3746 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [camel] github-actions[bot] opened a new pull request, #7675: Generated sources regen

2022-05-25 Thread GitBox
github-actions[bot] opened a new pull request, #7675: URL: https://github.com/apache/camel/pull/7675 Regen bot :robot: found some uncommitted changes after running build on :camel: main. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated message from th

[camel] branch regen_bot updated (7faf80c90c7 -> 18a13ccf9e1)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git from 7faf80c90c7 Regen for commit 02cb41c7820656908086368ad2f96b7a124555bb add 1960c59a4c3 Upgrade jackson 2.13.

[GitHub] [camel] oscerd merged pull request #7675: Generated sources regen

2022-05-25 Thread GitBox
oscerd merged PR #7675: URL: https://github.com/apache/camel/pull/7675 -- 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.

[camel] branch main created (now d264793aa97)

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git at d264793aa97 Upgrades This branch includes the following new commits: new 5339308bf4c Upgrade smallrye new

[camel] 01/02: Upgrade smallrye

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit 5339308bf4cf954c5717d1fe9db7656b957ef872 Author: Claus Ibsen AuthorDate: Thu May 26 08:01:06 2022 +0200 Upgrade sm

[camel] 02/02: Upgrades

2022-05-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit d264793aa972b8b0e6b07dd8a0478f9abf44a655 Author: Claus Ibsen AuthorDate: Thu May 26 08:29:06 2022 +0200 Upgrades -

[camel] branch regen_bot updated (18a13ccf9e1 -> 5339308bf4c)

2022-05-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git omit 18a13ccf9e1 Regen for commit 2f5b987e21997a4529ac9ceed8e0e16ece6aeb70 add 5339308bf4c Upgrade smallrye Thi

[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2926: [CI] - Quarkus Main Branch Build Failure

2022-05-25 Thread GitBox
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-1138219157 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: 2388320185-763-e3d27dd7-c807-4740-9665-1cd