spring-framework/spring-test
Juergen Hoeller b9df7d68d9 Consistent fine-tuning of synchronized and concurrent data structures
In particular, avoiding synchronized Sets and Maps wherever possible (preferring a ConcurrentHashMap even instead of a synchronized Set) and specifying appropriate ConcurrentHashMap initial capacities (even if we end up choosing 16).
2012-12-12 23:46:26 +01:00
..
src Consistent fine-tuning of synchronized and concurrent data structures 2012-12-12 23:46:26 +01:00
.springBeans Support session & request scoped beans in the TCF 2012-10-13 19:50:31 +02:00