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

Core Profile contains API of CDI full since there is no CDI lite artifact #585

Closed
rdebusscher opened this issue Dec 12, 2022 · 1 comment

Comments

@rdebusscher
Copy link

The CDI API artefact contains all CDI classes, CDI Lite and CDI Full. This means that an application compiled against the Core profile API might fail on a certified Core Profile runtime as the CDI Full classes are optional (and thus doesn't need to be supported)

See also jakartaee/cdi#640

@ivargrimstad
Copy link
Member

This seems to be addressed by jakartaee/cdi#646.

Is it ok to close this issue?

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

No branches or pull requests

3 participants