tkobayas commented on PR #6278: URL: https://github.com/apache/incubator-kie-drools/pull/6278#issuecomment-2720278137
Hi @mariofusco , I have created a draft PR for https://github.com/apache/incubator-kie-drools/pull/6278 Please check if it is an acceptable feature and share any concerns. - Add `drools.asset.dependencies=groupId:artifactId,groupId:artifactId,...` in `application.properties` as depedencies to be scanned for rule assets. (If we scan all dependencies, it will take time). - Such dependencies should be direct dependencies of the quarkus application project. (If we check names of all transitive dependencies, it will take time. But I'm not strongly opinionated) - Of course, such external DRL files themselves are not subject to hot-reload, but `mvn install` for the dependency project triggers the hot-reload in quarkus dev-mode, so I think it's good enough. 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]
