Craig opened SPR-12106 and commented
AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck synchronizes on filteredPropertyDescriptorsCache.
filteredPropertyDescriptorsCache is a ConcurrentHashMap, so such synchronization is not necessary.
Removing the lock would improve concurrency.
Affects: 4.1 RC2
Issue Links:
Referenced from: commits 8eac870