-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove ServiceLoader use from the codebase (#705)
Score Directors are now accessed directly, as we no longer have the need to be able to exclude some of them from the classpath. Joiners for CS are also accessed directly, for the same reason. Enterprise Edition no longer uses ServiceLoader and instead uses reflection. Because of this, core is no longer 3 Maven modules. core, core-impl and constraint-streams modules were all folded into core, which is now a top-level module. All the changes are either file renames to different places and packages, or changes strictly necessary to get rid of ServiceLoader. There are no unrelated changes in this PR.
- Loading branch information
Showing
1,913 changed files
with
2,553 additions
and
3,173 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
...i/timefold/solver/constraint/streams/bavet/BavetConstraintStreamScoreDirectorFactory.java
This file was deleted.
Oops, something went wrong.
84 changes: 0 additions & 84 deletions
84
...old/solver/constraint/streams/bavet/BavetConstraintStreamScoreDirectorFactoryService.java
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...streams/src/main/java/ai/timefold/solver/constraint/streams/bavet/common/TupleSource.java
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
.../src/main/java/ai/timefold/solver/constraint/streams/bavet/common/index/package-info.java
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...solver/constraint/streams/common/AbstractConstraintStreamScoreDirectorFactoryService.java
This file was deleted.
Oops, something went wrong.
72 changes: 0 additions & 72 deletions
72
...eams/src/main/java/ai/timefold/solver/constraint/streams/common/DefaultJoinerService.java
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...META-INF/services/ai.timefold.solver.core.impl.score.director.ScoreDirectorFactoryService
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
.../main/resources/META-INF/services/ai.timefold.solver.core.impl.score.stream.JoinerService
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.