dcdh commented on issue #6274: URL: https://github.com/apache/incubator-kie-drools/issues/6274#issuecomment-2709791343
@tkobayas thanks for your reply. I am currently migrating an application using the previous approche (loading rules at runtime) by removing this old way and replacing it by using **drools-quarkus** and moving my drl files in main resources to benefit of the native compilation and runtime. My application is split in multi-modules. Because, the entrypoint of my app is not in my module containing my drl files, they will not be picked up by the processor at build time. Maybe the extension should take into account drl present in the module where the extension is declared as a dependency. -- 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]
