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

Ensure that a JAX-RS client exception does not depend on the server parts #16680

Merged
merged 1 commit into from
Apr 21, 2021

Commits on Apr 21, 2021

  1. Ensure that a JAX-RS client exception does not depend on the server p…

    …arts
    
    This is done because if this exception is thrown from the client when
    the server parts have not been installed, then we end up with
    
    'java.lang.RuntimeException: Resteasy Reactive server side components are not installed'
    
    in the logs
    geoand committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    082b31e View commit details
    Browse the repository at this point in the history