Skip to content

Commit

Permalink
chore: remove examples module (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred authored Apr 26, 2024
1 parent 93f5b58 commit a210d93
Show file tree
Hide file tree
Showing 472 changed files with 33 additions and 1,460,389 deletions.
17 changes: 0 additions & 17 deletions build/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,23 +178,6 @@
<type>test-jar</type>
<version>${version.ai.timefold.solver}</version>
</dependency>
<dependency>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-examples</artifactId>
<version>${version.ai.timefold.solver}</version>
</dependency>
<dependency>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-examples</artifactId>
<version>${version.ai.timefold.solver}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-examples</artifactId>
<type>test-jar</type>
<version>${version.ai.timefold.solver}</version>
</dependency>
<!-- quarkus-integration -->
<dependency>
<groupId>ai.timefold.solver</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,39 @@ public class Lesson {
----
====

.icon:info-circle[role=yellow] Removed the `examples` module
[%collapsible%open]
====
We have finished the process of removing the Swing-based examples.
The legacy examples from the solver codebase have been removed entirely.
You can find better, more modern implementations of many of these use cases in our quickstarts, including:
- `bed-allocation`,
- `conference-scheduling`,
- `employee-scheduling`,
- `facility-location`,
- `flight-crew-scheduling`,
- `food-packaging`,
- `maintenance-scheduling`,
- `meeting-scheduling`,
- `order-picking`,
- `project-job-scheduling`,
- `school-timetabling`,
- `sports-league-scheduling`,
- `task-assigning`,
- `tournament-scheduling`,
- and `vehicle-routing`.
====

.icon:info-circle[role=yellow] Simplified the quickstarts artifact names
[%collapsible%open]
====
We have simplified and renamed all quickstarts `artifactId` names.
For example, the old artifact name `timefold-solver-quarkus-vehicle-routing-quickstart` became `vehicle-routing`.
====

'''
Expand Down
Loading

0 comments on commit a210d93

Please sign in to comment.