gitgabrio opened a new issue, #1825: URL: https://github.com/apache/incubator-kie-issues/issues/1825
The `org.kie.dmn.runtime.typecheck` property is used to enable type and constraint check during model validation and execution. Currently, it seems ignored for both Springboot and Quarkus applications. DMNKogito.createGenericDMNRuntime invoke System.getProperty(RuntimeTypeCheckOption.PROPERTY_NAME, "false") but, during debug, the property is null, even if written in the application.properties file -- 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]
