meilisearch-java
meilisearch-java copied to clipboard
Java client for Meilisearch
The `HTTP` `PATCH` method has been introduced in `Meilisearch` following the release of `v0.25.0`. This method is has been used by the new `updateKey()` method. **Problem:** The class [`HttpURLConnection`](https://docs.oracle.com/javase/8/docs/api/java/net/HttpURLConnection.html) doesn't...
Currently, the Java SDK doesn't use the [`TimeoutException`](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeoutException.html). On most of the SDK there is three main Exception: - ApiError - CommunicationError - TimeoutError It would be nice to implement...
**Description** Following this [discussion](https://github.com/meilisearch/meilisearch-java/pull/296#discussion_r792040528), it appears that it could be a good point to add a testing library to this repository **Suggestion** - `Hamcrest`(https://code.google.com/archive/p/hamcrest/wikis/Tutorial.wiki) - `AssertJ` This list is not...
⚠️ This issue is generated, it means the nameing might be done differently in this package (ex: `add_documents_json` instead of `addDocumentsJson`). Keep the already existing way of naming in this...
The `UpdateStatus` class (MeiliSearch response for an update status) was modified during the last release #282. It seems that there are no tests to check for error cases in this...
I was a bit surprised when I saw that in the project on the one hand Gson and on the other hand org.json.Json is used. I think it would be...
# Pull Request ## What does this PR do? Most of the methods had to use the `jsonHandler` after the call to the `get` method through the client. The purpose...
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.8.1. Release notes Sourced from mockito-core's releases. v4.8.1 Changelog generated by Shipkit Changelog Gradle Plugin 4.8.1 2022-10-17 - 6 commit(s) by andrepaschoal, dependabot[bot] Possible fix...
_This PR is auto-generated._ Improve the README layout information based on the first batch of changes from the @meilisearch/docs-team. Related to https://github.com/meilisearch/integration-guides/issues/218
Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.19.2 to 4.2.0. Release notes Sourced from java-jwt's releases. 4.2.0 Changed Re-enable japicmp API diff checking #619 (jimmyjames) Update .shiprc to only update lib version in build.gradle...