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 @Param processing, create synth, beans as needed. #166

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

manovotn
Copy link
Contributor

@manovotn manovotn commented Sep 17, 2024

Fix #3

@melloware Here's what I've been talking about.

I also realized you don't even need to add the @Inject to @Param fields that don't have it - Quarkus will do this for you automatically. It is a non-standard feature which can be turned off optionally but there's no reason to do that, really (apart from when you run CDI TCKs which have tests expecting failure in such a case). Therefore, I have omitted that build step from this PR.

@melloware
Copy link
Contributor

This is amazing let me test it out!

@melloware
Copy link
Contributor

@all-contributors add @manovotn for code

Copy link
Contributor

@melloware

I've put up a pull request to add @manovotn! 🎉

@melloware melloware merged commit 0c4e74d into quarkiverse:main Sep 17, 2024
1 check passed
@manovotn manovotn deleted the paramProcessing branch September 17, 2024 12:16
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.

@Param CDI Extension needs to be Quarkified
2 participants