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

Replaced constructor based injection with setter based injection #166

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

asbachb
Copy link
Contributor

@asbachb asbachb commented Oct 23, 2023

The CDI spec requires a normal scoped bean to be proxyable which requires the bean to provide a no-arg constructor 1.

The CDI spec requires a normal scoped bean to be proxyable which requires
the bean to provide a no-arg constructor [1].

[1]: https://jakarta.ee/specifications/cdi/4.0/jakarta-cdi-spec-4.0#unproxyable

Fixes xlate#165
@MikeEdgar MikeEdgar linked an issue Oct 23, 2023 that may be closed by this pull request
Copy link
Member

@MikeEdgar MikeEdgar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @asbachb !

@MikeEdgar MikeEdgar merged commit 0ec17c2 into xlate:master Oct 23, 2023
2 of 3 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.

Incompatibility with CDI spec
2 participants