jakartaee / enterprise-beans

Jakarta Enterprise Beans
https://eclipse.org/ee4j/ejb
Other
19 stars 29 forks source link

Add module info as per platform wiki #146

Open starksm64 opened 2 years ago

starksm64 commented 2 years ago

Add the module-info using an MR jar as per the guidelines at: https://github.com/eclipse-ee4j/jakartaee-platform/wiki/Modularized-Jars

Signed-off-by: Scott M Stark starksm64@gmail.com

starksm64 commented 2 years ago

So we can go with #141 for EE10, but it is not a complete solution to the JPMS integration. The reality is that enterprise-beans has a provided dependency on several other specifications that are not listed in its API artifact pom: annotations, interceptors, DI, CDI.