Skip to content

Commit 130208e

Browse files
committed
Fixing version in docs
1 parent 2f467e5 commit 130208e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.java-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The additional property sources are:
5454
An example would be properties from the Spring Cloud Config Server.
5555
See "`<<customizing-bootstrap-property-sources>>`" for how to customize the contents of this property source.
5656

57-
NOTE: Prior to Spring Cloud 2021.0.7 `PropertySourceLocators` (including the ones for Spring Cloud Config) were run during
57+
NOTE: Prior to Spring Cloud 2021.0.8 `PropertySourceLocators` (including the ones for Spring Cloud Config) were run during
5858
the main application context and not in the Bootstrap context. You can force `PropertySourceLocators` to be run during the
5959
Bootstrap context by setting `spring.cloud.config.initialize-on-context-refresh=true` in `bootstrap.[properties | yaml]`.
6060

0 commit comments

Comments
 (0)