improve thread-safety for entity/namespace resolvers [SPR-5679] #10350
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Costin Leau opened SPR-5679 and commented
PluggableSchemaResolver and DefaultNamespaceHandlerResolver can be used in multi-threaded environments which can result in subtle threading problems w/o proper synchronization. The attached patch tries to address this problem.
Affects: 3.0 M2
Attachments:
Referenced from: commits 10d8abe
The text was updated successfully, but these errors were encountered: