tkobayas commented on code in PR #6204: URL: https://github.com/apache/incubator-kie-drools/pull/6204#discussion_r1889688277
########## 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: @mariofusco Do you agree with adding these 3 features in the release notes? - Drools Quarkus Extension - DRL on YAML (experimental) - Drools Reliability (experimental) Or do you prefer not to highlight some of the features in the release notes? Also let me know if we have more topics to add in the release notes. ( https://github.com/apache/incubator-kie-drools/releases/tag/10.0.0 help us to recall what we did) -- 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]
