jakartaee / platform-tck

Jakartaee-tck
Other
127 stars 108 forks source link

Update Remaining TCK Tests to EJB 3.0 #1301

Closed brideck closed 4 months ago

brideck commented 4 months ago

This removes all remaining usage of EJBHome/EJBLocalHome from non-optional tests.

With the now three PRs I've submitted, we should be able to safely eliminate the optional dependency on EJB 2.x interfaces from the platform spec.

All of the tests included in this PR have been successfully rebuilt and tested locally against an Open Liberty image that was configured to not support EJB home interfaces.

CC @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman @brideck @OndroMih @dmatej @starksm64 @scottmarlow

brideck commented 4 months ago

This is the last piece for #1250

scottmarlow commented 4 months ago

Thank you for this amazing effort @brideck! Very much appreciated!