gitgabrio commented on code in PR #2207: URL: https://github.com/apache/incubator-kie-tools/pull/2207#discussion_r1537695201
########## packages/dmn-marshaller/tests-data--manual/other/decisionAndInputWithAddition.dmn: ########## @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> Review Comment: @jomarko Scope of the different version folders is to have models showing features specific for that version. IINW that model has nothing specific for DMN 1.5 (beside the tag) Unfortunately, until now we did not enforced a strong classification/organization of models, result being that it is near to impossible to sort out the models based on the version-specific features they demonstrate. From now on, we plan to keep such organization, so that whenever a new DMN version comes out, version-specific models will be stored under correct folder, and will be easier to manage/use them for testing purposes. -- 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]
