ppalaga commented on issue #618: Fix #Build time FactoryFinders URL: https://github.com/apache/camel-quarkus/pull/618#issuecomment-575335515 > It would be nice to have some build time properties to control factory files to be included/excluded like: > > ``` > quarkus.camel.factories.discovery.include = **/* > quarkus.camel.factories.discovery.exclude = org/apache/camel/something/*,org/apache/camel/xyz/**/* > ``` I wonder how the set of services defined by the extensions should be composed with these user facing selectors? A. (extension-includes + user-includes) - user-excludes or B. extension-includes + (user-includes - user-excludes) A. seems to make more sense. WDYT?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services