Skip to content

Import drools docs (10/10) #4562

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

Merged
merged 82 commits into from
May 8, 2025
Merged

Conversation

tkobayas
Copy link
Contributor

@tkobayas tkobayas commented May 8, 2025

Split PR (10/10) of #4545 , because "Rebase and merge" option is limited to 100 commits.

This PR copies incubator-kie-drools/drools-docs under incubator-kie-docs as drools-docs sub directory

These split PRs will be automatically approved by Toni and Mario.

See https://lists.apache.org/thread/pmdc2vrk1lh3p584fq187c71k82dc4sj for details.

This PR only adds contents under drools-docs directory, so doesn't affect the kogito docs build.

Use "Rebase and merge" when merging.

emmurphy1 and others added 30 commits May 8, 2025 21:10
* BXMSDOC-8455 updated rhdm to rhpam

* replaced rhpam with {PRODUCT_INIT}

* replaced rhpam with {PRODUCT_INIT}

* replaced rhpam with {PRODUCT_INIT}

* BXMSDOC-8455 updated installer section

* BMXISDOC8455 updated installer section

* BXMSDOC-8455 resolved MC

* Updated Patching

* BXMSDOC8455 updated variables

* BXMSDOC-8455-mainupdated decision_central

* BXMSDOC-8455 updated variables

* BXMSDOC-8455 updated variables

* BXMSDOC-8455 resolved MC

* BXMSDOC-8455 bolded PRODUCT

* BXMSDOC-8455 updated with QE comments

* BXMSDOC-8455 updated with QE comments

* BXMSDOC-8455 corrected typo

* BMXSDOC-8455 updated after MC

Co-authored-by: Emily Murphy <[email protected]>
* [DROOLS-7188] Drools 8 docs : OSGi support dropped

* Update drools-docs/src/modules/ROOT/pages/release-notes/index.adoc

Co-authored-by: Matteo Mortari <[email protected]>

Co-authored-by: Matteo Mortari <[email protected]>
…del (#4745)

* [DROOLS-7201] Migration guide : non executable model to executable model

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Matteo Mortari <[email protected]>

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Matteo Mortari <[email protected]>

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Matteo Mortari <[email protected]>

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Matteo Mortari <[email protected]>

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Kalyani Desai <[email protected]>

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Kalyani Desai <[email protected]>

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Kalyani Desai <[email protected]>

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Kalyani Desai <[email protected]>

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Kalyani Desai <[email protected]>

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Kalyani Desai <[email protected]>

Co-authored-by: Matteo Mortari <[email protected]>
Co-authored-by: Kalyani Desai <[email protected]>
…, exec-model fails while non-exec-model allows (#4779)
* [DROOLS-7124] remove use of deprecated JDK SecurityManager

* add release note

* wip

* wip
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…… (#4846)

* [DROOLS-7195] Modify syntax fails when using executable model, works with mvel runtime (nested properties)

* - Dropping 'with' statement support
…… (#4861)

* [DROOLS-7196] Overloaded method resolution is different between mvel and executable model (varargs)
- Java doesn't coerce int to Long (Wrapper class). It's not a varargs issue
- Documented as known difference
- Added KnownExecModelDifferenceTest for this kind of behavior differences

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Kalyani Desai <[email protected]>

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Kalyani Desai <[email protected]>

Co-authored-by: Kalyani Desai <[email protected]>
…L (#4865)

* [DROOLS-7197] Generics work different in executable model than in MVEL
- Cannot resolve the type in exec-model
- Added to KnownExecModelDifferenceTest
- Added docs

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Kalyani Desai <[email protected]>

* Update drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Co-authored-by: Kalyani Desai <[email protected]>

Co-authored-by: Kalyani Desai <[email protected]>
* DROOLS-7263 Align doc removal of URLResource

* typo in markdown formatting fix
… even without explicit drools-model-compiler (#4889)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…… (#4928)

* [DROOLS-7282] Docs : Memory management for events : explain window:time, window:length

* Update drools-docs/src/modules/ROOT/pages/rule-engine/_cep-memory-management-con.adoc

Co-authored-by: Kalyani Desai <[email protected]>

Co-authored-by: Kalyani Desai <[email protected]>
Bumps [convict](https://github.com/mozilla/node-convict) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/mozilla/node-convict/releases)
- [Changelog](https://github.com/mozilla/node-convict/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mozilla/node-convict/commits)

---
updated-dependencies:
- dependency-name: convict
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…… (#4923)

* [DROOLS-7283] fix graphviz unit tests not to fail with unexpected environment

* - code smells, test coverage

* - test coverage

* - code smells
Jenkins CI and others added 27 commits May 8, 2025 21:10
* doc: Tooltip boxes for Rule Unit DSL

* code review feedback
* "instance.dispose();" is incorrect (should be instance.close(). Replacing with try-with-resources as RuleUnitInstance is AutoCloseable.

* improve code as RuleUnitInstance is AutoCloseable.

Co-authored-by: Juhan Aasaru <[email protected]>
* bump to 999-SNAPSHOT

* restore version 9.46.0-SNAPSHOT

* TEMPORARY: adjust pipeline config

* CI - limit generated jobs

* CI: update mvn and jdk in GHA

---------

Co-authored-by: jstastny-cz <[email protected]>
…traditional DRL syntax explanation (#5660)

* [incubator-kie-drools#5659] Update drools documentation : Bring back traditional DRL syntax explanation

* - Remove ruleunit and oopath from traditional syntax chapter
* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Add missing Apache copyright headers.

* Fix test.

* Fix tests.

* Fix tests.

* Fix tests.

* Fix tests.

* Fix tests.

* Fix tests.

* Fix tests.

* Fix tests.
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* removed full-time from example rule name and comments

* removed full-time from example rule name and comments

* Replaced "at least" with "more than" for > tests

* Adjusted text and format of not forall note

* Revert "Adjusted text and format of not forall note"

This reverts commit 1662bfb5cad5aa3338b9ee3ac9875ea5ff2d0b71.

* Change = to == for equality tests
…hen available in classpath (#6054)

- Add drools.metric.micrometer.disabled switch
…6066)

- At the moment, RuleUnit OOPath doesn't support DSL. Removed confusing doc section
* [incubator-kie-drools-6203] Adjust docs for 10.0.0
- Remove unused adoc files
- Change kiegroup/drools to apache/incubator-kie-drools

* Add entries to release notes

* - release note: DMN 1.5
…er (#6225)

* [incubator-kie-drools-6220] Slim down DRL syntax with New Antlr4 Parser
- Introduce DRL10
- WIP

* - a prefix for custom operator

* - drop half constraint
- Disable drools-verifier test for DRL10

* - drop infix doubleAmpersand and doublePipe

* - drop Annotation inside LHS

* - additional test for end token

* - replace agenda-group with ruleflow-group
- adjust unit tests

* - Add warnings for deprecated DRL syntax when used in DRL6

* - release notes and docs

* - gha test DRL10

* Revert "- gha test DRL10"

This reverts commit b7c1b54a35f5218a67cdb90696e4c8d886cacf2f.
@tkobayas tkobayas merged commit 0f3a0df into apache:main May 8, 2025
1 check passed
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.

10 participants