Uploaded image for project: 'OptaPlanner'
  1. OptaPlanner
  2. PLANNER-2295

10.0 backwards incompatible changes for next major version (in 2030 or sooner)

    XMLWordPrintable

Details

    • Epic
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None
    • None
    • 10.0 backwards incompatible changes for next major version
    • To Do
    • Undefined
    • NEW
    • NEW

    Description

      List:

      • Move LookUpStrategyType and PlanningId from package "domain.lookup" to package "domain.common"
      • Should Score, SolverStatus, Indictment etc be in a separate "shared jar" with a different package name? (They are the few ones you need in a remote solver use case.)
      • Remove "quarkus." prefix of "quarkus.optaplanner..." application.properties
      • CS from() is deprecated, just remove it.
      • SolverManager<Solution_> (instead of <Solution_, ProblemId_>) but still have SolverJob<Solution_, ProblemId_>. Methods:
        • <ProblemId> SolverJob<Solution_, ProblemId_> solve(ProblemId_ problemId, ...) ...
        • <ProblemId> SolverStatus getSolverStatus(ProblemId_ problemId);
        • <ProblemId> void terminateEarly(ProblemId_ problemId);
      • Create an API JAR separate from the core JAR.
        • CS API should be moved to the CS JAR.
      • Remove DRL.
      • Make CS-D optional, not ship by default.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gdesmet@redhat.com Geoffrey De Smet (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: