yesamer commented on PR #2142: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2142#issuecomment-2472601146
Thank you @AthiraHari77 for your reply. I checked and I noticed that **JITDMNResource.jitdmn(..)** indirectly calls **fromXML()** method via **jitdmnService.evaluateModel()**, so I would consider wrapping that endpoint as well to have a consistent behavior over all endpoints. About the endpoints in `SchemaResource`, I agree that those don't call **fromXML()** method, but I would argue that some exceptions may be thrown during the execution, so it would be nice to have the same Response management. WDTY? :) -- 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]
