You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Following this issue #334 and the fact that the PATCH method is now needed in multiple methods since the v0.28.0 of Meilisearch.
Expectations
The need to allow the PATCH method and to keep the Java 8 compatibility pushed us to choose as a solution to use a single HTTP library which in addition to meeting the needs would reduce the dependencies. OkHttp has the advantages we were looking for it is a very used library that supports PATCH.
What to do?
Remove all Java HTTP Client to only keep OkHttp
Rewrite the MeilisearchHTTP client to simplify it
The text was updated successfully, but these errors were encountered:
Description
Following this issue #334 and the fact that the
PATCH
method is now needed in multiple methods since thev0.28.0
ofMeilisearch
.Expectations
The need to allow the
PATCH
method and to keep theJava 8
compatibility pushed us to choose as a solution to use a singleHTTP
library which in addition to meeting the needs would reduce the dependencies.OkHttp
has the advantages we were looking for it is a very used library that supportsPATCH
.What to do?
HTTP
Client to only keepOkHttp
Meilisearch
HTTP
client to simplify itThe text was updated successfully, but these errors were encountered: