[kie-issues#6881]: Support included decision services in scesim - #6900
Open
dschulten wants to merge 1 commit into
Open
[kie-issues#6881]: Support included decision services in scesim#6900dschulten wants to merge 1 commit into
dschulten wants to merge 1 commit into
Conversation
dschulten
force-pushed
the
Fix_#6881-fails-to-invoke-included-decision-service
branch
from
August 15, 2026 08:57
a273bfc to
04f7350
Compare
dschulten
force-pushed
the
Fix_#6881-fails-to-invoke-included-decision-service
branch
from
August 18, 2026 05:45
04f7350 to
a837faf
Compare
Author
|
@yesamer added the missing license headers to the new .dmn and .scesim files |
yesamer
self-requested a review
August 18, 2026 08:58
Member
|
@dschulten Hi, builds are failing. Can you please check the logs? https://github.com/apache/incubator-kie/commit/a837fafad82530ccb523ebf620a1ab8d11791323/checks/96345085708/logs |
Author
I've seen it, will try to find the time |
Member
|
@dschulten No need to rush, your contribution is very appreciated. Thanks! |
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
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.
Ports
Issue:
Referenced Pull Requests: (please edit the URLs of referenced pull requests if they exist)
How to replicate the CI locally
The CI does "simple" maven build(s). All commands can be run from the repository root.
Quick build of just your changed modules and their dependents (mirrors what CI does on a PR):
To compute
<upstream-modules>and<affected-modules>automatically (requires JBang):jbang script/ci/CiComputeBuildScopes.java \ <changed-files.txt> \ <upstream-modules.txt> \ <affected-modules.txt> \ <changed-modules.txt>Full build (equivalent to what runs on every push to
main):-Dfulladditionally builds the distribution modules and generates Javadoc JARs.Useful flags:
-Dquickly-DskipTests-DskipITs-Denforcer.skip=true-Dcheckstyle.skip=true-Dformatter.skip=true-Darchunit.skip=trueHow to retest this PR or trigger a specific build
org.drools.scenariosimulation.integrationtest.TestScenarioTestwith Maven. It now runs the new src/test/resources/importedDMNDecisionService/Using Imported Decision Service.scesim, which executes a decision service from an included model.git commit --allow-empty -m "re-trigger CI").