-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
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
Kenny MacLeod opened SPR-6825 and commented
org.springframework.beans.support.PagedListHolder
is still using a raw List
, it should be updated to use generics, e.g. PagedListHolder<MyBean>
Affects: 3.0 GA
Referenced from: commits 5f781e6
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