Skip to content

Commit b4010c9

Browse files
committed
Updating versions in docs
1 parent 07a2821 commit b4010c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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.8 `PropertySourceLocators` (including the ones for Spring Cloud Config) were run during
57+
NOTE: Prior to Spring Cloud 2022.0.3 `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

@@ -150,7 +150,7 @@ org.springframework.cloud.bootstrap.BootstrapConfiguration=sample.custom.CustomP
150150
----
151151
====
152152

153-
As of Spring Cloud 2021.0.8, Spring Cloud will now call `PropertySourceLocators` twice. The first fetch
153+
As of Spring Cloud 2022.0.3, Spring Cloud will now call `PropertySourceLocators` twice. The first fetch
154154
will retrieve any property sources without any profiles. These property sources will have the opportunity to
155155
activate profiles using `spring.profiles.active`. After the main application context starts `PropertySourceLocators`
156156
will be called a second time, this time with any active profiles allowing `PropertySourceLocators` to locate

0 commit comments

Comments
 (0)