tkobayas commented on issue #6273: URL: https://github.com/apache/incubator-kie-drools/issues/6273#issuecomment-2709705833
Hi @dcdh , Looking at the approach https://github.com/apache/incubator-kie-drools/issues/6248 , the application doesn't require the `drools-quarkus` extension, because the extension is designed to statically compile DRLs at built time. Furthermore, the extension interferes with the app's dynamic rule building. Just remove the `drools-quarkus` dependency from pom.xml and you can still use drools as a library inside a quarkus application. Also I recommend to replace `drools-ruleunits-engine` with `drools-engine` if you don't plan to use RuleUnit. -- 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]
