Re: [PR] CAMEL-16557: add a free form key value map on components, dataformats, languages, etc [camel]

2024-03-11 Thread via GitHub
lburgazzoli merged PR #13423: URL: https://github.com/apache/camel/pull/13423 -- 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:

Re: [PR] CAMEL-16557: add a free form key value map on components, dataformats, languages, etc [camel]

2024-03-11 Thread via GitHub
lburgazzoli commented on PR #13423: URL: https://github.com/apache/camel/pull/13423#issuecomment-1987845507 ok, `autoscaling=true` has been removed. I guess we can use the protocol as initial way ot infer the autoscaling capabilities and then add specific annotation for special components

Re: [PR] CAMEL-16557: add a free form key value map on components, dataformats, languages, etc [camel]

2024-03-09 Thread via GitHub
davsclaus commented on PR #13423: URL: https://github.com/apache/camel/pull/13423#issuecomment-1986878698 Did you really put ``` @Metadata(annotations = { "autoscaling=true", }) ``` in all the components ? I think CK should just infer that it can

Re: [PR] CAMEL-16557: add a free form key value map on components, dataformats, languages, etc [camel]

2024-03-09 Thread via GitHub
lburgazzoli commented on PR #13423: URL: https://github.com/apache/camel/pull/13423#issuecomment-1986875248 > A bit more is still there > > "metadata": { "camel.apache.org/routes.language": "kotlin" }, done, hopefully -- This is an automated message from the Apache Git

Re: [PR] CAMEL-16557: add a free form key value map on components, dataformats, languages, etc [camel]

2024-03-09 Thread via GitHub
davsclaus commented on PR #13423: URL: https://github.com/apache/camel/pull/13423#issuecomment-1986869425 A bit more is still there "metadata": { "camel.apache.org\/routes.language": "kotlin" }, -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] CAMEL-16557: add a free form key value map on components, dataformats, languages, etc [camel]

2024-03-09 Thread via GitHub
lburgazzoli commented on PR #13423: URL: https://github.com/apache/camel/pull/13423#issuecomment-1986867831 @davsclaus, I've removed the `org.apache.camel` prefix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] CAMEL-16557: add a free form key value map on components, dataformats, languages, etc [camel]

2024-03-08 Thread via GitHub
lburgazzoli commented on PR #13423: URL: https://github.com/apache/camel/pull/13423#issuecomment-1986779728 > I dont think we need to have org.apache.camel as prefix for protocol, autoscaling etc. At this stage it was a port 1-1 of what exists in camel-k where the

Re: [PR] CAMEL-16557: add a free form key value map on components, dataformats, languages, etc [camel]

2024-03-08 Thread via GitHub
davsclaus commented on PR #13423: URL: https://github.com/apache/camel/pull/13423#issuecomment-1986775337 I dont think we need to have org.apache.camel as prefix for protocol, autoscaling etc. Also is there anything that is autoscaling = false. It seems its just everything that is true

Re: [PR] CAMEL-16557: add a free form key value map on components, dataformats, languages, etc [camel]

2024-03-08 Thread via GitHub
lburgazzoli commented on PR #13423: URL: https://github.com/apache/camel/pull/13423#issuecomment-1986084665 @davsclaus here a quick POC about addin arbitrary annotations to the catalog entries -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] CAMEL-16557: add a free form key value map on components, dataformats, languages, etc [camel]

2024-03-08 Thread via GitHub
github-actions[bot] commented on PR #13423: URL: https://github.com/apache/camel/pull/13423#issuecomment-1986083278 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] CAMEL-16557: add a free form key value map on components, dataformats, languages, etc [camel]

2024-03-08 Thread via GitHub
lburgazzoli opened a new pull request, #13423: URL: https://github.com/apache/camel/pull/13423 # 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) #