-
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
JAX-RS link fixes (new apidocs location) #4561
Conversation
fixes issue #4560 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://eclipse-ee4j.github.io/jaxrs-api/apidocs/2.1/javax/ws/rs - HTTP 404 error.
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
good point, it shall be https://eclipse-ee4j.github.io/jaxrs-api/apidocs/2.1.6/javax/ws/rs however that predicate link also gives 404, to check some reference shall be used, like https://eclipse-ee4j.github.io/jaxrs-api/apidocs/2.1.6/javax/ws/rs/POST.html |
Signed-off-by: Maxim Nesen maxim.nesen@oracle.com