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

Jakarta EE 9: Provide EJB Container API #18526

Closed
tkburroughs opened this issue Sep 14, 2021 · 0 comments · Fixed by #18527
Closed

Jakarta EE 9: Provide EJB Container API #18526

tkburroughs opened this issue Sep 14, 2021 · 0 comments · Fixed by #18527

Comments

@tkburroughs
Copy link
Member

The EJB container in liberty provides some extensions to the Enterprise Beans specifications in the following project:

com.ibm.websphere.appserver.ejbcontainer.api

This project has dependencies on javax packaged classes, so will need to be transformed to support jakarta packaging.

@tkburroughs tkburroughs self-assigned this Sep 14, 2021
tkburroughs added a commit to tkburroughs/open-liberty that referenced this issue Sep 14, 2021
Transform the EJB Container API jar due to dependencies on javax
packaged classes. New API jar will be io.openliberty.ejbcontainer.2.0.jar

Also added FAT tests for the APIs that will repeat for Java EE and Jakarta.

Finally, updated multiple .settings for FAT projects that were not properly
including newline characters for templates.
tkburroughs added a commit that referenced this issue Sep 15, 2021
…rAPI

Issue #18526: Transform EJB Container API for Jakarta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment