spring-boot/spring-boot-tools
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
..
spring-boot-antlib Skip antlib integration tests on -DskipTests 2016-06-23 14:29:11 -07:00
spring-boot-configuration-metadata Next Development Version 2016-05-10 05:28:34 +00:00
spring-boot-configuration-processor Polish 2016-06-29 10:44:33 -07:00
spring-boot-gradle-plugin Merge branch '1.3.x' 2016-06-15 20:22:56 +01:00
spring-boot-loader Reduce JarURLConnection allocations 2016-06-26 08:40:25 -07:00
spring-boot-loader-tools Merge remote-tracking branch 'origin/1.3.x' 2016-06-14 09:56:18 +01:00
spring-boot-maven-plugin Avoid synchronizing on this and use an internal monitor instead 2016-07-01 10:44:23 +01:00
pom.xml Next Development Version 2016-05-10 05:28:34 +00:00