You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
9 years ago
..
spring-boot-antlib Skip antlib integration tests on -DskipTests 9 years ago
spring-boot-configuration-metadata Next Development Version 9 years ago
spring-boot-configuration-processor Polish 9 years ago
spring-boot-gradle-plugin Merge branch '1.3.x' 9 years ago
spring-boot-loader Reduce JarURLConnection allocations 9 years ago
spring-boot-loader-tools Merge remote-tracking branch 'origin/1.3.x' 9 years ago
spring-boot-maven-plugin Avoid synchronizing on this and use an internal monitor instead 9 years ago
pom.xml Next Development Version 9 years ago