Add typesafe method to get generic bean by name with type reference#35808
Add typesafe method to get generic bean by name with type reference#35808jhoeller merged 1 commit intospring-projects:mainfrom
Conversation
|
Hey @quaff - revisiting this PR for 7.1, could you please:
|
1b7daa0 to
37a334e
Compare
|
@jhoeller Updated as you suggested.
This result in code duplication since not every implementation extends |
|
Point taken - that said, a little bit of duplication is expected and acceptable, in particular in the rather special However, in Feel free to tweak that in the PR, or otherwise I can also do it myself when merging. |
Fix spring-projectsGH-34687 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
|
Updated. |
|
Perfect - thanks for your timely efforts there, @quaff! |
Fix GH-34687