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

Update client classes to use JAX-RS client API #4432

Merged
merged 5 commits into from
May 3, 2023

Commits on May 3, 2023

  1. Update InfoClient

    The InfoClient has been updated to use JAX-RS client API instead
    of the obsolete RESTEasy client API.
    edewata committed May 3, 2023
    Configuration menu
    Copy the full SHA
    8f4bf0c View commit details
    Browse the repository at this point in the history
  2. Update LoginClient

    The LoginClient has been updated to use JAX-RS client API instead
    of the obsolete RESTEasy client API.
    edewata committed May 3, 2023
    Configuration menu
    Copy the full SHA
    d16d7ef View commit details
    Browse the repository at this point in the history
  3. Update JobClient

    The JobClient has been updated to use JAX-RS client API instead
    of the obsolete RESTEasy client API.
    edewata committed May 3, 2023
    Configuration menu
    Copy the full SHA
    84fa355 View commit details
    Browse the repository at this point in the history
  4. Update CASystemCertClient

    The CASystemCertClient has been updated to use JAX-RS client API
    instead of the obsolete RESTEasy client API.
    edewata committed May 3, 2023
    Configuration menu
    Copy the full SHA
    8a84feb View commit details
    Browse the repository at this point in the history
  5. Update KRASystemCertClient

    The KRASystemCertClient has been updated to use JAX-RS client API
    instead of the obsolete RESTEasy client API.
    edewata committed May 3, 2023
    Configuration menu
    Copy the full SHA
    51adda9 View commit details
    Browse the repository at this point in the history