-
Notifications
You must be signed in to change notification settings - Fork 38.7k
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
Oliver Drotbohm opened SPR-8701 and commented
Working with Spring Data Mongo a user seems to have discovered a few things to improve in GenericTypeResolver
. We're currently using a copy of that class in the Spring Data codebase as some of the methods needed are not public in the 3.0.x branch. I thought it might be better to generally discuss and resolve these issues with the core Spring class as we will drop our copy as soon as 3.1 is out as well and Spring users might benefit from potential improvements in general.
Actual discussion in the linked ticket.
Issue Links:
- Cache and late resolve annotations on bean properties to improve performance [SPR-9166] #13804 Cache and late resolve annotations on bean properties to improve performance
- DATACMNS-116 Synchronisation during performance tests - GenericTypeResolver
- Develop ConcurrentReferenceHashMap [SPR-9796] #14429 Develop ConcurrentReferenceHashMap
Referenced from: commits 3aa9ac1
1 votes, 4 watchers
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