kie-issues#2347: 10.3.x+ stream: Move optaplanner to drools preserving Git-history and top-level directory structure - #6762
Merged
Conversation
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.
Closes apache/incubator-kie-issues#2347
This merge combines the optaplanner and drools repositories at the root level, preserving complete Git history from both projects. All optaplanner modules (optaplanner-benchmark, optaplanner-examples, etc.) are now at the top level alongside drools modules (drools-drl, drools-core, etc.).
Added the optaplanner modules in the root pom.xml and created a new optaplanner-parent directory that houses optaplanner's root pom.xml
required PR in kogito-runtimes apache/incubator-kie-kogito-runtimes#4327 as downstream build was failing.
Related PRs: