-
Notifications
You must be signed in to change notification settings - Fork 100
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
feat: log a warning when CH terminated prematurely #1362
Conversation
core/src/main/java/ai/timefold/solver/core/api/solver/SolverJobBuilder.java
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/api/solver/SolverJobBuilder.java
Outdated
Show resolved
Hide resolved
...va/ai/timefold/solver/core/impl/constructionheuristic/DefaultConstructionHeuristicPhase.java
Outdated
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/impl/phase/custom/DefaultCustomPhase.java
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/impl/phase/AbstractPhase.java
Outdated
Show resolved
Hide resolved
docs/src/modules/ROOT/pages/upgrading-timefold-solver/upgrade-to-latest-version.adoc
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The logic seems solid. I have two primary suggestions:
- Create a new abstract class to reuse logic.
- Add a new upgrade recipe.
docs/src/modules/ROOT/pages/upgrading-timefold-solver/upgrade-to-latest-version.adoc
Outdated
Show resolved
Hide resolved
…bBuilder.java Co-authored-by: Frederico Gonçalves <[email protected]>
core/src/main/java/ai/timefold/solver/core/impl/phase/AbstractPossiblyInitializingPhase.java
Outdated
Show resolved
Hide resolved
core/src/main/java/ai/timefold/solver/core/impl/phase/AbstractPossiblyInitializingPhase.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Quality Gate passedIssues Measures |
No description provided.