[camel] branch regen_bot updated (422fbb2ff5f -> acbc13f3562)

2023-10-18 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 422fbb2ff5f (chores) camel-core: minor cleanup in the RedeliveryErrorHandler add acbc13f3562 (chores) came

[camel] branch regen_bot updated (50ec2d6a150 -> 422fbb2ff5f)

2023-10-18 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 50ec2d6a150 (chores) camel-core: reduce method size to force inlining add 7978344cc84 (chores) camel-disrup

[I] cxf-soap CxfSoapMtomAwtIT fails with Mandrel 23.1 JDK 21 [camel-quarkus]

2023-10-18 Thread via GitHub
jamesnetherton opened a new issue, #5442: URL: https://github.com/apache/camel-quarkus/issues/5442 ### Bug description /CC @ppalaga. I will disable the test for now. ``` cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"", local:"arg0"). Expected el

[I] groovy-dsl native compilation fails with Mandrel 23.1 JDK 21 [camel-quarkus]

2023-10-18 Thread via GitHub
jamesnetherton opened a new issue, #5441: URL: https://github.com/apache/camel-quarkus/issues/5441 ### Bug description @essobedo not sure if you've seen something similar in `quarkus-groovy` when Mandrel 23.1 + JDK 21 is used? I am going to disable the native profile in the `gr

[camel] branch main updated: (chores) camel-core: remove unnecessary volatile

2023-10-18 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 20a60fd9d19 (chores) camel-core: remove unnecessary

Re: [PR] (chores) camel-core: remove unnecessary volatile [camel]

2023-10-18 Thread via GitHub
orpiske merged PR #11765: URL: https://github.com/apache/camel/pull/11765 -- 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: (chores) camel-core: minor cleanup in the RedeliveryErrorHandler

2023-10-18 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 422fbb2ff5f (chores) camel-core: minor cleanup in th

[camel] branch main updated: (chores) camel-main: cleanup shutdown action check

2023-10-18 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 acbc13f3562 (chores) camel-main: cleanup shutdown ac

Re: [PR] (chores) camel-main: cleanup shutdown action check [camel]

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

Re: [PR] (chores) camel-core: minor cleanup in the RedeliveryErrorHandler [camel]

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

Re: [PR] CAMEL-20010 [camel]

2023-10-18 Thread via GitHub
brunomendola commented on PR #11759: URL: https://github.com/apache/camel/pull/11759#issuecomment-1770121409 > > doInit ensures its only invoked once ... > If I understand it well, if `onInit()` was called only once as it should, the problem would not occur I think @esso

Re: [PR] CAMEL-8306: Add support for wildcards to match on prefix [camel]

2023-10-18 Thread via GitHub
davsclaus commented on PR #11638: URL: https://github.com/apache/camel/pull/11638#issuecomment-1770118516 org.apache.camel.component.undertow.ws.UndertowWsConsumerRouteTest.echo | 10.03s | FAILURE -- | -- | -- org.apache.camel.http.common.CamelServletTest.testDuplicatedServletP

Re: [PR] (chores) camel-core: remove unnecessary volatile [camel]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #11765: URL: https://github.com/apache/camel/pull/11765#issuecomment-1770114925 :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] (chores) camel-core: remove unnecessary volatile [camel]

2023-10-18 Thread via GitHub
orpiske opened a new pull request, #11765: URL: https://github.com/apache/camel/pull/11765 Volatile only guarantees visibility, but not atomicity. This could mislead maintainers into thinking it's thread-safe when it's not. This aligns this variable with the rest of the other member v

[camel] branch regen_bot updated (03369ce25e7 -> 50ec2d6a150)

