yesamer commented on code in PR #1888: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/1888#discussion_r1512602099
########## kogito-quarkus-examples/dmn-multiple-models-quarkus-example/README.md: ########## @@ -0,0 +1,171 @@ +# DMN + Quarkus example with multiple models + +## Description + +A simple DMN service to evaluate different models (traffic violation, habitability) with also importing feature (traffic violation). + +Demonstrates DMN on Kogito capabilities, including REST interface code generation. + +## Installing and Running + +### Prerequisites + +You will need: + - Java 11+ installed Review Comment: @gitgabrio not an issue of your PR, I guess we need to update the JDK and maven versions in all examples considering that now the engines are require jdk 17 and maven 3.9.5, right? ########## kogito-quarkus-examples/dmn-multiple-models-quarkus-example/README.md: ########## @@ -0,0 +1,171 @@ +# DMN + Quarkus example with multiple models + +## Description + +A simple DMN service to evaluate different models (traffic violation, habitability) with also importing feature (traffic violation). + +Demonstrates DMN on Kogito capabilities, including REST interface code generation. + +## Installing and Running + +### Prerequisites + +You will need: + - Java 11+ installed Review Comment: @gitgabrio not an issue with your PR, I guess we need to update the JDK and maven versions in all examples considering that now the engines require jdk 17 and maven 3.9.5, right? -- 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]
