[GitHub] [camel] orpiske commented on pull request #10388: CAMEL-18793: add prettyBody to simple language

2023-06-15 Thread via GitHub
orpiske commented on PR #10388: URL: https://github.com/apache/camel/pull/10388#issuecomment-1594149393 > I was able to handle this extracting org.apache.camel.util.xml.XmlPrettyPrinter to a new package and removing his dependency with camel-core-model. To do that I had to copy/paste

[GitHub] [camel] github-actions[bot] commented on pull request #10388: CAMEL-18793: add prettyBody to simple language

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10388: URL: https://github.com/apache/camel/pull/10388#issuecomment-1594146805 ### Core test results: | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | | 1 | 1 | 0 | -- This is an automated message from the Apache

[GitHub] [camel] github-actions[bot] commented on pull request #10388: CAMEL-18793: add prettyBody to simple language

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10388: URL: https://github.com/apache/camel/pull/10388#issuecomment-1594146789 :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

[GitHub] [camel] davsclaus commented on a diff in pull request #10388: CAMEL-18793: add prettyBody to simple language

2023-06-15 Thread via GitHub
davsclaus commented on code in PR #10388: URL: https://github.com/apache/camel/pull/10388#discussion_r1231793735 ## core/camel-xml-jaxp-util/src/test/resources/log4j2.properties: ## @@ -0,0 +1,32 @@ +## ---

[camel] 01/03: (chores) camel-core-reifier: use final when possible

2023-06-15 Thread orpiske
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 commit 8a24231d527d3ece1ba196f9414263d7f99f69d8 Author: Otavio Rodolfo Piske AuthorDate: Thu Jun 15 18:06:36 2023 +0200

[camel] 03/03: (chores) camel-core-reifier: simplify optional call

2023-06-15 Thread orpiske
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 commit e75b091e85a6106533d431187ac7907d1c9bad69 Author: Otavio Rodolfo Piske AuthorDate: Thu Jun 15 18:09:52 2023 +0200

[camel] 02/03: (chores) camel-core-reifier: removed unused suppression

2023-06-15 Thread orpiske
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 commit 7dd1f6f3a9df97fae134a111fd31ba98e79db36c Author: Otavio Rodolfo Piske AuthorDate: Thu Jun 15 18:08:01 2023 +0200

[camel] branch main updated (c57aaaaa245 -> e75b091e85a)

2023-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from c57a245 Fix test new 8a24231d527 (chores) camel-core-reifier: use final when possible new 7dd1f6f3a9d

[GitHub] [camel] orpiske merged pull request #10410: (chores) camel-core-reifier: minor cleanups

2023-06-15 Thread via GitHub
orpiske merged PR #10410: URL: https://github.com/apache/camel/pull/10410 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[camel] branch camel-3.x updated: Add missing dependency

2023-06-15 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 00b29ed81ba Add missing dependency

[camel] branch camel-3.x updated: Add soap JAR that has runtime Soap MessageFactory as this has been removed from JDK11 onwards.

2023-06-15 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 e8e72d71779 Add soap JAR that has

[GitHub] [camel-spring-boot] oscerd closed pull request #856: [Github Actions] Periodic Sync Camel Spring Boot (Camel 4)

2023-06-15 Thread via GitHub
oscerd closed pull request #856: [Github Actions] Periodic Sync Camel Spring Boot (Camel 4) URL: https://github.com/apache/camel-spring-boot/pull/856 -- 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

[camel] branch camel-3.x updated: Adjust code like on main branch

2023-06-15 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 216a45826b5 Adjust code like on main

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

2023-06-15 Thread via GitHub
github-actions[bot] closed issue #2926: [CI] - Quarkus Main Branch Build Failure URL: https://github.com/apache/camel-quarkus/issues/2926 -- 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

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

2023-06-15 Thread via GitHub
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-1594104467 Build fixed with: * Camel Quarkus Commit: ecb3d31150f16535314acc062ef50cdfcf0dc416 * Quarkus Main Commit: c3ee20ad11ef7771246a0595042cfc4dd9e52bac *

[camel-quarkus] 02/02: Disable integration tests that use kubernetes-client due to #4957

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit ecb3d31150f16535314acc062ef50cdfcf0dc416 Author: James Netherton AuthorDate: Tue Jun 13 07:24:53 2023

[camel-quarkus] branch quarkus-main updated (d09420addf -> ecb3d31150)

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard d09420addf Disable integration tests that use kubernetes-client due to #4957 discard 442b109400

[camel-quarkus] 01/02: Upgrade Quarkus to 3.2.0.CR1

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 3784b17407c2afc8acf9a3bae1de447a60bfc809 Author: James Netherton AuthorDate: Tue May 30 08:05:35 2023

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

2023-06-15 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 f8cc5c94c7 Updated CHANGELOG.md

[GitHub] [camel] EvanMi commented on pull request #10400: should servlet and rest throw exceptions when duplicate and ambiguous paths occur

2023-06-15 Thread via GitHub
EvanMi commented on PR #10400: URL: https://github.com/apache/camel/pull/10400#issuecomment-1593984304 > There is some code changes for camel-elasticsearch which should not be in this PR my mistake, thaks! @davsclaus -- This is an automated message from the Apache Git Service. To

[GitHub] [camel-k] gtata007 commented on issue #3971: camel-k 1.6.1 camel-xmljson dependency is failed to download

2023-06-15 Thread via GitHub
gtata007 commented on issue #3971: URL: https://github.com/apache/camel-k/issues/3971#issuecomment-1593983738 Thank you @gansheer for your inputs. I am trying to run a sample java dsl program by adding the xj plugin in the command line argument but the pod is running into errors. Do

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

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

[GitHub] [camel] gilvansfilho commented on pull request #10388: CAMEL-18793: add prettyBody to simple language

2023-06-15 Thread via GitHub
gilvansfilho commented on PR #10388: URL: https://github.com/apache/camel/pull/10388#issuecomment-1593983421 > > There is `org.apache.camel.util.xml.XmlPrettyPrinter` to use for XML > > Struggling with cyclic reference between `camel-support` and `camel-xml-jaxp`. Some advice?

