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

allow registering bean definitions prior to startup #10800

Merged
merged 1 commit into from May 7, 2024

Conversation

graemerocher
Copy link
Contributor

Allows adding new bean definitions with all the options of RuntimeBeanDefinition prior to startup. Currently we only support singletons in the ApplicationContextBuilder interface.

@graemerocher graemerocher added the type: improvement A minor improvement to an existing feature label May 6, 2024
@graemerocher graemerocher added this to the 4.5.0 milestone May 6, 2024
Copy link

sonarcloud bot commented May 6, 2024

@sdelamo sdelamo merged commit 79e12c7 into 4.5.x May 7, 2024
17 checks passed
@sdelamo sdelamo deleted the bean-definitions-via-builder branch May 7, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants