ppalaga opened a new issue #3302: URL: https://github.com/apache/camel-quarkus/issues/3302
Issues with the current setup: 1. Third party BOMs like Azure or Debezium may import tons of stuff none of our extensions needs 2. Two third party BOMs (e.g. Azure vs. Debezium) may both partly manage some group (e.g. io.dropwizard.metrics) in different versions which may lead to inconsitencies and incompatibilities in our own effective BOM 3. Our own entries in the BOM may become stale (no extension requires them anymore) Perhaps we should have a tool that would be able to check whether the effective BOM is consistent and whether each of the entries is required by at least one of our extensions. We may want to flatten the BOM and remove any unneeded entries. -- 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]
