Skip to content

Commit 4b3c40f

Browse files
committed
Merge branch '2.0.x'
2 parents db1d3fa + 85cffd1 commit 4b3c40f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnProperty.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
* <p>
7676
* This condition cannot be reliably used for matching collection properties. For example,
7777
* in the following configuration, the condition matches if {@code spring.example.values}
78-
* is present in the {@link Environment} but does not match if {@code spring.example.values[0]} is present.
78+
* is present in the {@link Environment} but does not match if
79+
* {@code spring.example.values[0]} is present.
7980
*
8081
* <pre class="code">
8182
* &#064;ConditionalOnProperty(prefix = "spring", name = "example.values")

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<spring-retry.version>1.2.2.RELEASE</spring-retry.version>
167167
<spring-security.version>5.1.0.BUILD-SNAPSHOT</spring-security.version>
168168
<spring-session-bom.version>Apple-SR3</spring-session-bom.version>
169-
<spring-ws.version>3.0.2.RELEASE</spring-ws.version>
169+
<spring-ws.version>3.0.3.RELEASE</spring-ws.version>
170170
<sqlite-jdbc.version>3.23.1</sqlite-jdbc.version>
171171
<statsd-client.version>3.1.0</statsd-client.version>
172172
<sun-mail.version>${javax-mail.version}</sun-mail.version>

0 commit comments

Comments
 (0)