- 12 Mar, 2018 2 commits
-
-
igor-suhorukov authored
Closes gh-12422
-
Stephane Nicoll authored
Closes gh-12434
-
- 08 Mar, 2018 4 commits
-
-
Andy Wilkinson authored
Closes gh-12409
-
Andy Wilkinson authored
Uses snapshots of the Dependency Management Plugin causes problems as they are only published to our plugins-snapshot repository which may not be configured in someone's build. See gh-12406
-
Andy Wilkinson authored
See gh-12406
-
Stephane Nicoll authored
Closes gh-12402
-
- 07 Mar, 2018 5 commits
-
-
Andy Wilkinson authored
Closes gh-12386
-
Andy Wilkinson authored
Closes gh-12385
-
Andy Wilkinson authored
Closes gh-12384
-
Andy Wilkinson authored
Closes gh-12383
-
Andy Wilkinson authored
Closes gh-11475
-
- 06 Mar, 2018 2 commits
-
-
Stephane Nicoll authored
See gh-12365
-
Stephane Nicoll authored
This commit fixes a NPE when the static-locations array of `ResourceProperties` has to be expanded as the setter is cleaning the values of the array and is affected by a non-intuitive behaviour of the binder. When the binder needs to set an element of an array and the size of the array isn't large enough, the binder proceeds as follows: * An array of the required size is created * The content of the original array is copied over * The setter of the property is invoked with the new array * The setter of the property is invoked and the returned array is mutated to set the requested value While one would expect the array to contain the requested value when the setter is invoked, this is not the case. Also, the array might contain null values if a value at index 8 should be set and the array has a size of 3. All in all, `ResourceProperties#appendSlashIfNecessary` has to account for `null` and an additional round of cleaning has to happen once binding has completed. Closes gh-12360
-
- 05 Mar, 2018 3 commits
-
-
Madhura Bhave authored
Closes gh-12299
-
Andy Wilkinson authored
See gh-12344
-
Andy Wilkinson authored
Closes gh-12325
-
- 01 Mar, 2018 1 commit
-
-
Stephane Nicoll authored
Closes gh-12297
-
- 28 Feb, 2018 5 commits
-
-
Madhura Bhave authored
Fixes gh-12267
-
Andy Wilkinson authored
Closes gh-11991
-
Andy Wilkinson authored
* gh-11991: Polish "Fix handling of static resource jars with spaces in their paths" Fix handling of static resource jars with spaces in their paths
-
Andy Wilkinson authored
Closes gh-11991
-
Rupert Madden-Abbott authored
See gh-11991
-
- 27 Feb, 2018 7 commits
-
-
Andy Wilkinson authored
Closes gh-12250
-
Andy Wilkinson authored
* gh-12120: Polish "Set host when creating Jetty SSL connector" Set host when creating Jetty SSL connector
-
Andy Wilkinson authored
Closes gh-12120
-
mtrejo authored
See gh-12120
-
Stephane Nicoll authored
Closes gh-12132
-
Phillip Webb authored
-
Phillip Webb authored
-
- 26 Feb, 2018 2 commits
-
-
Madhura Bhave authored
See gh-12213
-
Stephane Nicoll authored
This commit updates all `toLowerCase()` and `toUpperCase` invocations to use the variant that takes a `Locale` to avoid locale-specific side effect. Closes gh-12213
-
- 23 Feb, 2018 3 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12195
-
Andy Wilkinson authored
Closes gh-12171
-
- 20 Feb, 2018 5 commits
-
-
Andy Wilkinson authored
Closes gh-12141
-
Andy Wilkinson authored
Closes gh-12140
-
Andy Wilkinson authored
Closes gh-12139
-
Andy Wilkinson authored
Closes gh-12138
-
Stephane Nicoll authored
This commit makes sure that `@ConfigurationProperties` binding resolves resources properly. In particular, any `ProtocolResolver` registered on the `ApplicationContext` is now honoured. Closes gh-11569
-
- 19 Feb, 2018 1 commit
-
-
Andy Wilkinson authored
Closes gh-12107
-