mmazi / rescu

A lightweight json Rest client utility for JAX-RS
MIT License
65 stars 59 forks source link

Support disgest query param #135

Closed tonykwok1992 closed 3 years ago

tonykwok1992 commented 3 years ago

Include a previous bug fix in https://github.com/mmazi/rescu/pull/133

mmazi commented 3 years ago

Thanks for the PR. This pushed me to do some implementation and API changes and bump rescu version to 2.1, see my recent commits.

This will require some changes in XChange, will push a PR soon.

tonykwok1992 commented 3 years ago

I think those few commits introduce some bugs here https://github.com/knowm/XChange/pull/3986#issuecomment-805707311. I submitted a PR to XChange to fix