Skip to content
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

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

tkobayas
Copy link
Contributor

@tkobayas tkobayas commented Dec 18, 2024

Issue:

- Remove unused adoc files
- Change kiegroup/drools to apache/incubator-kie-drools
Comment on lines +24 to +32

=== 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.
Copy link
Contributor Author

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)

Copy link
Contributor

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?

Copy link
Contributor

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

Copy link
Contributor Author

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 :)

@tkobayas tkobayas requested a review from mariofusco December 18, 2024 06:33
@tkobayas tkobayas marked this pull request as ready for review December 19, 2024 03:28
@tkobayas
Copy link
Contributor Author

@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.

Copy link
Contributor

@yesamer yesamer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @tkobayas

@tkobayas tkobayas merged commit e05218a into apache:main Dec 19, 2024
2 of 3 checks passed
@tkobayas tkobayas mentioned this pull request Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants