- 01 Jul, 2016 36 commits
-
-
Andy Wilkinson authored
Closes gh-6288
-
Andy Wilkinson authored
Closes gh-6287
-
Andy Wilkinson authored
Closes gh-6286
-
Andy Wilkinson authored
Closes gh-6285
-
Andy Wilkinson authored
Closes gh-6284
-
Andy Wilkinson authored
Closes gh-6283
-
Andy Wilkinson authored
Closes gh-6282
-
Andy Wilkinson authored
Closes gh-6281
-
Andy Wilkinson authored
Closes gh-6280
-
Andy Wilkinson authored
Closes gh-6279
-
Andy Wilkinson authored
Closes gh-6278
-
Andy Wilkinson authored
Closes gh-6277
-
Stephane Nicoll authored
* pr/6304: Remove duplicate property reference
-
Johnny Lim authored
Closes gh-6304
-
Andy Wilkinson authored
See gh-6261
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-6275
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6276
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6276
-
Andy Wilkinson authored
Closes gh-6274
-
Andy Wilkinson authored
Closes gh-6273
-
Andy Wilkinson authored
Closes gh-6271
-
Andy Wilkinson authored
Closes gh-6270
-
Andy Wilkinson authored
Closes gh-6269
-
Andy Wilkinson authored
Closes gh-6268
-
Andy Wilkinson authored
Closes gh-6267
-
Andy Wilkinson authored
Closes gh-6266
-
Andy Wilkinson authored
Closes gh-6265
-
Andy Wilkinson authored
* gh-6241: Add an accessor for webEnvironment to SpringApplication
-
Matt Benson authored
Closes gh-6241
-
Andy Wilkinson authored
Where possible, code that previously synchronized on this (or on the class in the case of static methods) has been updated to use an internal monitor object instead. This allows the locking model that's employed to be an implementation detail rather than part of the class's API. Classes that override a synchronized method continue to declare the overriding method as synchronized. This ensures that locking is consistent across the superclass and its subclass. Closes gh-6262
-
Stephane Nicoll authored
Closes gh-6263
-
Phillip Webb authored
Update AuditEventRepository to restore support for `null` arguments and explicitly Javadoc their meaning. See gh-5854
-
Phillip Webb authored
-
- 30 Jun, 2016 4 commits
-
-
Andy Wilkinson authored
Closes gh-6257
-
Andy Wilkinson authored
Closes gh-6253
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, Log4J2LoggingSystem used ResourceUtils.isFileURL(URL) to check that the URL of the configuration was suitable for accessing as a File. Unfortunately, this fails when the URL’s protocol is vfs or vfsfile as both return true and then fail when the URL is subsequently passed into ResourceUtils.getFile(URL). This commit switches to checking that the URL’s protocol is file, the only protocol that will allow getFile(URL) to succeed. Closes gh-6246
-