Update GlassFish EJB runner to compensate for TCK 11.0.2#2666
Update GlassFish EJB runner to compensate for TCK 11.0.2#2666arjantijms merged 1 commit intojakartaee:11.0.xfrom
Conversation
|
Good catch! |
|
For reference it concerns this rename: 378fe74#diff-ef8b099f91d1e82d70426dfea37913f3ced3df6bb9f7c706f6d6d34000beccd4L30 The change is from the non-portable "@ejb(name = "ejb/EnvEntrySetterBean")" to the portable " @ejb(beanName = "EnvEntrySetterBean")". But as part of that change the name is also changed from "ejb/EnvEntrySetterBean" to "EnvEntrySetterBean". |
^ sounds important to include in https://github.com/jakartaee/platform-tck/blob/11.0.x/release/README.adoc#1102 for lack of any other way to describe the change you had to make, that others that passed with 11.0.1 might have to make as well with 11.0.2. We already packaged up the 11.0.2 release but still would be good to update the readme |
Clarify ejb30 bb.session porting errors and update bean names in documentation. See #2666 (comment)
Sure, I added the information there. |
The 11.0.2 TCK renamed a beanName, but did not update that name in the corresponding sun-application-client.xml file. Since it concerns a vendor specific file there's no need to challenge and we can compensate for it via the runner.
CC @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman @brideck @OndroMih @dmatej
@starksm64 @scottmarlow