Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DecisionModelResourcesProviderGenerator do not support DMN 1.5 for tracing-enabled applications #1740

Open
porcelli opened this issue Jan 6, 2025 · 1 comment · May be fixed by apache/incubator-kie-kogito-runtimes#3823
Assignees
Labels
area:dmn Related to DMN area:engine Related to the runtime engines

Comments

@porcelli
Copy link
Member

porcelli commented Jan 6, 2025

No description provided.

@gitgabrio
Copy link

gitgabrio commented Jan 7, 2025

@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

if (context.getAddonsConfig().useTracing()) {
           setupResourcesVariable(clazz);
       }

that is bugged and completely wrongly implemented, as I explained here

@baldimir @yesamer FYI

@gitgabrio gitgabrio changed the title DecisionModelResourcesProviderGenerator do not support DMN 1.5 DecisionModelResourcesProviderGenerator do not support DMN 1.5 for tracing-enabled applications Jan 7, 2025
@yesamer yesamer added the area:engine Related to the runtime engines label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dmn Related to DMN area:engine Related to the runtime engines
Projects
None yet
4 participants