2023-10-18 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 03369ce25e7 CAMEL-20010 (#11759) add 50ec2d6a150 (chores) camel-core: reduce method size to force inlining

Re: [PR] (chores) camel-main: cleanup shutdown action check [camel]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #11764: URL: https://github.com/apache/camel/pull/11764#issuecomment-1769994199 :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] (chores) camel-main: cleanup shutdown action check [camel]

2023-10-18 Thread via GitHub
orpiske opened a new pull request, #11764: URL: https://github.com/apache/camel/pull/11764 (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] (chores) camel-core: minor cleanup in the RedeliveryErrorHandler [camel]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #11763: URL: https://github.com/apache/camel/pull/11763#issuecomment-1769992619 :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] (chores) camel-core: minor cleanup in the RedeliveryErrorHandler [camel]

2023-10-18 Thread via GitHub
orpiske opened a new pull request, #11763: URL: https://github.com/apache/camel/pull/11763 - Remove unnecessary variables - Use final when possible - Consolidate code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] (chores) camel-disruptor: reduce method size [camel]

2023-10-18 Thread via GitHub
orpiske merged PR #11761: URL: https://github.com/apache/camel/pull/11761 -- 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: (chores) camel-disruptor: reduce method size

2023-10-18 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 7978344cc84 (chores) camel-disruptor: reduce method

Re: [PR] (chores) camel-core: reduce method size to force inlining [camel]

2023-10-18 Thread via GitHub
orpiske commented on PR #11760: URL: https://github.com/apache/camel/pull/11760#issuecomment-1769989176 Looking good on CI. 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 spe

[camel] branch main updated: (chores) camel-core: reduce method size to force inlining

2023-10-18 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 50ec2d6a150 (chores) camel-core: reduce method size

Re: [PR] (chores) camel-core: reduce method size to force inlining [camel]

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

Re: [I] [CI] - Quarkus Main Branch Build Failure [camel-quarkus]

2023-10-18 Thread via GitHub
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-1769881767 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: 6568955162-1274-6fe0898f-1e3a-462f-a399-27

Re: [PR] [Github Actions] Periodic Sync Camel Spring Boot (Camel 4) [camel-spring-boot]

2023-10-18 Thread via GitHub
oscerd closed pull request #976: [Github Actions] Periodic Sync Camel Spring Boot (Camel 4) URL: https://github.com/apache/camel-spring-boot/pull/976 -- 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-kamelets] branch main updated: Updated CHANGELOG.md

2023-10-18 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-kamelets.git The following commit(s) were added to refs/heads/main by this push: new ddc23c1f Updated CHANGELOG.md ddc23c1f i

Re: [PR] CAMEL-8306: Add support for wildcards to match on prefix [camel]

2023-10-18 Thread via GitHub
TUCJVXCB commented on PR #11638: URL: https://github.com/apache/camel/pull/11638#issuecomment-1769794368 > Something is misisng in camel-platform-http I think it would also need this register/unregister. And did you remove some tests by mistake ? The platform-http will use existing HT

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

2023-10-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-2.0.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit e8438b576269f61bb88f444a05f6ddfc071732a0 Author: github-actions[bot] <41898282+github-actions[bot]@users.nor

[camel-k] branch release-2.0.x updated (16cc9e95a -> e8438b576)

2023-10-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch release-2.0.x in repository https://gitbox.apache.org/repos/asf/camel-k.git from 16cc9e95a chore: fixed lint errors. new e9ca4ff40 chore: autogenerated project resource update n

[camel-k] branch release-2.1.x updated: chore: nightly SBOM update

2023-10-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-2.1.x in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/release-2.1.x by this push: new f022a5c43 chore: nightly SBOM

[PR] [Github Actions] Periodic Sync Camel Spring Boot (Camel 4) [camel-spring-boot]

2023-10-18 Thread via GitHub
github-actions[bot] opened a new pull request, #976: URL: https://github.com/apache/camel-spring-boot/pull/976 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-k] 03/03: chore: nightly SBOM update

2023-10-18 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 6461a63d4ce6dac966622fb2a83746dafdc98084 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.gith

[camel-k] 02/03: chore: autogenerated project resource update

2023-10-18 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 12a103200e63ba3a6db1f0c0561db54432abe9d0 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.gith

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

2023-10-18 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 1f68dbe2be1a36e78214ebb26e46932dea85a553 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.gith

[camel-k] branch main updated (dbb79829b -> 6461a63d4)

2023-10-18 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 dbb79829b chore(deps): bump knative.dev/eventing from 0.38.4 to 0.38.5 new 1f68dbe2b chore: changelog automati

Re: [PR] Upgrade Quarkus to 3.5.0 [camel-quarkus]

2023-10-18 Thread via GitHub
jamesnetherton commented on PR #5440: URL: https://github.com/apache/camel-quarkus/pull/5440#issuecomment-1769373297 Looks like the native build container image now defaults to JDK 21: https://github.com/quarkusio/quarkus/commit/568c4394f6c70c497f6194574ea9ee188b6e8fb6 Likely t

Re: [I] Add example for Kafka kamelet consuming with Azure Schema Registry in YAML DSL [camel-kamelets-examples]

2023-10-18 Thread via GitHub
oscerd closed issue #21: Add example for Kafka kamelet consuming with Azure Schema Registry in YAML DSL URL: https://github.com/apache/camel-kamelets-examples/issues/21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Add example for Kafka kamelet consuming with Azure Schema Registry in YAML DSL [camel-kamelets-examples]

2023-10-18 Thread via GitHub
davsclaus commented on issue #21: URL: https://github.com/apache/camel-kamelets-examples/issues/21#issuecomment-1769288076 Do we have the example now and if so we can close this ticket. Feel free to open new tickets for other examples and ideas for things to improve etc. -- This

Re: [I] Add support for salesforce grpc pubsub api [camel-kamelets]

2023-10-18 Thread via GitHub
jsight commented on issue #1546: URL: https://github.com/apache/camel-kamelets/issues/1546#issuecomment-1769225052 It would make a huge difference in usability if persistence were possible, especially across clusters. -- This is an automated message from the Apache Git Service. To respon

[camel] branch regen_bot_3x updated (bc61bc87ee5 -> 59db808ce9e)

2023-10-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot_3x in repository https://gitbox.apache.org/repos/asf/camel.git from bc61bc87ee5 CAMEL-19996 avoid NPE when handling exception without coordinator (#11733) add 59db808ce9e

[camel-karavan] branch main updated: Fix #942

2023-10-18 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 53e30a09 Fix #942 53e30a09 is described below

Re: [I] Designer should correctly show element header in red if required fields are not filled [camel-karavan]

2023-10-18 Thread via GitHub
mgubaidullin closed issue #942: Designer should correctly show element header in red if required fields are not filled URL: https://github.com/apache/camel-karavan/issues/942 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[camel] branch regen_bot updated (6a098df5bb1 -> 03369ce25e7)

2023-10-18 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 6a098df5bb1 CAMEL-2: camel-flatpack DataSetList iterator iterates only once. Thanks to Zeljko Tesic for tes

[camel] branch regen_bot_40x updated (13c7ed82ff2 -> 03369ce25e7)

2023-10-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot_40x in repository https://gitbox.apache.org/repos/asf/camel.git from 13c7ed82ff2 Polished add 6a098df5bb1 CAMEL-2: camel-flatpack DataSetList iterator iterates only on

Re: [PR] CAMEL-20010 [camel]

2023-10-18 Thread via GitHub
essobedo commented on PR #11759: URL: https://github.com/apache/camel/pull/11759#issuecomment-1768781999 > doInit ensures its only invoked once So why do we get what is described in the ticket? I quote: > JdbcMessageIdRepository is designed to replace the CAMEL_MESSAGEPROCESSED

[camel] branch camel-3.20.x updated: CAMEL-20010 (#11759)

2023-10-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.20.x by this push: new dabaf19e1dd CAMEL-20010 (#11759) d

[camel] branch main updated: CAMEL-20010 (#11759)

2023-10-18 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 03369ce25e7 CAMEL-20010 (#11759) 03369ce25e7 is de

[camel] branch camel-3.x updated: CAMEL-20010 (#11759)

2023-10-18 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 59db808ce9e CAMEL-20010 (#11759) 59db808

[camel] branch camel-4.0.x updated: CAMEL-20010 (#11759)

2023-10-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-4.0.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-4.0.x by this push: new e123d321bcd CAMEL-20010 (#11759) e12

Re: [PR] CAMEL-20010 [camel]

2023-10-18 Thread via GitHub
davsclaus merged PR #11759: URL: https://github.com/apache/camel/pull/11759 -- 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 camel-3.21.x updated: CAMEL-20010 (#11759)

2023-10-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.21.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.21.x by this push: new c34b5668d4b CAMEL-20010 (#11759) c

Re: [PR] CAMEL-20010 [camel]

2023-10-18 Thread via GitHub
davsclaus commented on PR #11759: URL: https://github.com/apache/camel/pull/11759#issuecomment-1768772742 doInit ensures its only invoked once -- 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

Re: [PR] CAMEL-20010 [camel]

2023-10-18 Thread via GitHub
essobedo commented on PR #11759: URL: https://github.com/apache/camel/pull/11759#issuecomment-1768755319 I'm wondering if it is normal that the `JdbcMessageIdRepository` is initialized several times which is maybe more the problem to fix, WDYT? -- This is an automated message from the Apa

Re: [PR] cleanups: replaced File#delete with Files#delete [camel]

2023-10-18 Thread via GitHub
essobedo commented on PR #11762: URL: https://github.com/apache/camel/pull/11762#issuecomment-1768743452 Are there any reasons why we should do that? According to the Javadoc, the main interest in using `Files#delete` is for error reporting, to diagnose why a file cannot be deleted but in

Re: [PR] cleanups: replaced File#delete with Files#delete [camel]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #11762: URL: https://github.com/apache/camel/pull/11762#issuecomment-1768701657 :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] cleanups: replaced File#delete with Files#delete [camel]

2023-10-18 Thread via GitHub
LostArtist opened a new pull request, #11762: URL: https://github.com/apache/camel/pull/11762 (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

[camel] branch regen_bot updated (e61d7c00e87 -> 6a098df5bb1)

2023-10-18 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 e61d7c00e87 CAMEL-20013: AdviceWith should have model dumper as optional in case its not on classpath. add

[camel-karavan] branch main updated: fix #941

2023-10-18 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 584298e5 fix #941 584298e5 is described below

Re: [I] Topology in VS Code should no show integrations from camel-jbang export folder [camel-karavan]

2023-10-18 Thread via GitHub
mgubaidullin closed issue #941: Topology in VS Code should no show integrations from camel-jbang export folder URL: https://github.com/apache/camel-karavan/issues/941 -- 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] (chores) camel-disruptor: reduce method size [camel]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #11761: URL: https://github.com/apache/camel/pull/11761#issuecomment-1768625269 :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] (chores) camel-disruptor: reduce method size [camel]

2023-10-18 Thread via GitHub
orpiske opened a new pull request, #11761: URL: https://github.com/apache/camel/pull/11761 This should help profilers to provide better reports and help JVM to inline methods when possible -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[camel] branch main updated: CAMEL-20000: camel-flatpack DataSetList iterator iterates only once. Thanks to Zeljko Tesic for test case.

2023-10-18 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 6a098df5bb1 CAMEL-2: camel-flatpack DataSetLis

[camel] branch regen_bot updated (90c76c8b4b0 -> e61d7c00e87)

2023-10-18 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 90c76c8b4b0 Bean cache (#11758) add e61d7c00e87 CAMEL-20013: AdviceWith should have model dumper as option

[camel] branch regen_bot_40x updated (330cbfc42d3 -> 13c7ed82ff2)

2023-10-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot_40x in repository https://gitbox.apache.org/repos/asf/camel.git from 330cbfc42d3 Update known camel releases add 49f93bed5d2 Upgrade AWS SDK v2 to version 2.21.2 (#11748)

[PR] Upgrade Quarkus to 3.5.0 [camel-quarkus]

2023-10-18 Thread via GitHub
jamesnetherton opened a new pull request, #5440: URL: https://github.com/apache/camel-quarkus/pull/5440 (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 unsu

[camel] branch main updated: Polished

2023-10-18 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 13c7ed82ff2 Polished 13c7ed82ff2 is described belo

[camel] branch camel-4.0.x updated: CAMEL-20013: AdviceWith should have model dumper as optional in case its not on classpath.

2023-10-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-4.0.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-4.0.x by this push: new 1426f0e6021 CAMEL-20013: AdviceWith

[camel] branch main updated: CAMEL-20013: AdviceWith should have model dumper as optional in case its not on classpath.

2023-10-18 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 e61d7c00e87 CAMEL-20013: AdviceWith should have mo

Re: [PR] (chores) camel-core: reduce method size to force inlining [camel]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #11760: URL: https://github.com/apache/camel/pull/11760#issuecomment-1768567978 :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] (chores) camel-core: reduce method size to force inlining [camel]

2023-10-18 Thread via GitHub
orpiske opened a new pull request, #11760: URL: https://github.com/apache/camel/pull/11760 Reduce the size of a few hot methods, so that they byte code size is smaller than 325 bytes, to increase the chance that the JVM will inline them when possible. -- This is an automated message from

Re: [I] Component icons in topology view too big [camel-karavan]

2023-10-18 Thread via GitHub
mgubaidullin closed issue #940: Component icons in topology view too big URL: https://github.com/apache/camel-karavan/issues/940 -- 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] feat(blog): Camel K version 2.1.0 [camel-website]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #1076: URL: https://github.com/apache/camel-website/pull/1076#issuecomment-1768515681 🚀 Preview is available at https://pr-1076--camel.netlify.app -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] feat(blog): Camel K version 2.1.0 [camel-website]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #1076: URL: https://github.com/apache/camel-website/pull/1076#issuecomment-1768512239 🚀 Preview is available at https://pr-1076--camel.netlify.app -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] CAMEL-20010 [camel]

2023-10-18 Thread via GitHub
essobedo commented on code in PR #11759: URL: https://github.com/apache/camel/pull/11759#discussion_r1363924922 ## components/camel-sql/src/main/java/org/apache/camel/processor/idempotent/jdbc/JdbcMessageIdRepository.java: ## @@ -65,12 +75,12 @@ protected void doInit() throws Ex

Re: [I] Add support for salesforce grpc pubsub api [camel-kamelets]

2023-10-18 Thread via GitHub
oscerd commented on issue #1546: URL: https://github.com/apache/camel-kamelets/issues/1546#issuecomment-1768484394 In a Kamelet is not persisted, but we could think about a possible solution. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[camel-website-pub] branch asf-site updated (d324a9ccf0 -> 1b828090cd)

2023-10-18 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/camel-website-pub.git discard d324a9ccf0 Website updated to 63d9929b6c4bbcddbfc2d8e70c864700aebc183d discard 147f3f146d Website

Error while running github feature from .asf.yaml in camel-website-pub!

2023-10-18 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to allow at least one merge strategy. (no_merge_method)", "resource": "Repository", "field": "merge_commit_allowed", "code": "invalid"}], "documentation_ur

[camel] branch regen_bot updated (cc4b5f7dc1f -> 90c76c8b4b0)

2023-10-18 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 cc4b5f7dc1f CAMEL-20006 - Upgrade Google Cloud Functions BOM to version 2.30.0 (#11755) add c6b27fc2966 Fi

Re: [PR] CAMEL-20010 [camel]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #11759: URL: https://github.com/apache/camel/pull/11759#issuecomment-1768462881 :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] CAMEL-20010 [camel]

2023-10-18 Thread via GitHub
brunomendola opened a new pull request, #11759: URL: https://github.com/apache/camel/pull/11759 # Description Preserve default queries in `JdbcMessageIdRepository` to avoid replacing the table name more than once. Solves CAMEL-20010. # Target - [x] I checked that

Re: [PR] 20008 xml tokenizer expected bodies check [camel]

2023-10-18 Thread via GitHub
apupier commented on PR #11756: URL: https://github.com/apache/camel/pull/11756#issuecomment-1768457734 ok, Eclipse IDE test runner was friendlier with dependencyManagement declared with test scope than Maven. I updated the branch. -- This is an automated message from the Apache Git Servi

[camel-k] branch dependabot/go_modules/github.com/prometheus/common-0.45.0 created (now 32974ee46)

2023-10-18 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/common-0.45.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git at 32974ee46 chore(deps): bump github.com/prometheus/common from

[PR] chore(deps): bump github.com/prometheus/common from 0.44.0 to 0.45.0 [camel-k]

2023-10-18 Thread via GitHub
dependabot[bot] opened a new pull request, #4835: URL: https://github.com/apache/camel-k/pull/4835 Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.44.0 to 0.45.0. Release notes Sourced from https://github.com/prometheus/common/releases";>github.com

[camel-k] branch dependabot/go_modules/knative.dev/eventing-0.38.5 deleted (was 5dea0611f)

2023-10-18 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch dependabot/go_modules/knative.dev/eventing-0.38.5 in repository https://gitbox.apache.org/repos/asf/camel-k.git was 5dea0611f chore(deps): bump knative.dev/eventing from 0.38.4 to 0.38.

[camel-k] branch main updated: chore(deps): bump knative.dev/eventing from 0.38.4 to 0.38.5

2023-10-18 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 The following commit(s) were added to refs/heads/main by this push: new dbb79829b chore(deps): bump knative.dev/eventin

Re: [PR] chore(deps): bump knative.dev/eventing from 0.38.4 to 0.38.5 [camel-k]

2023-10-18 Thread via GitHub
squakez merged PR #4834: URL: https://github.com/apache/camel-k/pull/4834 -- 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 bean-cache deleted (was 45360b3054d)

2023-10-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch bean-cache in repository https://gitbox.apache.org/repos/asf/camel.git was 45360b3054d CAMEL-1: camel-bean - Allow to configure bean introspection cache on component The revisions t

[camel] branch main updated: Bean cache (#11758)

2023-10-18 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 90c76c8b4b0 Bean cache (#11758) 90c76c8b4b0 is des

Re: [PR] Bean cache [camel]

2023-10-18 Thread via GitHub
davsclaus merged PR #11758: URL: https://github.com/apache/camel/pull/11758 -- 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

Re: [I] Add support for salesforce grpc pubsub api [camel-kamelets]

2023-10-18 Thread via GitHub
jsight commented on issue #1546: URL: https://github.com/apache/camel-kamelets/issues/1546#issuecomment-1768407918 @oscerd How is it persisted? -- 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 th

Re: [PR] feat(blog): Camel K version 2.1.0 [camel-website]

2023-10-18 Thread via GitHub
davsclaus commented on PR #1076: URL: https://github.com/apache/camel-website/pull/1076#issuecomment-1768397783 Nice to see soo much progress since 2.0 release -- 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

[camel-website] branch main updated: Blog with camel-jbang videos (#1077)

2023-10-18 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-website.git The following commit(s) were added to refs/heads/main by this push: new d4d47233 Blog with camel-jbang videos (#10

[camel-website] branch jb deleted (was 9768ce8f)

2023-10-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch jb in repository https://gitbox.apache.org/repos/asf/camel-website.git was 9768ce8f Blog with camel-jbang videos The revisions that were on this branch are still contained in other refer

Re: [PR] Blog with camel-jbang videos [camel-website]

2023-10-18 Thread via GitHub
davsclaus merged PR #1077: URL: https://github.com/apache/camel-website/pull/1077 -- 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...@ca

Re: [PR] Blog with camel-jbang videos [camel-website]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #1077: URL: https://github.com/apache/camel-website/pull/1077#issuecomment-1768395524 🚀 Preview is available at https://pr-1077--camel.netlify.app -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] Fix link for building page on readme [camel]

2023-10-18 Thread via GitHub
davsclaus merged PR #11757: URL: https://github.com/apache/camel/pull/11757 -- 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: Fix link for building page on readme (#11757)

2023-10-18 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 c6b27fc2966 Fix link for building page on readme (

Re: [PR] added the missing description and updated the order of items. [camel-examples]

2023-10-18 Thread via GitHub
rafamqrs commented on PR #130: URL: https://github.com/apache/camel-examples/pull/130#issuecomment-1768393303 @oscerd I gonna add the missing description in the related POM. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] Bean cache [camel]

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

  1   2   3   >