jomin7 opened a new pull request, #8788:
URL: https://github.com/apache/camel-quarkus/pull/8788
Backport of #8467 to 3.33.x.
- Cherry-pick build infrastructure to enable Maven resource filtering on
quarkus-extension.yaml files, replacing ${camel.version} with the actual Camel
version at build time
- Update the extension scaffolding template
(tooling/create-extension-templates/quarkus-extension.yaml) to include the
integrates block by default
- Regenerate all quarkus-extension.yaml files across extensions,
extensions-core, extensions-jvm, and extensions-support with the new integrates
metadata:
integrates:
- name: "Camel"
artifact: "org.apache.camel:camel-base"
version: "${camel.version}"
This makes the underlying Camel version visible to Quarkus Platform
tooling (BOM generator, registry, dev tools) for version alignment and
compatibility
checks.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]