From 130208e0aab9a2a75a0c58110f1702e4a2f37535 Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Thu, 4 May 2023 15:29:46 -0400 Subject: [PATCH] Fixing version in docs --- .java-version | 1 + docs/src/main/asciidoc/spring-cloud-commons.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .java-version diff --git a/.java-version b/.java-version new file mode 100644 index 00000000..98d9bcb7 --- /dev/null +++ b/.java-version @@ -0,0 +1 @@ +17 diff --git a/docs/src/main/asciidoc/spring-cloud-commons.adoc b/docs/src/main/asciidoc/spring-cloud-commons.adoc index e26008e8..97fc2423 100644 --- a/docs/src/main/asciidoc/spring-cloud-commons.adoc +++ b/docs/src/main/asciidoc/spring-cloud-commons.adoc @@ -54,7 +54,7 @@ The additional property sources are: An example would be properties from the Spring Cloud Config Server. See "`<>`" for how to customize the contents of this property source. -NOTE: Prior to Spring Cloud 2021.0.7 `PropertySourceLocators` (including the ones for Spring Cloud Config) were run during +NOTE: Prior to Spring Cloud 2021.0.8 `PropertySourceLocators` (including the ones for Spring Cloud Config) were run during the main application context and not in the Bootstrap context. You can force `PropertySourceLocators` to be run during the Bootstrap context by setting `spring.cloud.config.initialize-on-context-refresh=true` in `bootstrap.[properties | yaml]`.