forked from apache/incubator-kie-drools
-
Notifications
You must be signed in to change notification settings - Fork 54
Sync main branch with Apache main branch #121
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ex 0 out of bounds for length 0 (apache#6413) * Fixing index out of bound and Required input not foubd issues * Fixing review comments * Fixing review comments * Adding license header to test dmn files * unit tests * Fixing review comments. adding check to verify source and target classes * removing unused dmn files
…eclared type (apache#6414) * [incubator-kie-drools-6037] exec-model doesn't populate metadata of declared type - WIP : test case only * WIP: class level annotation * field level annotation * Update drools-model/drools-model-codegen/src/main/java/org/drools/model/codegen/execmodel/generator/declaredtype/DescrTypeDefinition.java Co-authored-by: Copilot <[email protected]> * little refactor. Do not add metadata when UnknownKeysInAnnotation --------- Co-authored-by: Copilot <[email protected]>
…signment (apache#6406) * [incubator-kie-issue#2018] fix transitive import * [incubator-kie-issue#2018] fix transitive import * [incubator-kie-issue#2018] fix transitive import * [incubator-kie-issue#2018] fix transitive import test cases * [incubator-kie-issue#2018] fix transitive import test cases * [incubator-kie-issue#2018] wip * [incubator-kie-issues#2018] WIP * [incubator-kie-issues#2018] WIP * Changed dependency key to namespace.name. * Move the test files into DMN test resources jar. * [incubator-kie-issue#2018] wip * [incubator-kie-issue#2018] Fix testcases * [incubator-kie-issue#2018] Fix testcases * [incubator-kie-issue#2018] Code cleanup * [incubator-kie-issue#2018] Code cleanup * [incubator-kie-issue#2018] Test case updates * [incubator-kie-issue#2018] Test case updates * [incubator-kie-issue#2018] Code cleanup * [incubator-kie-issues#2018] Small refactoring --------- Co-authored-by: athira <[email protected]> Co-authored-by: Gabriele-Cardosi <[email protected]> Co-authored-by: Tibor Zimányi <[email protected]>
…d imported Elements (apache#6425) * Bug fix - Decision Services doesn't work with unnamed imported Elements * Code Refactoring and Junits * Unit test for inputQualifiedNamePrefix method * Fixing review comments * Fixing review comments * Change Request --------- Co-authored-by: ChinchuAjith <[email protected]>
…es with inherited decisions (apache#6426) * [incubator-kie-issues#2064] Fixing usage of duplicated Input Data nodes with inherited decisions * [incubator-kie-issues#2064] Missing headers --------- Co-authored-by: Gabriele-Cardosi <[email protected]>
…cutor (apache#6424) * [incubator-kie-issue#2062] code changes for strict/lenient error handling * [incubator-kie-issue#2062] update license header * [incubator-kie-issue#2062] fix review comment --------- Co-authored-by: athira <[email protected]>
…ort name and the inputName is same (apache#6427) * [incubator-kie-issues#2065] WIP - more analysis, refactoring and unit test needed * [incubator-kie-issues#2065] WIP - Split DMNRuntimeImpl with DMNRuntimeUtils. Extend test cases with clashing complex type * [incubator-kie-issues#2065] Refactoring. Extending test coverage * [incubator-kie-issues#2065] Fix as per PR suggestion --------- Co-authored-by: Gabriele-Cardosi <[email protected]>
…ools Build on Semeru JDK 21 (apache#6429) * Upgrading Archunit Maven plugin to 4.0.2 * Added JDK-specific ArchUnit plugin profiles for Java 17 and Java 21. * Added JDK-specific ArchUnit plugin profiles for Java 17 and Java 21. * Fixing review comments
…e' property in Temporal Types (apache#6432) * [incubator-kie-issue#2074] fix compilation error while using value property * [incubator-kie-issue#2074] code cleanup * [incubator-kie-issue#2074] Update testcase * [incubator-kie-issue#2074] Update testcase * [incubator-kie-issue#2074] Update testcase * [incubator-kie-issue#2074] Update testcase --------- Co-authored-by: athira <[email protected]>
This was referenced Aug 26, 2025
|
NOTE - This commit in upstream has conflicts so skipping this for now apache@c72dafa [ Java 21 and Java 17 support |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related PRs:
kiegroup/kogito-apps#80
kiegroup/kogito-runtimes#113
#121
kiegroup/kogito-examples#69
NOTE -
This commit in upstream has conflicts so skipping this for now apache@c72dafa [ Java 21 and Java 17 support
Updates the configuration so the repository builds and runs on both Java 21 and Java 17. ]