gitgabrio commented on PR #3823: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3823#issuecomment-2575261505
@porcelli On deeper analysis, the problem is that the 1. the "extractModelVersion(DMNResource resource)" method should not exists at all, and it is invoked only on a very specific case 2. the implementation is anyway conceptually completely "wrong", and should simply return `resource.getDmnModel().getDefinitions().getTypeLanguage()` (no need of anything else, apparently) @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: [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]
