gitgabrio commented on code in PR #4229:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4229#discussion_r3109142494
##########
drools/kogito-dmn/src/main/java/org/kie/kogito/dmn/DMNKogito.java:
##########
@@ -96,4 +124,57 @@ public static KogitoDMNResult evaluate(DMNRuntime
dmnRuntime, String modelNamesp
return new KogitoDMNResult(modelNamespace, modelName,
evaluationResult.result);
}
+ static Optional<InputStream> getDMNModelStream(String path) {
+ logger.info("getDMNModelStream for {}", path);
Review Comment:
yeah, true... thanks for spotting that!
--
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]