-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[incubator-kie-drools-6203] Adjust docs for 10.0.0 #6204
[incubator-kie-drools-6203] Adjust docs for 10.0.0 #6204
Conversation
- Remove unused adoc files - Change kiegroup/drools to apache/incubator-kie-drools
|
||
=== 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's ok for me. I guess there are also some new DMN related features that we may want to add here, but I don't know the details. Maybe @gitgabrio and @yesamer could help with this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @yesamer , that's a big update! Added on the top :)
@gitgabrio @yesamer @baldimir Let me know if you have anything to add in release notes. Of course, it could be added by another PR after merging this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @tkobayas
Issue:
Adjust docs for 10.0.0 #6203