jakartaee / rest

Jakarta RESTful Web Services
Other
353 stars 114 forks source link

Split com.sun.ts.tests.jaxrs.spec.provider.standardhaspriority into two #1118

Open jansupol opened 2 years ago

jansupol commented 2 years ago

The Resource class contains a reference for the JAXBElement, which makes the tests irrelevant for JAX-B fail. After the split, the @Tag("xml_binding") annotations can be removed.

jansupol commented 1 year ago

Also related https://github.com/jakartaee/rest/issues/1120