-
Notifications
You must be signed in to change notification settings - Fork 78
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
jakarta.enterprise.cdi-el-api needs EL version update and Manifest updates #732
Comments
Additionally, the MANIFEST.MF misses two exports. Maybe that should be a different issue. I patched the MANIFEST and this seems to work:
In the current one it just says:
|
starksm64
changed the title
jakarta.enterprise.cdi-el-api needs EL version update
jakarta.enterprise.cdi-el-api needs EL version update and Manifest updates
Dec 12, 2023
Ok, that is fine in this issue and I have updated the title |
starksm64
added a commit
to jakartaredhat/cdi-master
that referenced
this issue
Dec 12, 2023
…jakartaee#732 Signed-off-by: Scott M Stark <[email protected]>
starksm64
added a commit
that referenced
this issue
Dec 12, 2023
…#732 (#733) * Update jakarta.el to 6.0.0-M1 and update osgi manifest export/imports, #732 * Avoid using SE 11 on el module since it now depends on a jar with SE 17 classes --------- Signed-off-by: Scott M Stark <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the M1, an update of the jakarta.enterprise.cdi-el-api artifact was not updated from 5. It should be 6.0.0-M1 or later for the next release.
The text was updated successfully, but these errors were encountered: