We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
@Tag("xml_binding")
The text was updated successfully, but these errors were encountered:
I would like to be assigned this issue please. Thanks!
Sorry, something went wrong.
IamLRBA
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: