Skip to content
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

Merged
merged 2 commits into from
Jun 21, 2023
Merged

Commits on Jun 21, 2023

  1. Add dependency on resteasy-servlet-initializer

    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
    edewata committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    255f1f9 View commit details
    Browse the repository at this point in the history
  2. Auto-initialize JAX-RS applications

    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
    edewata committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0a090cd View commit details
    Browse the repository at this point in the history