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

[WW-5346] replace BeanManager::createInjectionTarget #754

Merged

Conversation

hepptho
Copy link
Contributor

@hepptho hepptho commented Sep 11, 2023

with the recommended alternative, because it was deprecated in CDI 1.1 and removed in CDI 4.0 (Jakarta EE 10).

This resolves the CDI plugin's only hard incompatibility with Jakarta EE 10.
It can then be used in Jakarta EE 10 applications provided the package names are adapted (e.g. using Eclipse Transformer).

because it was deprecated in CDI 1.1 and removed in CDI 4.0 (Jakarta EE 10)
@lukaszlenart
Copy link
Member

Nice, could you create a JIRA ticket to link with this PR? Thanks in advance!
https://issues.apache.org/jira/browse/WW

@hepptho
Copy link
Contributor Author

hepptho commented Sep 11, 2023

Sure, I just requested an account and will create the ticket once I have access.

I see one of the build checks failed. Is that a known issue? Doesn't seem like something I could have broken, but you never know 😀

@lukaszlenart
Copy link
Member

lukaszlenart commented Sep 11, 2023

Sure, I just requested an account and will create the ticket once I have access.

Already approved :)

I see one of the build checks failed. Is that a known issue? Doesn't seem like something I could have broken, but you never know 😀

Yes, it's known issue, don't bother :)

@hepptho
Copy link
Contributor Author

hepptho commented Sep 11, 2023

Done :) https://issues.apache.org/jira/browse/WW-5346

@lukaszlenart lukaszlenart changed the title replace BeanManager::createInjectionTarget [WW-5346] replace BeanManager::createInjectionTarget Sep 11, 2023
Copy link
Member

@lukaszlenart lukaszlenart left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@lukaszlenart lukaszlenart merged commit 3da11a2 into apache:master Sep 26, 2023
4 of 5 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.

3 participants