- Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Closed
Copy link
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
The constructors for InstanceFilter
and ExceptionTypeFilter
currently require one to supply the matchIfEmpty
flag.
However, users will typically want that to be true
.
Moreover, we always supply true
for the matchIfEmpty
flag within the Spring Framework.
Thus, the matchIfEmpty
flag should really be an optional flag.
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement