claudio4j opened a new pull request, #4121: URL: https://github.com/apache/camel-k/pull/4121
https://github.com/apache/camel-k/issues/4048 This migration to use camel-quarkus-kubernetes required breaking changes to the master trait, as camel-quarkus-kubernetes requires build time properties. It was not possible to set the build time properties from the master trait in Integration phase as it is managed by the IntegrationController and the build time properties is managed by IntegrationKitController, and the latter one doesn't have the Integration object. So, from an Integration perspective the migration to use this master trait is: Before migration: ``` -t master.resource-name=foobar ``` After migration: ``` --build-property quarkus.camel.cluster.kubernetes.resource-name=foobar ``` The [accompanying camel-k-runtime change to remove the camel-k-master component](https://github.com/apache/camel-k-runtime/pull/982). **Release Note** ```release-note master trait: use build time properties from camel-quarkus-kubernetes (breaking change) ``` -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org