Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-20 Thread via GitHub
squakez merged PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185 -- 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] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
squakez commented on PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#issuecomment-2007343220 > Is it planned to backport to 3.2.x / 3.6.x for backward compatibility ? No. The compatibility will be managed at runtime, ie, 3.2 runtime mechanism will work in its own

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
claudio4j commented on PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#issuecomment-2007326012 This idea in general is good as the description says, so +1. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
claudio4j commented on PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#issuecomment-2007325072 Is it planned to backport to 3.2.x / 3.6.x for backward compatibility ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
squakez commented on PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#issuecomment-2007061958 @lburgazzoli I've addressed the `metadata` properties. As mentioned for the other concern, although it's valid I think it is not relevant to this PR and will have to be solved

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
squakez commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530246858 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -464,7 +465,11 @@ private void

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
squakez commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530239825 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -483,18 +488,32 @@ private void

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
lburgazzoli commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530151099 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -464,7 +465,11 @@ private void

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
squakez commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530145201 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -464,7 +465,11 @@ private void

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
lburgazzoli commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530106530 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -483,18 +488,32 @@ private void

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
squakez commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530093408 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -526,6 +545,18 @@ private void

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
lburgazzoli commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530093304 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -464,7 +465,11 @@ private void

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
squakez commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530092608 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -483,18 +488,32 @@ private void

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
squakez commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530088271 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -464,7 +465,11 @@ private void

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
lburgazzoli commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530073885 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -526,6 +545,18 @@ private void

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
lburgazzoli commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530066641 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -483,18 +488,32 @@ private void

Re: [PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
lburgazzoli commented on code in PR #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185#discussion_r1530064526 ## support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java: ## @@ -464,7 +465,11 @@ private void

[PR] feat(catalog): capabilities properties [camel-k-runtime]

2024-03-19 Thread via GitHub
squakez opened a new pull request, #1185: URL: https://github.com/apache/camel-k-runtime/pull/1185 With this PR we enrich the catalog and let certain runtime aspects to be managed via properties (with something similar to this draft [1]). Together with a work on the operator, we'll