- 01 Jul, 2016 40 commits
-
-
Andy Wilkinson authored
Closes gh-6292
-
Andy Wilkinson authored
Closes gh-6291
-
Andy Wilkinson authored
Closes gh-6290
-
Andy Wilkinson authored
Closes gh-6289
-
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
-