Allow programmatic registration of bean definitions with a ResolvableType [SPR-14580] #19149
Comments
Juergen Hoeller commented I've implemented this a bit differently, repurposing |
This was referenced Jan 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Phil Webb opened SPR-14580 and commented
As discussed on this Spring Boot issue (spring-projects/spring-boot#6602) it would be useful if we could programmatically register a
RootBeanDefinition
that including aResolvableType
.Currently generics are only considered when a bean is defined against a factory method.
Affects: 4.3.2
Issue Links:
Referenced from: commits 4b06b60, e6cefdc
The text was updated successfully, but these errors were encountered: