You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These tests are intended to test the packaging of different versions of descriptors together in the same app, but there are a few problems with that:
As indicated by the package names (e.g. compat12_13), they were originally written to test things like J2EE 1.2 x J2EE 1.3, etc. which would obviously not be valid anymore for EE 11.
At some point, descriptors throughout the TCK were updated to the latest versions, which defeated the purpose of these particular tests and made all of the compat* packages functionally identical to each other.
To recapture the original intent, I nuked all of these packages and replaced them with a compat9_10. The EE spec states that an implementation only needs to support the current and previous versions of descriptors, so no additional testing is needed anymore. Obviously, for EE 11 that would want to instead be compat10_11. Better yet, the package should probably just be updated to compat, so it doesn't have to be renamed every major release.
No description provided.
The text was updated successfully, but these errors were encountered: