rest icon indicating copy to clipboard operation
rest copied to clipboard

Remove xml_binding dependency from TCK

Open jim-krueger opened this issue 1 year ago • 1 comments

In Jakarta Rest 4.0 the xml_binding dependency was removed. This causes multiple TCK tests from running as they have the @Tag("xml_binding"). A good example of this are all the tests in https://github.com/jakartaee/rest/blob/main/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/spec/filter/interceptor/JAXRSClientIT.java. All tests like this need to be evaluated to determine if xml_binding is required or not, and potentially altered to not have that dependency.

jim-krueger avatar Jul 29 '24 14:07 jim-krueger

I would like to be assigned this issue please. Thanks!

IamLRBA avatar Oct 24 '24 22:10 IamLRBA