gitgabrio commented on issue #1740: URL: https://github.com/apache/incubator-kie-issues/issues/1740#issuecomment-2575268397
@porcelli FYI, the ticket is poorly described and misleading. The DecisionModelResourcesProviderGenerator actually support DMN 1.5, as shown by all the code and examples we have around 1.5 models. There is just a single method, ´private String extractModelVersion(DMNResource resource)´ that is used on a single and specific case ```java if (context.getAddonsConfig().useTracing()) { setupResourcesVariable(clazz); } ``` that is bugged and completely wrongly implemented, as I explained [here](https://github.com/apache/incubator-kie-kogito-runtimes/pull/3823#issuecomment-2575261505) @baldimir @yesamer FYI -- 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: commits-unsubscr...@kie.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@kie.apache.org For additional commands, e-mail: commits-h...@kie.apache.org