Details
Description
AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck synchronizes on filteredPropertyDescriptorsCache.
filteredPropertyDescriptorsCache is a ConcurrentHashMap, so such synchronization is not necessary.
Removing the lock would improve concurrency.