Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove xml_binding dependency from TCK #1277

Open
jim-krueger opened this issue Jul 29, 2024 · 1 comment
Open

Remove xml_binding dependency from TCK #1277

jim-krueger opened this issue Jul 29, 2024 · 1 comment
Assignees

Comments

@jim-krueger
Copy link
Contributor

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.

@IamLRBA
Copy link

IamLRBA commented Oct 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants