- 06 May, 2020 2 commits
-
-
dreis2211 authored
See gh-21259
-
Madhura Bhave authored
Closes gh-21292
-
- 05 May, 2020 13 commits
-
-
Madhura Bhave authored
Closes gh-21323
-
Madhura Bhave authored
Fixes gh-17001
-
Phillip Webb authored
Upgrade JNA to 5.5.0 and only use the jna-platform dependency. Closes gh-21313
-
Phillip Webb authored
Closes gh-21321
-
Phillip Webb authored
Closes gh-21320
-
Phillip Webb authored
Update `StaticResourceJars` to catch both `IOException` and `InvalidPathException` when checking URLs. Prior to this commit only `IOException` was caught which worked on Java 8 but not Java 11 or above. Fixes gh-21312
-
Phillip Webb authored
Extend wildcard restrictions to the `spring.config.name` property. Also refine exception messages to include the property value. Closes gh-21217
-
Stephane Nicoll authored
* pr/21108: Fix duplicate slashes in URL links Closes gh-21108
-
Katada, Junya authored
See gh-21108
-
Andy Wilkinson authored
Closes gh-21315
-
Andy Wilkinson authored
Closes gh-21314
-
Madhura Bhave authored
* pr/21310: Fix typo for includeLayerTools Closes gh-21310
-
Kyle Hoehns authored
See gh-21310
-
- 04 May, 2020 10 commits
-
-
Andy Wilkinson authored
Fixes gh-21304
-
Andy Wilkinson authored
Fixes gh-21301
-
Stephane Nicoll authored
Closes gh-21261
-
Stephane Nicoll authored
Closes gh-21260
-
Stephane Nicoll authored
Closes gh-21305
-
Stephane Nicoll authored
See gh-21265
-
Stephane Nicoll authored
Closes gh-21262
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-21265
-
Stephane Nicoll authored
Closes gh-21295
-
- 02 May, 2020 2 commits
-
-
Phillip Webb authored
Closes gh-21294
-
Phillip Webb authored
Update `ValueObjectBinder` reattempt conversion if the `@DefaultValue` contains a single element. Prior to this commit, single element conversion relied on the `ArrayToObjectConverter` which isn't always available. Fixes gh-21264
-
- 01 May, 2020 2 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
- 30 Apr, 2020 11 commits
-
-
Phillip Webb authored
Add an `InputStreamSourceToByteArrayConverter` that can be used to convert from an `InputStreamSource` (such as a `Resource`) to a byte array. Closes gh-21285
-
Phillip Webb authored
-
Scott Frederick authored
See gh-21272
-
Madhura Bhave authored
This commit restricts how wildcards can be used in search locations for property files. If a search location contains a pattern, there must be only one '*' and the location should end with a '*/'. For search locations that specify the file name, the pattern should end with '*/<filename>'. The list of files read from wildcard locations are now sorted alphabetically according to the absolute path of the file. Closes gh-21217
-
Andy Wilkinson authored
Closes gh-21272
-
Andy Wilkinson authored
Closes gh-21278
-
Andy Wilkinson authored
Closes gh-21277
-
Andy Wilkinson authored
Closes gh-21276
-
Andy Wilkinson authored
Closes gh-21275
-
Andy Wilkinson authored
Closes gh-21274
-
Andy Wilkinson authored
See gh-20961
-