spring-boot/spring-boot-cli
Andy Wilkinson 92bb24e365 Avoid synchronizing on this and use an internal monitor instead
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
2016-07-01 10:44:23 +01:00
..
samples Polishing 2015-11-18 11:40:19 +00:00
src Avoid synchronizing on this and use an internal monitor instead 2016-07-01 10:44:23 +01:00
test-samples Add value alias for SpringApplicationConfiguration 2015-08-19 17:09:34 +02:00
pom.xml Merge branch '1.3.x' 2016-05-06 16:02:03 +01:00