Skip to content

Commit

Permalink
docs: update links to use new quickstart structure (TimefoldAI#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Chianelli authored Jun 4, 2024
1 parent afd901b commit 7b83e91
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/src/modules/ROOT/pages/_attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Attributes derived from the maven build, typically versions, are defined in the pom.xml and antora-template.yml.
:quickstarts-clone-url: https://github.com/TimefoldAI/timefold-quickstarts
:quickstarts-archive-url: https://github.com/TimefoldAI/timefold-quickstarts/archive/refs/heads/stable.tar.gz
:hello-world-java-quickstart-url: https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/hello-world
:spring-boot-quickstart-url: https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/technology/java-spring-boot
:quarkus-quickstart-url: https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/use-cases/school-timetabling
:vrp-quickstart-url: https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/use-cases/vehicle-routing
:hello-world-java-quickstart-url: https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/java/hello-world
:spring-boot-quickstart-url: https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/java/spring-boot-integration
:quarkus-quickstart-url: https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/java/school-timetabling
:vrp-quickstart-url: https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/java/vehicle-routing
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $ git clone {quickstarts-clone-url}
+
.. Download an {quickstarts-archive-url}[archive].
. Find the solution in {hello-world-java-quickstart-url}[the `hello-world` directory].
. Find the solution in {hello-world-java-quickstart-url}[the `java` directory].
. Follow the instructions in the README file to run the application.
== Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ git clone {quickstarts-clone-url}
+
or download an {quickstarts-archive-url}[archive].
. Find the solution in {vrp-quickstart-url}[the `use-cases` directory]
. Find the solution in {vrp-quickstart-url}[the `java` directory]
and run it (see its README file).
== Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ git clone {quickstarts-clone-url}
+
or download an {quickstarts-archive-url}[archive].
. Find the solution in {quarkus-quickstart-url}[the `use-cases` directory]
. Find the solution in {quarkus-quickstart-url}[the `java` directory]
and run it (see its README file).
== Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ git clone {quickstarts-clone-url}
+
or download an {quickstarts-archive-url}[archive].
. Find the solution in {spring-boot-quickstart-url}[the `technology` directory]
. Find the solution in {spring-boot-quickstart-url}[the `java` directory]
and run it (see its README file).
== Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ None of these changes are likely to affect you, unless you have chosen to depend
.icon:exclamation-triangle[role=red] Constraint Verifier: Check your tests if you use the planning list variable
[%collapsible%open]
====
In some cases, especially if you've reused our https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/use-cases/food-packaging[Food Packaging quickstart], you may see your tests failing after the upgrade.
In some cases, especially if you've reused our https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/java/food-packaging[Food Packaging quickstart], you may see your tests failing after the upgrade.
This is due to a bug fix in xref:constraints-and-score/score-calculation.adoc#constraintStreams[Constraint Streams], which now currently handles values not present in any list variable.
If your code has a shadow entity whose xref:using-timefold-solver/modeling-planning-problems.adoc#listVariableShadowVariablesInverseRelation[inverse relation shadow variable] is a planning list variable and your test leaves that reference `null`, the constraints will no longer take that shadow entity into account.
Expand Down

0 comments on commit 7b83e91

Please sign in to comment.