Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaxrs-dev] Avoiding `jakarta` prefix in TCK tests + pr#1082

One new namespace requirement for TCKs is being discussed in both the Jakarta Platform + SPEC calls/ml discussions.  The current concern mentioned in [1] is for TCK test deployment classes that start with the "jakarta" namespace prefix.  The concern is that some implementations may later challenge such TCK tests due to the "jakarta" package prefix being used. 

[2] is a pull request that is intended to update the Jakarta REST TCK tests to not use the "jakarta" namespace.  Would it be possible to merge [2] or a change like that for REST 3.1?

Scott

[1] https://docs.google.com/document/d/1DF0T2hbJqDNsY0v_lYFKCz-ZgHPbnMUIu6mhmt5LCJU/edit?pli=1# (see "Concern about future TCK challenges due to use of `jakarta` in test packages")
[2] https://github.com/eclipse-ee4j/jaxrs-api/pull/1082


Back to the top