Prevent message resolution after context close #31397
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Along with #21988, the internal
MessageSource
delegate within anApplicationContext
is being reset on context close. As a consequence,context.getMessage
will throw anIllegalStateException
after close now.The text was updated successfully, but these errors were encountered: