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
https://eclipse-ee4j.github.io/jersey.github.io/documentation/2.25/deployment.html#deployment.servlet.3.pluggability.app remarks that if we return empty collections for both classes and singletons, Jersey will scan it for us.
P.S. Servlet 3.0 also allows to simplify web.xml: https://eclipse-ee4j.github.io/jersey.github.io/documentation/2.25/deployment.html#deployment.servlet.3.no.descriptor (I am more worried that we did not switch to servlet 3.0 properly if the code does not work without those lines rather than saving a few lines of XML). Maybe we were missing these maven modules https://eclipse-ee4j.github.io/jersey.github.io/documentation/2.25/deployment.html#deployment.servlet.containers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://eclipse-ee4j.github.io/jersey.github.io/documentation/2.25/deployment.html#deployment.servlet.3.pluggability.app remarks that if we return empty collections for both classes and singletons, Jersey will scan it for us.
P.S. Servlet 3.0 also allows to simplify web.xml: https://eclipse-ee4j.github.io/jersey.github.io/documentation/2.25/deployment.html#deployment.servlet.3.no.descriptor (I am more worried that we did not switch to servlet 3.0 properly if the code does not work without those lines rather than saving a few lines of XML). Maybe we were missing these maven modules https://eclipse-ee4j.github.io/jersey.github.io/documentation/2.25/deployment.html#deployment.servlet.containers
The text was updated successfully, but these errors were encountered: