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

Refactored Header and Query parameter JAXRS Contract Parsing #896

Merged

Commits on Feb 6, 2019

  1. Refactored Header and Query parameter JAXRS Contract Parsing

    As part of 10.x, the `headers()` and `queries()` collections on the
    `RequestTemplate` were made read only.  The `JAXRSContract` was still
    attempting to manipulate those directly.  THis was missed due to a
    use case not accounted for in the tests.  I've added the appropriate
    use case and corrected the usage of the template.
    kdavisk6 committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    99e0406 View commit details
    Browse the repository at this point in the history