From c866c172ec67b5f47c89ebaa79249e34a3cad7bb Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 22 Sep 2015 01:13:36 -0400 Subject: [PATCH] Polish spring-context-4.2.xsd --- .../context/config/spring-context-4.2.xsd | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.2.xsd b/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.2.xsd index 016a2f3d83..b217afcc73 100644 --- a/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.2.xsd +++ b/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.2.xsd @@ -96,13 +96,13 @@ PropertySources. Note that as of Spring 3.1 the system-properties-mode attribute has been removed in - favor of the more flexible PropertySources mechanism. However, Spring 3.1-based - applications may continue to use the 3.0 (and older) versions of the spring-context - schema in order to preserve system-properties-mode behavior. In this case, the - traditional PropertyPlaceholderConfigurer component will be registered instead of the - new PropertySourcesPlaceholderConfigurer. + favor of the more flexible PropertySources mechanism. However, applications may + continue to use the 3.0 (and older) versions of the spring-context schema in order + to preserve system-properties-mode behavior. In this case, the traditional + PropertyPlaceholderConfigurer component will be registered instead of the newer + PropertySourcesPlaceholderConfigurer. - See ConfigurableEnvironment javadoc for more information on using. + See ConfigurableEnvironment javadoc for more information on usage. ]]> @@ -126,8 +126,8 @@ will cause a traditional PropertyPlaceholderConfigurer to be registered instead of the newer PropertySourcesPlaceholderConfigurer variant. In this case, the Spring Environment and its property sources are not interrogated when resolving placeholders. Users are - encouraged to consider this attribute deprecated, and to take advantage of - Environment/PropertySource mechanisms. See ConfigurableEnvironment javadoc for examples. + encouraged to consider this attribute deprecated, and to take advantage of the + Environment and PropertySource mechanisms. See ConfigurableEnvironment javadoc for examples. "ENVIRONMENT" indicates placeholders should be resolved against the current Environment and against any local properties; "NEVER" indicates placeholders should be resolved only against local properties and never against system properties; @@ -147,7 +147,7 @@ @@ -181,17 +181,16 @@ tag for that purpose. See javadoc for org.springframework.context.annotation.AnnotationConfigApplicationContext for information on code-based alternatives to bootstrapping annotation-driven support. - from XML. ]]> @@ -200,8 +199,9 @@