- 07 Mar, 2018 1 commit
-
-
Stephane Nicoll authored
Closes gh-12361
-
- 06 Mar, 2018 9 commits
-
-
Stephane Nicoll authored
* pr/12365: Remove a redundant trailing slash in doc
-
seongwoon.lee authored
Closes gh-12365
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-12365
-
Stephane Nicoll authored
Closes gh-12364
-
Stephane Nicoll authored
-
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
-
Stephane Nicoll authored
-
Madhura Bhave authored
Fixes gh-12354
-
- 05 Mar, 2018 19 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-12350
-
inabajunmr authored
See gh-12350
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-12299
-
Andy Wilkinson authored
Closes gh-12345
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-12344
-
Andy Wilkinson authored
* gh-12342: Fix link to Spring Data JPA in docs
-
Cristian Greco authored
Closes gh-12342
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12325
-
Andy Wilkinson authored
Closes gh-12312
-
Andy Wilkinson authored
* gh-12324: Polish "Improve docs on custom metrics" Improve docs on custom metrics
-
Andy Wilkinson authored
Closes gh-12324
-
Jon Schneider authored
See gh-12324
-
Andy Wilkinson authored
* gh-12337: Remove workaround for JDK-8023130 in RunProcess
-
dreis2211 authored
With JDK 8 being the baseline and JDK 7 not being supported anymore we can get rid of the workaround for a JDK 7 bug in ProcessBuilder.inheritIO on Windows machines. Closes gh-12337
-
Andy Wilkinson authored
See gh-12340
-
- 04 Mar, 2018 1 commit
-
-
Stephane Nicoll authored
Closes gh-12330
-
- 03 Mar, 2018 10 commits
-
-
Andy Wilkinson authored
See gh-12028
-
Andy Wilkinson authored
See gh-12028
-
Andy Wilkinson authored
See gh-12028
-
Andy Wilkinson authored
See gh-12028
-
Andy Wilkinson authored
See gh-12028
-
Andy Wilkinson authored
See gh-12028
-
Stephane Nicoll authored
* pr/12326: Polish contribution Polish
-
Stephane Nicoll authored
Closes gh-12326
-
Johnny Lim authored
See gh-12326
-
Madhura Bhave authored
-