Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RootBeanDefinition constructor that accepts a ResolvableType #28418

Closed
philwebb opened this issue May 5, 2022 · 0 comments
Closed

Add RootBeanDefinition constructor that accepts a ResolvableType #28418

philwebb opened this issue May 5, 2022 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Milestone

Comments

@philwebb
Copy link
Member

philwebb commented May 5, 2022

Needing to use a builder in order to create a RootBeanDefinition with a ResolvableType is cumbersome. A new constructor would help simplify things, especially AOT generated code.

@philwebb philwebb added the type: enhancement A general enhancement label May 5, 2022
@philwebb philwebb added this to the 6.0.0-M4 milestone May 5, 2022
@philwebb philwebb self-assigned this May 5, 2022
philwebb added a commit to philwebb/spring-framework that referenced this issue May 5, 2022
Add a new convenience constructor to `RootBeanDefinition` that allow
it to be created with a `ResolvableType`.

Closes spring-projectsgh-28418
philwebb added a commit to philwebb/spring-framework that referenced this issue May 5, 2022
Add a new convenience constructor to `RootBeanDefinition` that allow
it to be created with a `ResolvableType`.

Closes spring-projectsgh-28418
izeye added a commit to izeye/spring-framework that referenced this issue May 11, 2022
This commit also removes redundant super() invocations.

See spring-projectsgh-28418
@sbrannen sbrannen added the in: core Issues in core modules (aop, beans, core, context, expression) label May 11, 2022
sbrannen pushed a commit to sbrannen/spring-framework that referenced this issue May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants