[PR] Tm3 [camel]

2023-11-28 Thread via GitHub
davsclaus opened a new pull request, #12231: URL: https://github.com/apache/camel/pull/12231 # 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) # Trac

(camel) 02/10: CAMEL-20153: camel-jbang - Transform message command

2023-11-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch tm3 in repository https://gitbox.apache.org/repos/asf/camel.git commit 58301cb648cf58515471e61e7a6a48fd1de684a0 Author: Claus Ibsen AuthorDate: Tue Nov 28 08:38:43 2023 +0100 CAMEL-20153:

(camel) branch CAMEL-20162 deleted (was d8c2acae815)

2023-11-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch CAMEL-20162 in repository https://gitbox.apache.org/repos/asf/camel.git was d8c2acae815 CAMEL-20162 - Camel-AWS-Config: Add Describe Compliance By Config Rule operation The revisions t

(camel) branch main updated: CAMEL-20162 - Camel-AWS-Config: Add Describe Compliance By Config Rule operation (#12230)

2023-11-28 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 e8b1e2b211f CAMEL-20162 - Camel-AWS-Config: Add D

Re: [PR] CAMEL-20162 - Camel-AWS-Config: Add Describe Compliance By Config Rule operation [camel]

2023-11-28 Thread via GitHub
oscerd merged PR #12230: URL: https://github.com/apache/camel/pull/12230 -- 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.apach

(camel) branch regen_bot updated (a136e63e5ea -> e8b1e2b211f)

2023-11-28 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 a136e63e5ea CAMEL-20158: temporarily disabled broken tests (#12229) add e8b1e2b211f CAMEL-20162 - Camel-AWS

Re: [PR] Fix(core): Openshift securityContext on global operator [camel-k]

2023-11-28 Thread via GitHub
squakez commented on PR #4932: URL: https://github.com/apache/camel-k/pull/4932#issuecomment-1829735928 Is this ready to 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 commen

Re: [PR] Fix(core): Openshift securityContext on global operator [camel-k]

2023-11-28 Thread via GitHub
gansheer commented on PR #4932: URL: https://github.com/apache/camel-k/pull/4932#issuecomment-1829745583 > Is this ready to merge? Yes -- 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 s

Re: [PR] Fix(core): Openshift securityContext on global operator [camel-k]

2023-11-28 Thread via GitHub
squakez merged PR #4932: URL: https://github.com/apache/camel-k/pull/4932 -- 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.apac

(camel-k) 02/02: fix(trait): Add test on openshift security context for container trait

2023-11-28 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit caba342b325ee86407d29a440c0b82f81dcfb9f1 Author: Gaelle Fournier AuthorDate: Mon Nov 27 18:17:11 2023 +0100 fix(

(camel-k) branch main updated (e39316fb8 -> caba342b3)

2023-11-28 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git from e39316fb8 Add sundrio to generate builder pattern for the CRD models new 70dd719cd Fix(core): Openshift securi

(camel-k) 01/02: Fix(core): Openshift securityContext on global operator

2023-11-28 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 70dd719cd9959f81c0a3916ac210ddc98b3057a2 Author: Gaelle Fournier AuthorDate: Mon Nov 27 15:24:18 2023 +0100 Fix(

[PR] CAMEL-20163: consolidate the code determining the response status [camel]

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

Re: [PR] CAMEL-20163: consolidate the code determining the response status [camel]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #12232: URL: https://github.com/apache/camel/pull/12232#issuecomment-1829755625 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

Re: [I] OGNL Script not working anymore after upgrade to Camel-K 2.1.0 [camel-k]

2023-11-28 Thread via GitHub
andy-d2019 commented on issue #4936: URL: https://github.com/apache/camel-k/issues/4936#issuecomment-1829768434 I circumvented the issue for now using a mix of ognl and simple, to call a method with a static .class and an exchange property. ```- set-property: name: clas

[PR] Camel 20158 fix throttle tests [camel]

2023-11-28 Thread via GitHub
jono-morris opened a new pull request, #12233: URL: https://github.com/apache/camel/pull/12233 Use a semaphore in Throttle unit tests to verify that the throttle eip allows no more than the required number of concurrent requests. -- This is an automated message from the Apache Git S

Re: [PR] Camel 20158 fix throttle tests [camel]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #12233: URL: https://github.com/apache/camel/pull/12233#issuecomment-1829773055 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

Re: [PR] CAMEL-20163: consolidate the code determining the response status [camel]

2023-11-28 Thread via GitHub
orpiske merged PR #12232: URL: https://github.com/apache/camel/pull/12232 -- 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.apac

(camel) branch main updated: CAMEL-20163: consolidate the code determining the response status (#12232)

2023-11-28 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 0448477324d CAMEL-20163: consolidate the code determ

Re: [PR] Camel 20158 fix throttle tests [camel]

2023-11-28 Thread via GitHub
jono-morris commented on PR #12233: URL: https://github.com/apache/camel/pull/12233#issuecomment-1829790219 I ran the tests half a dozen times or so without issue locally with these changes, although I had trouble reliably reproducing the failures locally. I'm keen to see how they work her

(camel) branch regen_bot updated (e8b1e2b211f -> 0448477324d)

2023-11-28 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 e8b1e2b211f CAMEL-20162 - Camel-AWS-Config: Add Describe Compliance By Config Rule operation (#12230) add

(camel) branch main updated: Tm3 (#12231)

2023-11-28 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 e2ba787d518 Tm3 (#12231) e2ba787d518 is described

Re: [PR] Tm3 [camel]

2023-11-28 Thread via GitHub
davsclaus merged PR #12231: URL: https://github.com/apache/camel/pull/12231 -- 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.ap

(camel) branch tm3 deleted (was 25b064929c6)

2023-11-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch tm3 in repository https://gitbox.apache.org/repos/asf/camel.git was 25b064929c6 CAMEL-20153: camel-jbang - Transform message command The revisions that were on this branch are still cont

Re: [PR] Camel 20158 fix throttle tests [camel]

2023-11-28 Thread via GitHub
davsclaus commented on PR #12233: URL: https://github.com/apache/camel/pull/12233#issuecomment-1829888699 the test failure is not related to throttler -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] Camel 20158 fix throttle tests [camel]

2023-11-28 Thread via GitHub
davsclaus merged PR #12233: URL: https://github.com/apache/camel/pull/12233 -- 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.ap

(camel) branch main updated: Camel 20158 fix throttle tests (#12233)

2023-11-28 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 55857fc4ed7 Camel 20158 fix throttle tests (#12233

(camel) 01/01: CAMEL-20152: camel-jetty - Allow to configure the multipart

2023-11-28 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch CAMEL-20152/jetty-add-file-size-threshold in repository https://gitbox.apache.org/repos/asf/camel.git commit f59fa0505f4d47c26ff3026c1e522037c195a6e1 Author: Nicolas Filotto AuthorDate: Tue Nov

(camel) branch CAMEL-20152/jetty-add-file-size-threshold created (now f59fa0505f4)

2023-11-28 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a change to branch CAMEL-20152/jetty-add-file-size-threshold in repository https://gitbox.apache.org/repos/asf/camel.git at f59fa0505f4 CAMEL-20152: camel-jetty - Allow to configure the multipart This bran

(camel) branch dependabot/maven/jira-rest-client-api-version-5.2.7 created (now 4626308d6e0)

2023-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jira-rest-client-api-version-5.2.7 in repository https://gitbox.apache.org/repos/asf/camel.git at 4626308d6e0 Bump jira-rest-client-api-version from 5.2.6 to 5.2.7 No

(camel) branch dependabot/maven/aws-java-sdk2-version-2.21.32 created (now 1536b506310)

2023-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/aws-java-sdk2-version-2.21.32 in repository https://gitbox.apache.org/repos/asf/camel.git at 1536b506310 Bump aws-java-sdk2-version from 2.21.31 to 2.21.32 No new rev

Re: [PR] Bump jira-rest-client-api-version from 5.2.6 to 5.2.7 [camel]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #12235: URL: https://github.com/apache/camel/pull/12235#issuecomment-1829899683 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

(camel) branch regen_bot updated (e2ba787d518 -> 55857fc4ed7)

2023-11-28 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 e2ba787d518 Tm3 (#12231) add 55857fc4ed7 Camel 20158 fix throttle tests (#12233) No new revisions were add

[PR] Bump aws-java-sdk2-version from 2.21.31 to 2.21.32 [camel]

2023-11-28 Thread via GitHub
dependabot[bot] opened a new pull request, #12234: URL: https://github.com/apache/camel/pull/12234 Bumps `aws-java-sdk2-version` from 2.21.31 to 2.21.32. Updates `software.amazon.awssdk:sqs` from 2.21.31 to 2.21.32 Updates `software.amazon.awssdk:kinesis` from 2.21.31 to 2.21.32

[PR] Bump jira-rest-client-api-version from 5.2.6 to 5.2.7 [camel]

2023-11-28 Thread via GitHub
dependabot[bot] opened a new pull request, #12235: URL: https://github.com/apache/camel/pull/12235 Bumps `jira-rest-client-api-version` from 5.2.6 to 5.2.7. Updates `com.atlassian.jira:jira-rest-java-client-api` from 5.2.6 to 5.2.7 Commits https://bitbucket.org/atlassian/jira

(camel) branch regen_bot updated (0448477324d -> e2ba787d518)

2023-11-28 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 0448477324d CAMEL-20163: consolidate the code determining the response status (#12232) add e2ba787d518 Tm3

Re: [PR] Bump aws-java-sdk2-version from 2.21.31 to 2.21.32 [camel]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #12234: URL: https://github.com/apache/camel/pull/12234#issuecomment-1829899422 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

(camel) branch main updated (55857fc4ed7 -> 749a11ce7d1)

2023-11-28 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 55857fc4ed7 Camel 20158 fix throttle tests (#12233) add 749a11ce7d1 Regen docs No new revisions were added by th

(camel) branch main updated (749a11ce7d1 -> 220acd3f410)

2023-11-28 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 749a11ce7d1 Regen docs add 220acd3f410 Regen DSL No new revisions were added by this update. Summary of changes

[PR] CAMEL-20163: consolidate the code adding or appending entries on the header [camel]

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

Re: [PR] CAMEL-20163: consolidate the code adding or appending entries on the header [camel]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #12236: URL: https://github.com/apache/camel/pull/12236#issuecomment-1829903169 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

[PR] Bump redis.clients:jedis from 4.4.3 to 5.1.0 [camel]

2023-11-28 Thread via GitHub
dependabot[bot] opened a new pull request, #12237: URL: https://github.com/apache/camel/pull/12237 Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.4.3 to 5.1.0. Release notes Sourced from https://github.com/redis/jedis/releases";>redis.clients:jedis's releases.

(camel) branch dependabot/maven/redis.clients-jedis-5.1.0 created (now 6676036dcbc)

2023-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/redis.clients-jedis-5.1.0 in repository https://gitbox.apache.org/repos/asf/camel.git at 6676036dcbc Bump redis.clients:jedis from 4.4.3 to 5.1.0 No new revisions were

Re: [PR] Bump redis.clients:jedis from 4.4.3 to 5.1.0 [camel]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #12237: URL: https://github.com/apache/camel/pull/12237#issuecomment-1829905258 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

Re: [PR] Bump redis.clients:jedis from 4.4.3 to 5.1.0 [camel]

2023-11-28 Thread via GitHub
davsclaus commented on PR #12237: URL: https://github.com/apache/camel/pull/12237#issuecomment-1829907449 /component-test camel-spring-redis -- 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 sp

(camel) branch dependabot/maven/org.elasticsearch.client-elasticsearch-rest-client-sniffer-8.11.1 created (now 50be0f60805)

2023-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.elasticsearch.client-elasticsearch-rest-client-sniffer-8.11.1 in repository https://gitbox.apache.org/repos/asf/camel.git at 50be0f60805 Bump org.elasticsearch.cl

Re: [PR] Bump redis.clients:jedis from 4.4.3 to 5.1.0 [camel]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #12237: URL: https://github.com/apache/camel/pull/12237#issuecomment-1829908918 :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 G

[PR] Bump org.elasticsearch.client:elasticsearch-rest-client-sniffer from 8.10.4 to 8.11.1 [camel]

2023-11-28 Thread via GitHub
dependabot[bot] opened a new pull request, #12238: URL: https://github.com/apache/camel/pull/12238 Bumps [org.elasticsearch.client:elasticsearch-rest-client-sniffer](https://github.com/elastic/elasticsearch) from 8.10.4 to 8.11.1. Release notes Sourced from https://github.com/elas

Re: [PR] Bump org.elasticsearch.client:elasticsearch-rest-client-sniffer from 8.10.4 to 8.11.1 [camel]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #12238: URL: https://github.com/apache/camel/pull/12238#issuecomment-1829909085 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

(camel) branch main updated: Regen

2023-11-28 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 b67d26f1d77 Regen b67d26f1d77 is described below

Re: [PR] Bump org.elasticsearch.client:elasticsearch-rest-client-sniffer from 8.10.4 to 8.11.1 [camel]

2023-11-28 Thread via GitHub
dependabot[bot] commented on PR #12238: URL: https://github.com/apache/camel/pull/12238#issuecomment-1829911223 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, let

Re: [PR] Bump org.elasticsearch.client:elasticsearch-rest-client-sniffer from 8.10.4 to 8.11.1 [camel]

2023-11-28 Thread via GitHub
oscerd closed pull request #12238: Bump org.elasticsearch.client:elasticsearch-rest-client-sniffer from 8.10.4 to 8.11.1 URL: https://github.com/apache/camel/pull/12238 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

(camel) branch dependabot/maven/org.elasticsearch.client-elasticsearch-rest-client-sniffer-8.11.1 deleted (was 50be0f60805)

2023-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.elasticsearch.client-elasticsearch-rest-client-sniffer-8.11.1 in repository https://gitbox.apache.org/repos/asf/camel.git was 50be0f60805 Bump org.elasticsearch.cl

(camel) branch regen_bot updated (55857fc4ed7 -> 749a11ce7d1)

2023-11-28 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 55857fc4ed7 Camel 20158 fix throttle tests (#12233) add 749a11ce7d1 Regen docs No new revisions were added

Re: [PR] Triggering timer less often and fixing few typos [camel-quarkus-examples]

2023-11-28 Thread via GitHub
aldettinger commented on PR #183: URL: https://github.com/apache/camel-quarkus-examples/pull/183#issuecomment-1829912415 @spatnity Yes sure. Let's try to explain better. In the mentioned [commit](https://github.com/apache/camel-quarkus-examples/pull/183/files#diff-cb496e7b34f628e54aef57972f

[PR] Bump com.github.eirslett:frontend-maven-plugin from 1.13.4 to 1.14.2 [camel]

2023-11-28 Thread via GitHub
dependabot[bot] opened a new pull request, #12239: URL: https://github.com/apache/camel/pull/12239 Bumps [com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 1.13.4 to 1.14.2. Changelog Sourced from https://github.com/eirslett/fronten

(camel) branch dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.14.2 created (now 5abbd279c6a)

2023-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.14.2 in repository https://gitbox.apache.org/repos/asf/camel.git at 5abbd279c6a Bump com.github.eirslett:frontend-maven-plu

(camel) branch regen_bot updated (749a11ce7d1 -> b67d26f1d77)

2023-11-28 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 749a11ce7d1 Regen docs add 220acd3f410 Regen DSL add b67d26f1d77 Regen No new revisions were added by

Re: [PR] Camel 20158 fix throttle tests [camel]

2023-11-28 Thread via GitHub
davsclaus commented on PR #12233: URL: https://github.com/apache/camel/pull/12233#issuecomment-1829928988 the core tests seems to be fixed now, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] CAMEL-20152: camel-jetty - Allow to configure the multipart [camel]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #12240: URL: https://github.com/apache/camel/pull/12240#issuecomment-1829964456 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

(camel) branch tm4 created (now f3023e711e5)

2023-11-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch tm4 in repository https://gitbox.apache.org/repos/asf/camel.git at f3023e711e5 camel-jbang - Add --output option to debug command. This branch includes the following new commits:

(camel) 01/01: camel-jbang - Add --output option to debug command.

2023-11-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch tm4 in repository https://gitbox.apache.org/repos/asf/camel.git commit f3023e711e5c3763d6e6338a64fab01d9aaa6946 Author: Claus Ibsen AuthorDate: Tue Nov 28 15:45:17 2023 +0100 camel-jbang

[PR] camel-jbang - Add --output option to debug command. [camel]

2023-11-28 Thread via GitHub
davsclaus opened a new pull request, #12241: URL: https://github.com/apache/camel/pull/12241 # 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) # Trac

Re: [PR] CAMEL-20152: camel-jetty - Allow to configure the multipart [camel]

2023-11-28 Thread via GitHub
davsclaus commented on code in PR #12240: URL: https://github.com/apache/camel/pull/12240#discussion_r1407888757 ## components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java: ## @@ -1142,15 +1194,20 @@ protected CamelServlet createServl

Re: [PR] camel-jbang - Add --output option to debug command. [camel]

2023-11-28 Thread via GitHub
davsclaus merged PR #12241: URL: https://github.com/apache/camel/pull/12241 -- 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.ap

(camel) branch main updated: camel-jbang - Add --output option to debug command. (#12241)

2023-11-28 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 c919f78e778 camel-jbang - Add --output option to d

(camel) branch tm4 deleted (was f3023e711e5)

2023-11-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch tm4 in repository https://gitbox.apache.org/repos/asf/camel.git was f3023e711e5 camel-jbang - Add --output option to debug command. The revisions that were on this branch are still conta

(camel) branch regen_bot updated (b67d26f1d77 -> c919f78e778)

2023-11-28 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 b67d26f1d77 Regen add c919f78e778 camel-jbang - Add --output option to debug command. (#12241) No new rev

Re: [PR] CAMEL-20152: camel-jetty - Allow to configure the multipart [camel]

2023-11-28 Thread via GitHub
essobedo commented on code in PR #12240: URL: https://github.com/apache/camel/pull/12240#discussion_r1408032062 ## components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java: ## @@ -1142,15 +1194,20 @@ protected CamelServlet createServle

[PR] [Backport 2.1.x] Fix(core): Openshift securityContext on global operator [camel-k]

2023-11-28 Thread via GitHub
gansheer opened a new pull request, #4937: URL: https://github.com/apache/camel-k/pull/4937 Backport fix https://github.com/apache/camel-k/pull/4932 **Release Note** ```release-note NONE ``` -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] CAMEL-20152: camel-jetty - Allow to configure the multipart [camel]

2023-11-28 Thread via GitHub
essobedo commented on code in PR #12240: URL: https://github.com/apache/camel/pull/12240#discussion_r1408037181 ## components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java: ## @@ -1016,6 +1028,46 @@ public void setSendServerVersion(boo

Re: [PR] [Backport 2.1.x] Fix(core): Openshift securityContext on global operator [camel-k]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #4937: URL: https://github.com/apache/camel-k/pull/4937#issuecomment-1830329376 :camel: **Thank you for contributing!** Code Coverage Report :heavy_check_mark: - Coverage unchanged. -- This is an automated message from the Apache Git Service. To r

Re: [PR] Bump redis.clients:jedis from 4.4.3 to 5.1.0 [camel]

2023-11-28 Thread via GitHub
oscerd merged PR #12237: URL: https://github.com/apache/camel/pull/12237 -- 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.apach

(camel) branch main updated: Bump redis.clients:jedis from 4.4.3 to 5.1.0 (#12237)

2023-11-28 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 f0d0fe0cf08 Bump redis.clients:jedis from 4.4.3 t

(camel) branch dependabot/maven/redis.clients-jedis-5.1.0 deleted (was 6676036dcbc)

2023-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/redis.clients-jedis-5.1.0 in repository https://gitbox.apache.org/repos/asf/camel.git was 6676036dcbc Bump redis.clients:jedis from 4.4.3 to 5.1.0 The revisions that we

(camel) branch regen_bot updated (c919f78e778 -> f0d0fe0cf08)

2023-11-28 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 c919f78e778 camel-jbang - Add --output option to debug command. (#12241) add f0d0fe0cf08 Bump redis.client

(camel) branch dependabot/maven/jetcd-version-0.7.6 updated (8f429846b9d -> e4ab7deba5d)

2023-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jetcd-version-0.7.6 in repository https://gitbox.apache.org/repos/asf/camel.git omit 8f429846b9d Bump jetcd-version from 0.7.5 to 0.7.6 add de4293ef3ee CAMEL-20105:

Re: [PR] CAMEL-20152: camel-jetty - Allow to configure the multipart [camel]

2023-11-28 Thread via GitHub
essobedo commented on PR #12240: URL: https://github.com/apache/camel/pull/12240#issuecomment-1830514755 Due to https://github.com/jetty/jetty.project/issues/10936 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Bump jira-rest-client-api-version from 5.2.6 to 5.2.7 [camel]

2023-11-28 Thread via GitHub
davsclaus merged PR #12235: URL: https://github.com/apache/camel/pull/12235 -- 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.ap

(camel) branch main updated (f0d0fe0cf08 -> c5f60839e4f)

2023-11-28 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 f0d0fe0cf08 Bump redis.clients:jedis from 4.4.3 to 5.1.0 (#12237) add c5f60839e4f Bump jira-rest-client-api-versi

(camel) branch dependabot/maven/jira-rest-client-api-version-5.2.7 deleted (was 4626308d6e0)

2023-11-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch dependabot/maven/jira-rest-client-api-version-5.2.7 in repository https://gitbox.apache.org/repos/asf/camel.git was 4626308d6e0 Bump jira-rest-client-api-version from 5.2.6 to 5.2.7 The

Re: [PR] Bump aws-java-sdk2-version from 2.21.31 to 2.21.32 [camel]

2023-11-28 Thread via GitHub
davsclaus merged PR #12234: URL: https://github.com/apache/camel/pull/12234 -- 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.ap

(camel) branch main updated (c5f60839e4f -> c8cb18d2feb)

2023-11-28 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 c5f60839e4f Bump jira-rest-client-api-version from 5.2.6 to 5.2.7 (#12235) add c8cb18d2feb Bump aws-java-sdk2-ve

(camel) branch dependabot/maven/aws-java-sdk2-version-2.21.32 deleted (was 1536b506310)

2023-11-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch dependabot/maven/aws-java-sdk2-version-2.21.32 in repository https://gitbox.apache.org/repos/asf/camel.git was 1536b506310 Bump aws-java-sdk2-version from 2.21.31 to 2.21.32 The revisio

Re: [PR] CAMEL-20152: camel-jetty - Allow to configure the multipart [camel]

2023-11-28 Thread via GitHub
joakime commented on PR #12240: URL: https://github.com/apache/camel/pull/12240#issuecomment-1830536368 Is Camel using Jetty 12 with the ee10 environment? These changes seem to be for Jetty 11, which is for Servlet 5.0. This API spec behavior, where fileSizeThreshold value of 0

Re: [PR] CAMEL-20152: camel-jetty - Allow to configure the multipart [camel]

2023-11-28 Thread via GitHub
davsclaus commented on PR #12240: URL: https://github.com/apache/camel/pull/12240#issuecomment-1830538311 Yes its Jetty 11 in the source, however we are also working on upgrading to Jetty 12 for the upcoming Camel 4.3 release. But older Camel releases are using Jetty 11 and 9. -- This is

Re: [PR] Bump com.github.eirslett:frontend-maven-plugin from 1.13.4 to 1.14.2 [camel]

2023-11-28 Thread via GitHub
davsclaus commented on PR #12239: URL: https://github.com/apache/camel/pull/12239#issuecomment-1830538660 lets try this one -- 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.

Re: [PR] Bump com.github.eirslett:frontend-maven-plugin from 1.13.4 to 1.14.2 [camel]

2023-11-28 Thread via GitHub
davsclaus merged PR #12239: URL: https://github.com/apache/camel/pull/12239 -- 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.ap

(camel) branch main updated: Bump com.github.eirslett:frontend-maven-plugin from 1.13.4 to 1.14.2 (#12239)

2023-11-28 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 c9f03b35653 Bump com.github.eirslett:frontend-mave

Re: [PR] CAMEL-20152: camel-jetty - Allow to configure the multipart [camel]

2023-11-28 Thread via GitHub
joakime commented on PR #12240: URL: https://github.com/apache/camel/pull/12240#issuecomment-1830539359 Note, Jetty 9 is now at End of Community Support. * https://github.com/jetty/jetty.project/issues/7958 -- This is an automated message from the Apache Git Service. To respond to t

(camel) branch dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.14.2 deleted (was 5abbd279c6a)

2023-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.14.2 in repository https://gitbox.apache.org/repos/asf/camel.git was 5abbd279c6a Bump com.github.eirslett:frontend-maven-plu

(camel) branch regen_bot updated (f0d0fe0cf08 -> c8cb18d2feb)

2023-11-28 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 f0d0fe0cf08 Bump redis.clients:jedis from 4.4.3 to 5.1.0 (#12237) add c5f60839e4f Bump jira-rest-client-api

(camel) branch regen_bot updated (c8cb18d2feb -> c9f03b35653)

2023-11-28 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 c8cb18d2feb Bump aws-java-sdk2-version from 2.21.31 to 2.21.32 (#12234) add c9f03b35653 Bump com.github.eir

Re: [PR] CAMEL-20163: consolidate the code adding or appending entries on the header [camel]

2023-11-28 Thread via GitHub
orpiske merged PR #12236: URL: https://github.com/apache/camel/pull/12236 -- 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.apac

(camel) branch main updated: CAMEL-20163: consolidate the code adding or appending entries on the header (#12236)

2023-11-28 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 c8616d36ac6 CAMEL-20163: consolidate the code adding

(camel) branch regen_bot updated (c9f03b35653 -> c8616d36ac6)

2023-11-28 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 c9f03b35653 Bump com.github.eirslett:frontend-maven-plugin from 1.13.4 to 1.14.2 (#12239) add c8616d36ac6

Re: [PR] CAMEL-20152: camel-jetty - Allow to configure the multipart [camel]

2023-11-28 Thread via GitHub
essobedo commented on PR #12240: URL: https://github.com/apache/camel/pull/12240#issuecomment-1830678866 Please note that even if it is mentioned only in EE 10, it is actually a clarification see https://github.com/jakartaee/servlet/issues/111, for example, in Glassfish, it is how it [has b

[PR] CAMEL-20163: consolidate duplicated charset extract/set code [camel]

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

Re: [PR] CAMEL-20163: consolidate duplicated charset extract/set code [camel]

2023-11-28 Thread via GitHub
github-actions[bot] commented on PR #12242: URL: https://github.com/apache/camel/pull/12242#issuecomment-1830679416 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

(camel) branch main updated: CAMEL-20152: camel-jetty - Allow to configure the multipart (#12240)

2023-11-28 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto 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 41733b2fc5b CAMEL-20152: camel-jetty - Allow to con

<    1   2   3   >