camunda / dmn-scala

DMN engine written in Scala
Apache License 2.0
34 stars 15 forks source link

Support namespaces of DMN 1.4 and 1.5 #221

Closed saig0 closed 1 year ago

saig0 commented 1 year ago

Is your feature request related to a problem? Please describe.

DMN 1.4 is released and DMN 1.5 will be released soon. We should adopt the new namespaces.

Describe the solution you'd like

Add the following namespaces:

DMN 1.4:

DMN 1.5:

Related issues

saig0 commented 1 year ago

I opened a PR for the DMN model API here: https://github.com/camunda/camunda-bpm-platform/pull/3599. We need to wait until the PR is merged.