tiagobento commented on code in PR #2228:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2228#discussion_r1556568548


##########
packages/dmn-marshaller/src/schemas/dmn-1_5/Dmn15Spec.ts:
##########
@@ -101,4 +101,4 @@ export const allDmnImportNamespaces = new Set([
   dmn15ns.get("")!,
 ]);
 
-export const KIE_DMN_UNKNOWN_NAMESPACE = "https://kie.org/dmn/unknown";;
+export const KIE_DMN_UNKNOWN_NAMESPACE = "https://kie.apache.org/dmn/unknown";;

Review Comment:
   Users coming from the legacy DMN Editor will be on DMN 1.2, and we migrate 
all models to 1.5 as soon as a change is made to them using the new DMN Editor. 
One of those migrations is exactly changing this namespace.
   
   For the engine, this is ignored, as the extensions we have have no semantics 
for running. See 
https://github.com/apache/incubator-kie-tools/blob/main/packages/dmn-marshaller/src/schemas/kie-1_0/KIE.xsd



-- 
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]

Reply via email to