incubator-kie-drools icon indicating copy to clipboard operation
incubator-kie-drools copied to clipboard

Drools is a rule engine, DMN engine and complex event processing (CEP) engine for Java.

Results 137 incubator-kie-drools issues
Sort by recently updated
recently updated
newest added

The super cache fix work has shown a need to change how we work with certain classes and interfaces. This preliminary work moves a few places to use concrete classes...

**Thank you for submitting this pull request** **NOTE!:** Double check the target branch for this PR. The default is `main` so it will target Drools 8 / Kogito. If this...

Related to * apache/incubator-kie-issues#1123 Part of ensemble: * apache/incubator-kie-drools#5873 * apache/incubator-kie-kogito-runtimes#3487 * apache/incubator-kie-kogito-apps#2040 * apache/incubator-kie-kogito-examples#1911 * apache/incubator-kie-optaplanner#3078 * apache/incubator-kie-tools#2270 Changes * Use latest org.apache:apache parent * Remove repositories and `distributionManagement`...

do-not-merge

Related https://github.com/apache/incubator-kie-issues/issues/958 Ensemble: https://github.com/apache/incubator-kie-drools/pull/5853 https://github.com/apache/incubator-kie-optaplanner/pull/3076/files https://github.com/apache/incubator-kie-kogito-runtimes/pull/3477 https://github.com/apache/incubator-kie-kogito-apps/pull/2039 https://github.com/apache/incubator-kie-kogito-examples/pull/1908 https://github.com/apache/incubator-kie-kogito-images/pull/1760

- Fixes #5872. - Fixes #5803. ### Before PR in `drools-model-codegen` ``` [ERROR] Tests run: 2434, Failures: 74, Errors: 0, Skipped: 9 ``` ### After PR in `drools-model-codegen` ``` [ERROR]...

…t2NotsWithAnd **Issue**: * https://github.com/apache/incubator-kie-drools/issues/5724 ### Before PR in `drools-model-codegen` ``` [ERROR] Tests run: 2434, Failures: 76, Errors: 0, Skipped: 9 ``` ### After PR in `drools-model-codegen` ``` [ERROR] Tests run:...

…4 to replace IDENTIFIER with drlIdentifier **Issue**: * https://github.com/apache/incubator-kie-drools/issues/5784 ### Before PR in `drools-model-codegen` ``` [ERROR] Tests run: 2434, Failures: 74, Errors: 0, Skipped: 9 ``` ### After PR in...

## Parent issue - #5678 ## Failing tests TBD ## Issue While working on https://github.com/apache/incubator-kie-drools/issues/5784 , adapting `drlIdentifier` to `operator_key` and `neg_operator_key` in `DRL6Expressions.g4` seems to have a problem. This...

## Parent issue - #5678 ## Failing tests - `org.drools.model.codegen.execmodel.AccumulateTest` ## Notes Three issues: - Accumulate function not recognized if it has no parameters, e.g. `count()`. - Init - Action...