Browse Source

Fixing version in docs

pull/1239/head
Ryan Baxter 1 year ago
parent
commit
130208e0aa
  1. 1
      .java-version
  2. 2
      docs/src/main/asciidoc/spring-cloud-commons.adoc

1
.java-version

@ -0,0 +1 @@ @@ -0,0 +1 @@
17

2
docs/src/main/asciidoc/spring-cloud-commons.adoc

@ -54,7 +54,7 @@ The additional property sources are: @@ -54,7 +54,7 @@ The additional property sources are:
An example would be properties from the Spring Cloud Config Server.
See "`<<customizing-bootstrap-property-sources>>`" 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]`.

Loading…
Cancel
Save