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

fix: do not disable bean resolution for constructors parameters when resolveParameters is set to false #904

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

rorueda
Copy link
Contributor

@rorueda rorueda commented Nov 24, 2023

Fixes #898 and adds section about method parameters injection to the docs.

@CLAassistant
Copy link

CLAassistant commented Nov 24, 2023

CLA assistant check
All committers have signed the CLA.

@rorueda rorueda force-pushed the resolve-parameters-fix branch from 13ea7dd to b1e81f6 Compare December 2, 2023 16:41
@rorueda rorueda force-pushed the resolve-parameters-fix branch from b1e81f6 to df6577c Compare December 2, 2023 19:19
@sdelamo sdelamo merged commit 69e1b5f into micronaut-projects:master Jan 15, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting resolveParameters = false breaks constructor injection (junit5)
3 participants