Files
spring-cloud-commons/spring-cloud-context
Dave Syer aaa7288bae Synchronize access to the ObjectFactory in GenericScope
Otherwise multiple instances of a scoped target can be created
if several threads need one at the same time. This isn't always
going to be a problem, but it breaks the singleton semantics, and
might lead to surprising results and/or performance issues if bean
creation is expensive.
2015-12-21 15:45:31 +00:00
..
2015-12-18 15:52:36 +00:00

Spring Cloud Context

Utilities and special services for the ApplicationContext of a Spring Cloud application (bootstrap context, encryption, refresh scope and environment endpoints).