-
Notifications
You must be signed in to change notification settings - Fork 357
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
ResourceDoclet: MarshallException and NullPointerException with MethodTree, wadl-doclet 3.0.4/2.35 #5017
Comments
Please consider updating jersey-server to 3.0.4 as well. Because |
Please do not mix Jersey 2.x, JAX-B/2, JAX-RS 2.x with Jersey 3.x, JAX-B/3, and JAX-RS 3.x. |
Thanks this fixed the first error, however I'm still running into the 2nd error. |
Would you be able to provide a reproducer? |
Not sure how much I'll be able to provide but heres my gradle task:
it fails during the ant task. The
|
Looks like a simple null check should be ok, I copied the wadl-doclet classes and added it, seems to runs fine for our use: jersey/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java Lines 164 to 167 in c5e71d0
|
@johnmarquez12 That is cool. Feel free to provide a PR to Jersey |
Running into the following errors in my gradle task using
ant.javadoc
. This was after upgrading toJava 17
andjersey-wadl-doclet:3.0.4
:we're currently also using
jersey-server:2.26
and'jakarta.xml.bind:jakarta.xml.bind-api:3.0.1'
The text was updated successfully, but these errors were encountered: