DefaultListableBeanFactory#getSingletonFactoryBeanForTypeCheck deadlock #30887
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: duplicate
A duplicate of another issue
Affects: 6.0.7
I have multiple beans than are invoking JPA repositories in
@PostConstruct
methods. Those JPA entities are invoked in delayed executors (Executors.newSingleThreadExecutor
). Having more then one such code cause entire application deadlock of two treads with this stack:The text was updated successfully, but these errors were encountered: