-
Notifications
You must be signed in to change notification settings - Fork 137
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
Auto-initialize JAX-RS applications #4481
Conversation
It's not ready yet due to a build issue. |
f5736cc
to
b8eedfb
Compare
The pki.spec, pom.xml, and CMake files have been modified to include resteasy-servlet-initializer to enable automatic initialization of JAX-RS applications in all webapps. https://docs.jboss.org/resteasy/docs/3.0.24.Final/userguide/html_single/#d4e143
The web.xml files in most webapps (except ACME and EST) have been modified to drop the RESTEasy servlet declaration and let the JAX-RS applications be initialized automatically by resteasy-servlet-initializer. https://docs.jboss.org/resteasy/docs/3.0.24.Final/userguide/html_single/#d4e143
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This is ready now. |
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.
LGTM!
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.
LGTM
@ckelleyRH @fmarco76 Thanks! |
The
pki.spec
,pom.xml
, and CMake files have been modified to includeresteasy-servlet-initializer
to enable automatic initialization of JAX-RS applications in all webapps.The
web.xml
files in most webapps (except ACME and EST) have been modified to drop the RESTEasy servlet declaration and let the JAX-RS applications be initialized automatically byresteasy-servlet-initializer
.Note: ACME and EST will be updated separately later.
https://docs.jboss.org/resteasy/docs/3.0.24.Final/userguide/html_single/#d4e143