mariofusco opened a new pull request, #6097: URL: https://github.com/apache/incubator-kie-drools/pull/6097
Fixes https://github.com/apache/incubator-kie-drools/issues/6088 and provide an alternative solution to what implemented in https://github.com/apache/incubator-kie-drools/pull/6089. I believe this is a better solution for a twofold reason: 1. The cache is confined in the dtable module and only exists when dtables are actually used. 2. With the other solution the xls -> drl conversion was still performed twice, once for the actual compilation and the other to retrieve the package name, while moving the cache to a lower level allows to effectively compile a dtable only once. -- 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]
