-
Notifications
You must be signed in to change notification settings - Fork 182
Import optaplanner docs #4564
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
Open
Rikkola
wants to merge
1,218
commits into
apache:main
Choose a base branch
from
Rikkola:import-optaplanner-docs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Import optaplanner docs #4564
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
Holding this back as a draft before #4563 is in |
* BXMSDOC-5884b reinstated edits * BXMSDOC-5884 updated with clarifications * BXMSDOC-5884 corrected typo
…UI, but didn't get added anyway
* Change master version to 8.0.0-SNAPSHOT * Copy optaplanner-bom 8.x and introduce optaplanner-build-parent * Fix optaplanner-bom pom's relativePath warning * Embed content of kie-user-bom-parent to avoid littering the bom with repository elements.
* PLANNER-2022 Add JAXB marshalling for SolverConfig * Remove mentions of multiple filterClasses * Update documentation of custom properties * Add a test for variableNameIncludes wrapper * Rename a builder method withFilterClassList The method does not accept a list of classes any more. * PLANNER-2027 Rename AcceptorConfig to LocalSearchAcceptorConfig * Rename the adapter class * Apply the ScoreDirector package change to SolverConfigTest * Centralize MoveSelector element names * Rename TestSolutionPartitioner * Move JAXB adapter to the impl package * Move element names to individual MoveSectorConfigs * Centralize element names of PhaseConfigs
…, Indictment, ConstraintMatchTotal and ConstraintMatch
* PLANNER-2223: Move ide-config into its own module Before, ide-config was stored in a directory, which the formatter plugin needed to reference in order to format the files. This means for child modules one level down from the project root, you need to set format.directory to "../../ide-config", for two levels down: "../../../ide-config". This is error-prone and not developer friendly. To fix this, we move the ide-config into its own maven module, which can be included as a dependency for the formatter plugin, and thus we don't need to set format.directory. Additionally, this allows us to reuse the ide-config in other projects without copying the files. * Add url and description to optaplanner-ide-config
Update nearby distance to new VRP implementation Updated the code Added an explanation
This reverts commit e3978e3.
* Bump SpringBoot version * Bump SpringBoot version
…part of the migration to Apache apache#519 (apache#2949) * kie-issues#519: Replace copyright headers/comments on optaplanner as part of the migration to Apache apache#519 * kie-issues#519: Replace copyright headers/commends fixing tests * kie-issues#519: Replace copyright headers/commends fixing tests
* BXMSDOC-8220 added vaccination scheduler * BMXSDOC-8220 commented out vac scheduler * BMXSDOC-8220 updated after disussion with Geoffrey * BXMSDOC-8220 fixed case in title * BXMSDOC-8220 fixed case in title * BXMSDOC-8220 updated with meeting comments * BXMSDOC-8220 further refined variables * BXMSDOC-8220 removed splitter elements so this can be merged * BXMSDOC-8220 removed you can --------- Co-authored-by: Emily Murphy <[email protected]>
…#3051) * Migrate to OptaPlanner 9 * Upgrade Quarkus to LTS 3.2.9 * Remove Java 11 from GH Actions
* kie-issues#1165 Adding Apache headers to .gitignore files * kie-issues#1165 Adding Apache headers to missing source code files * kie-issues#1165 Adding Apache headers to adoc files * kie-issues#1165 Adding Apache headers to .gitattributes file * kie-issues#1165 Adding Apache headers to yaml files. * kie-issues#1165 Adding Apache headers to drl and ftl template files. * kie-issues#1165 Adding Apache headers to remaining files + additional NOTICE and DISCLAIMER files. * kie-issues#1165 Adding Apache headers to .bat file.
1183fda
to
adef31f
Compare
@tkobayas Was this "This branch cannot be rebased due to conflicts" something you also ran into? |
@Rikkola Yes, github has "Rebase limits" of 100 commits. https://lists.apache.org/thread/pmdc2vrk1lh3p584fq187c71k82dc4sj I had split to multiple PRs last time, but "direct push" would be easier as discussed in the dev ML. |
tkobayas
approved these changes
May 29, 2025
Looks like I need to fix some conflicts. |
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.
Follow up for. Getting Optaplanner in.
#4563
#4545