tkobayas commented on issue #6274: URL: https://github.com/apache/incubator-kie-drools/issues/6274#issuecomment-2723275587
Hi @dcdh I filed https://github.com/apache/incubator-kie-drools/pull/6278 for the enhancement. To pick up DRLs from dependency jars, - Add `drools.asset.dependencies=groupId:artifactId,groupId:artifactId,...` (comma-separated) in `application.properties` as depedencies to be scanned for rule assets. (If we scan all dependencies, it will take time. Also the explicit property helps to avoid picking unexpected DRLs.) - Such dependencies must be direct dependencies of the quarkus application project. (If we check names of all transitive dependencies, it will take time) Does it meet your requirement? Thanks. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
