From f6c06dcf0179a19306a83c153f5924c342c0b8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 10 Jun 2024 12:03:44 +0200 Subject: [PATCH] Refine training run documentation --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index ef434c2..718d3ba 100644 --- a/README.adoc +++ b/README.adoc @@ -17,6 +17,10 @@ see related documentation depending on the dependencies used: - https://github.com/sdeleuze/spring-lifecycle-smoke-tests/blob/main/boot/flyway/README.adoc[Flyway] - https://github.com/sdeleuze/spring-lifecycle-smoke-tests/blob/main/boot/liquibase/README.adoc[Liquibase] +NOTE: Keep in mind that with CDS, a regular startup lifecycle will be performed during the optimized run, while +checkpoint/restore will resume the lifecyle where it was stopped, without refreshing the configuration unless you use +https://cloud.spring.io/spring-cloud-commons/reference/html/#refresh-scope[Spring Cloud refresh scope]. + == Tests There are two types of tests: unit tests and application tests.