yesamer commented on code in PR #6204: URL: https://github.com/apache/incubator-kie-drools/pull/6204#discussion_r1891268038
########## drools-docs/src/modules/ROOT/pages/release-notes/_release-notes-10.0.adoc: ########## @@ -19,6 +19,14 @@ with the License. You may obtain a copy of the License at == 10.0.0 release notes -=== PLACE_HOLDER +=== Drools Quarkus Extension -PLACE_HOLDER \ No newline at end of file +Quarkus Extension for Drools has been introduced. You can refer link:https://github.com/apache/incubator-kie-drools/blob/main/drools-quarkus-extension/drools-quarkus-quickstart-test/guide.adoc[Drools Quarkus extension Guide] for details. + +=== DRL on YAML + +As an experimental feature, DRL on YAML has been introduced, where you can write DRL in YAML format. You can refer link:https://github.com/apache/incubator-kie-drools/tree/main/drools-drlonyaml-parent[DRL on YAML] for details. + +=== Drools Reliability + +As an experimental feature, Drools Reliability has been introduced, which supports stateful KieSession persistence. You can refer link:https://github.com/apache/incubator-kie-drools/tree/main/drools-reliability[Drools Reliability] for details. Review Comment: Hey @mariofusco @tkobayas! The main change on the DMN side is the support of DMN 1.5 specifications. You can add: === DMN 1.5 support The DMN engine now supports DMN 1.5 specification. You can refer to the OMG official documentation to learn about the introduced features, like: - Import into the Default Namespace - New list replace() function - Alternative image for input Data - New type restriction attribute typeConstraint - Possibility to negate a duration - Possibility to iterate time ranges - Date type to date and time type coercion -- 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]