[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request, #856: [Github Actions] Periodic Sync Camel Spring Boot (Camel 4)

2023-06-15 Thread via GitHub
github-actions[bot] opened a new pull request, #856: URL: https://github.com/apache/camel-spring-boot/pull/856 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 --

[GitHub] [camel-k] dependabot[bot] opened a new pull request, #4491: chore(deps): bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0

2023-06-15 Thread via GitHub
dependabot[bot] opened a new pull request, #4491: URL: https://github.com/apache/camel-k/pull/4491 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.1 to 1.16.0. Release notes Sourced from

[camel-k] branch dependabot/go_modules/github.com/prometheus/client_golang-1.16.0 created (now ac3498477)

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/prometheus/client_golang-1.16.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git at ac3498477 chore(deps): bump

[camel-k] branch release-1.12.x updated: Periodic Sync of Camel K Main Branch for SBOM Generation

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-1.12.x in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/release-1.12.x by this push: new 8779c2d09 Periodic Sync of

[camel-k] 02/02: chore: nightly SBOM refresh

2023-06-15 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 commit b5de7e2a5dcd37b9223c9a6d662d3d5451189871 Author: github-actions[bot]

[camel-k] 01/02: chore: changelog automatic update

2023-06-15 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 commit ffb7999c9c53bfba86f6e67388023b88011a1a75 Author: github-actions[bot]

[camel-k] branch main updated (983dab204 -> b5de7e2a5)

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git from 983dab204 chore(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 (#4488) new ffb7999c9 chore: changelog

[camel-k] branch release-1.10.x updated: Periodic Sync of Camel K Main Branch for SBOM Generation

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/release-1.10.x by this push: new b229cc5be Periodic Sync of

[GitHub] [camel-karavan] mgubaidullin closed issue #757: Fast project prototyping in cloud-app

2023-06-15 Thread via GitHub
mgubaidullin closed issue #757: Fast project prototyping in cloud-app URL: https://github.com/apache/camel-karavan/issues/757 -- 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.

[GitHub] [camel] github-actions[bot] commented on pull request #10403: Upgrade Maven used by mvnw, upgrade mvnd, use consistent build options

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10403: URL: https://github.com/apache/camel/pull/10403#issuecomment-1593799654 :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,

[GitHub] [camel] github-actions[bot] commented on pull request #10403: Upgrade Maven used by mvnw, upgrade mvnd, use consistent build options

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10403: URL: https://github.com/apache/camel/pull/10403#issuecomment-1593799644 :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

[camel-karavan] branch main updated: Set correct image for runner #757

2023-06-15 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 55c9120a Set correct image for runner #757

[camel-karavan] branch main updated: Update for #771

2023-06-15 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 85f2d1c3 Update for #771 85f2d1c3 is

[GitHub] [camel] github-actions[bot] commented on pull request #10372: CAMEL-19451 - Import grpc-bom to build and test with a single deterministic set of gRPC dependencies

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10372: URL: https://github.com/apache/camel/pull/10372#issuecomment-1593778025 :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,

[GitHub] [camel] github-actions[bot] commented on pull request #10372: CAMEL-19451 - Import grpc-bom to build and test with a single deterministic set of gRPC dependencies

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10372: URL: https://github.com/apache/camel/pull/10372#issuecomment-1593777995 ### Components test results: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 4 | 4 | 2 | 2 | -- This is an automated

[GitHub] [camel] ppalaga commented on pull request #10372: CAMEL-19451 - Import grpc-bom to build and test with a single deterministic set of gRPC dependencies

2023-06-15 Thread via GitHub
ppalaga commented on PR #10372: URL: https://github.com/apache/camel/pull/10372#issuecomment-1593735486 607d1af : rebased and made sure that the affected tests that were failing last time are passing now -- This is an automated message from the Apache Git Service. To respond to the

[camel] branch regen_bot updated (3327b72d177 -> c57aaaaa245)

2023-06-15 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 3327b72d177 Update maven plugin stuff add c57a245 Fix test No new revisions were added by this

[camel] branch regen_bot updated (6e619e4f3af -> 3327b72d177)

2023-06-15 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 6e619e4f3af Upgrade build-helper-maven-plugin 3.4.0 add 3327b72d177 Update maven plugin stuff No new

[camel-k-runtime] branch dependabot/maven/quarkus-platform-version-3.1.2.Final created (now 58dfc3a4)

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/quarkus-platform-version-3.1.2.Final in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git at 58dfc3a4 build(deps): bump quarkus-platform-version No

[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request, #1050: build(deps): bump quarkus-platform-version from 2.16.0.Final to 3.1.2.Final

2023-06-15 Thread via GitHub
dependabot[bot] opened a new pull request, #1050: URL: https://github.com/apache/camel-k-runtime/pull/1050 Bumps `quarkus-platform-version` from 2.16.0.Final to 3.1.2.Final. Updates `quarkus-camel-bom` from 2.16.0.Final to 3.1.2.Final Commits

[camel] branch main updated: Fix test

2023-06-15 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 c57a245 Fix test c57a245 is described

[camel-quarkus] branch 4220/upgrade-to-SRU2022-10.0.1 deleted (was 19102cba6d)

2023-06-15 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a change to branch 4220/upgrade-to-SRU2022-10.0.1 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git was 19102cba6d Ref #4220: Upgrade to SRU2022-10.0.1 The revisions that were on this

[camel-quarkus] branch camel-main updated: Ref #4220: Upgrade to SRU2022-10.0.1 (#4992)

2023-06-15 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/camel-main by this push: new 980182df76 Ref #4220: Upgrade

[GitHub] [camel-quarkus] essobedo merged pull request #4992: Ref #4220: Upgrade to SRU2022-10.0.1

2023-06-15 Thread via GitHub
essobedo merged PR #4992: URL: https://github.com/apache/camel-quarkus/pull/4992 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[camel] branch regen_bot updated (78ecf388d15 -> 6e619e4f3af)

2023-06-15 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 78ecf388d15 Upgrade checkstyle plugin and remove encoding configuration which is not known to this plugin.

[camel] branch regen_bot updated (ca0f885d50c -> 78ecf388d15)

2023-06-15 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 ca0f885d50c Upgrade to kubernetes-client 6.7.2 add 78ecf388d15 Upgrade checkstyle plugin and remove

[camel] branch main updated: Update maven plugin stuff

2023-06-15 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 3327b72d177 Update maven plugin stuff 3327b72d177

[camel] branch regen_bot updated (1009df814ee -> ca0f885d50c)

2023-06-15 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 1009df814ee (chores) camel-cxf: fixed duplicate entry causing the build to fail with Maven 4 add

[camel-k] branch dependabot/go_modules/golang.org/x/sync-0.3.0 deleted (was 9ad0a2423)

2023-06-15 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository. claudio4j pushed a change to branch dependabot/go_modules/golang.org/x/sync-0.3.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git was 9ad0a2423 chore(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 The

[GitHub] [camel-k] claudio4j merged pull request #4488: chore(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0

2023-06-15 Thread via GitHub
claudio4j merged PR #4488: URL: https://github.com/apache/camel-k/pull/4488 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[camel-k] branch main updated: chore(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 (#4488)

2023-06-15 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository. claudio4j 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 983dab204 chore(deps): bump golang.org/x/sync

[camel] branch main updated: Upgrade build-helper-maven-plugin 3.4.0

2023-06-15 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 6e619e4f3af Upgrade build-helper-maven-plugin

[camel] branch main updated: Upgrade checkstyle plugin and remove encoding configuration which is not known to this plugin.

2023-06-15 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 78ecf388d15 Upgrade checkstyle plugin and remove

[camel] branch main updated: Upgrade to kubernetes-client 6.7.2

2023-06-15 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 ca0f885d50c Upgrade to kubernetes-client 6.7.2

[camel-k] branch dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.66.0 deleted (was d4de47dc4)

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring-0.66.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git was d4de47dc4

[GitHub] [camel-k] dependabot[bot] commented on pull request #4489: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.66.0

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

[GitHub] [camel-k] claudio4j closed pull request #4489: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.66.0

2023-06-15 Thread via GitHub
claudio4j closed pull request #4489: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.66.0 URL: https://github.com/apache/camel-k/pull/4489 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-k] claudio4j commented on pull request #4489: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.60.0 to 0.66.0

2023-06-15 Thread via GitHub
claudio4j commented on PR #4489: URL: https://github.com/apache/camel-k/pull/4489#issuecomment-1593520947 I will not merge this one, since the previous dependabot attempts were closed, we can evaluate the next tentative. -- This is an automated message from the Apache Git Service. To

[GitHub] [camel] gilvansfilho commented on pull request #10388: CAMEL-18793: add prettyBody to simple language

2023-06-15 Thread via GitHub
gilvansfilho commented on PR #10388: URL: https://github.com/apache/camel/pull/10388#issuecomment-1593520179 > There is `org.apache.camel.util.xml.XmlPrettyPrinter` to use for XML Struggling with cyclic reference between `camel-support` and `camel-xml-jaxp`. Some advice? -- This

[camel-k] branch dependabot/go_modules/github.com/container-tools/spectrum-0.6.21 deleted (was cf0487e96)

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/container-tools/spectrum-0.6.21 in repository https://gitbox.apache.org/repos/asf/camel-k.git was cf0487e96 chore(deps): bump

[camel-k] branch main updated (7f8c1f2af -> a798ec965)

2023-06-15 Thread claudio4j
This is an automated email from the ASF dual-hosted git repository. claudio4j pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git from 7f8c1f2af chore: nightly SBOM refresh add a798ec965 chore(deps): bump github.com/container-tools/spectrum

[GitHub] [camel-k] claudio4j merged pull request #4490: chore(deps): bump github.com/container-tools/spectrum from 0.6.20 to 0.6.21

2023-06-15 Thread via GitHub
claudio4j merged PR #4490: URL: https://github.com/apache/camel-k/pull/4490 -- 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:

[GitHub] [camel] github-actions[bot] commented on pull request #10410: (chores) camel-core-reifier: minor cleanups

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10410: URL: https://github.com/apache/camel/pull/10410#issuecomment-1593433606 :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

[GitHub] [camel] github-actions[bot] commented on pull request #10410: (chores) camel-core-reifier: minor cleanups

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10410: URL: https://github.com/apache/camel/pull/10410#issuecomment-1593433628 ### Core test results: | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | | 1 | 1 | 0 | -- This is an automated message from the Apache

[camel-quarkus] branch main updated: file: rewrite filter and idempotent tests from scratch for clarity and flakiness concern #3584

2023-06-15 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger 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 c3ee20ad11 file: rewrite filter and

[GitHub] [camel-quarkus] aldettinger merged pull request #4993: file: rewrite filter and idempotent tests from scratch for clarity an…

2023-06-15 Thread via GitHub
aldettinger merged PR #4993: URL: https://github.com/apache/camel-quarkus/pull/4993 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[camel] branch regen_bot updated (ef931a389b2 -> 1009df814ee)

2023-06-15 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 ef931a389b2 Regen add bb6f15db2a3 Regen for commit 7e691aca78f684b7842289367bbea7cfd8a5ea24 (#10407)

[GitHub] [camel] github-actions[bot] commented on pull request #10410: (chores) camel-core-reifier: use final when possible

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10410: URL: https://github.com/apache/camel/pull/10410#issuecomment-1593357234 :star2: Thank you for your contribution to the Apache Camel project! :star2: :camel: Maintainers, please note that first-time contributors *require manual approval*

[GitHub] [camel] orpiske opened a new pull request, #10410: (chores) camel-core-reifier: use final when possible

2023-06-15 Thread via GitHub
orpiske opened a new pull request, #10410: URL: https://github.com/apache/camel/pull/10410 (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,

[GitHub] [camel] orpiske commented on pull request #10399: [CAMEL-19456] The invocation of the removeRoute() method is too slow …

2023-06-15 Thread via GitHub
orpiske commented on PR #10399: URL: https://github.com/apache/camel/pull/10399#issuecomment-1593345355 Also, out of curiosity: do you have any numbers? A JMH test, maybe? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [camel] orpiske commented on a diff in pull request #10399: [CAMEL-19456] The invocation of the removeRoute() method is too slow …

2023-06-15 Thread via GitHub
orpiske commented on code in PR #10399: URL: https://github.com/apache/camel/pull/10399#discussion_r1231235901 ## core/camel-util/src/main/java/org/apache/camel/util/UnsafeUriCharactersDecoder.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[camel-quarkus] branch 4220/upgrade-to-SRU2022-10.0.1 updated (0d50961d1a -> 19102cba6d)

2023-06-15 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a change to branch 4220/upgrade-to-SRU2022-10.0.1 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git omit 0d50961d1a Ref #4220: Upgrade to SRU2022-10.0.1 omit 428ffeed84 Ref #4220: Add

[GitHub] [camel-quarkus] essobedo commented on pull request #4992: Ref #4220: Upgrade to SRU2022-10.0.1

2023-06-15 Thread via GitHub
essobedo commented on PR #4992: URL: https://github.com/apache/camel-quarkus/pull/4992#issuecomment-1593342573 @JiriOndrusek Could you please avoid to force push in a shared branch like `camel-main`? Thank you in advance  -- This is an automated message from the Apache Git Service. To

[camel] branch main updated: (chores) camel-cxf: fixed duplicate entry causing the build to fail with Maven 4

2023-06-15 Thread orpiske
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 1009df814ee (chores) camel-cxf: fixed duplicate

[GitHub] [camel] orpiske merged pull request #10408: (chores) camel-cxf: fixed duplicate entry causing the build to fail with Maven 4

2023-06-15 Thread via GitHub
orpiske merged PR #10408: URL: https://github.com/apache/camel/pull/10408 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[camel] branch regen_bot updated (edc9fe2756f -> ef931a389b2)

2023-06-15 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 edc9fe2756f (chores) camel-core-languages: cleanup duplicated code for appending class to the type omit

[GitHub] [camel] github-actions[bot] commented on pull request #10408: (chores) camel-cxf: fixed duplicate entry causing the build to fail with Maven 4

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10408: URL: https://github.com/apache/camel/pull/10408#issuecomment-1593295953 ### Components test results: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 1 | 1 | 0 | 1 | -- This is an automated

[GitHub] [camel] github-actions[bot] commented on pull request #10408: (chores) camel-cxf: fixed duplicate entry causing the build to fail with Maven 4

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10408: URL: https://github.com/apache/camel/pull/10408#issuecomment-1593295994 :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,

[GitHub] [camel] github-actions[bot] commented on pull request #10399: [CAMEL-19456] The invocation of the removeRoute() method is too slow …

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10399: URL: https://github.com/apache/camel/pull/10399#issuecomment-1593289499 ### Components test results: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 7 | 7 | 1 | 6 | -- This is an automated

[GitHub] [camel] github-actions[bot] commented on pull request #10399: [CAMEL-19456] The invocation of the removeRoute() method is too slow …

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10399: URL: https://github.com/apache/camel/pull/10399#issuecomment-1593289560 ### Core test results: | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | | 1 | 1 | 0 | -- This is an automated message from the Apache

[camel] branch regen_bot updated (6f8df9803f4 -> edc9fe2756f)

2023-06-15 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 6f8df9803f4 Regen for commit 7ee75dee7e34c924ea7d2b50dc24475238120a05 add 0e75880041b CAMEL-19460: Upgrade

[GitHub] [camel] github-actions[bot] commented on pull request #10400: should servlet and rest throw exceptions when duplicate and ambiguous paths occur

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10400: URL: https://github.com/apache/camel/pull/10400#issuecomment-1593279638 ### Core test results: | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | | 1 | 1 | 0 | -- This is an automated message from the Apache

[GitHub] [camel] github-actions[bot] commented on pull request #10400: should servlet and rest throw exceptions when duplicate and ambiguous paths occur

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10400: URL: https://github.com/apache/camel/pull/10400#issuecomment-1593279614 ### Components test results: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 2 | 2 | 1 | 1 | -- This is an automated

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

2023-06-15 Thread via GitHub
oscerd merged PR #10409: URL: https://github.com/apache/camel/pull/10409 -- 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:

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

2023-06-15 Thread via GitHub
github-actions[bot] opened a new pull request, #10409: URL: https://github.com/apache/camel/pull/10409 Regen bot :robot: found some uncommitted changes after running build on :camel: `main` branch. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated

[camel] branch regen_bot updated (4bfce032d32 -> 6f8df9803f4)

2023-06-15 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 4bfce032d32 Regen for commit 7e691aca78f684b7842289367bbea7cfd8a5ea24 add 554df3c3fe4 CAMEL-19459:

[GitHub] [camel] gnodet commented on pull request #10403: Upgrade Maven used by mvnw, upgrade mvnd, use consistent build options

2023-06-15 Thread via GitHub
gnodet commented on PR #10403: URL: https://github.com/apache/camel/pull/10403#issuecomment-1593213357 > So everything is basically fixed in Maven, there is nothing to report, only mvnd is a bit behind with the relevant versions. A 3.9.2 based release would help here, but using plain Maven

[GitHub] [camel] ppalaga commented on pull request #10403: Upgrade Maven used by mvnw, upgrade mvnd, use consistent build options

2023-06-15 Thread via GitHub
ppalaga commented on PR #10403: URL: https://github.com/apache/camel/pull/10403#issuecomment-1593198038 > > Actually mvnd 1.0-m6-m39-linux-amd64 uses maven-resolver 1.9.7 which I am sure suffers from the socket timeouts in the very same way as the older mvnd 0.8.2. Here is an example seen

[camel] 02/03: (chores) camel-core-languages: cleanup duplicated code for parsing in headers

2023-06-15 Thread orpiske
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 commit 34bad642324412471b87934ec1d406b48da6b2a0 Author: Otavio Rodolfo Piske AuthorDate: Thu Jun 15 09:23:28 2023 +0200

[camel] branch main updated (bb6f15db2a3 -> edc9fe2756f)

2023-06-15 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from bb6f15db2a3 Regen for commit 7e691aca78f684b7842289367bbea7cfd8a5ea24 (#10407) new 343321f3f77 (chores)

[camel] 03/03: (chores) camel-core-languages: cleanup duplicated code for appending class to the type

2023-06-15 Thread orpiske
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 commit edc9fe2756f0b1485ea0cc33e405465e783dad7d Author: Otavio Rodolfo Piske AuthorDate: Thu Jun 15 09:51:09 2023 +0200

[camel] 01/03: (chores) camel-core-languages: cleanup duplicated code for appending class to the type

2023-06-15 Thread orpiske
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 commit 343321f3f77f45f34449b396212ed28f74eec16c Author: Otavio Rodolfo Piske AuthorDate: Thu Jun 15 09:15:52 2023 +0200

[GitHub] [camel] orpiske merged pull request #10402: (chores) core: cleanup code duplication

2023-06-15 Thread via GitHub
orpiske merged PR #10402: URL: https://github.com/apache/camel/pull/10402 -- 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:

[GitHub] [camel] github-actions[bot] commented on pull request #10408: (chores) camel-cxf: fixed duplicate entry causing the build to fail with Maven 4

2023-06-15 Thread via GitHub
github-actions[bot] commented on PR #10408: URL: https://github.com/apache/camel/pull/10408#issuecomment-1593188073 :star2: Thank you for your contribution to the Apache Camel project! :star2: :camel: Maintainers, please note that first-time contributors *require manual approval*

[GitHub] [camel] davsclaus commented on pull request #10400: should servlet and rest throw exceptions when duplicate and ambiguous paths occur

2023-06-15 Thread via GitHub
davsclaus commented on PR #10400: URL: https://github.com/apache/camel/pull/10400#issuecomment-1593187654 There is some code changes for camel-elasticsearch which should not be in this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel] orpiske opened a new pull request, #10408: (chores) camel-cxf: fixed duplicate entry causing the build to fail with Maven 4

2023-06-15 Thread via GitHub
orpiske opened a new pull request, #10408: URL: https://github.com/apache/camel/pull/10408 (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,

[camel] branch main updated: Regen for commit 7e691aca78f684b7842289367bbea7cfd8a5ea24 (#10407)

2023-06-15 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 bb6f15db2a3 Regen for commit

  1   2   3   >