Skip to content

Commit 67cb005

Browse files
Merge #823
823: Added jdk support section in readme r=brunoocasali a=ma1581 # Pull Request ## Related issue Fixes #759 ## What does this PR do? - Added JDK support section in readme.md ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [ ] Have you read the contributing guidelines? - [ ] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: MA <[email protected]>
2 parents 6383b6b + 3e2bc94 commit 67cb005

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,12 @@ Client client = new Client(config);
259259

260260
This package guarantees compatibility with [version v1.x of Meilisearch](https://github.com/meilisearch/meilisearch/releases/latest), but some features may not be present. Please check the [issues](https://github.com/meilisearch/meilisearch-java/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+label%3Aenhancement) for more info.
261261

262+
This SDK is compatible with the following JDK versions:
263+
264+
| SDK Version | Supported Java Versions |
265+
|-------------|-------------------------|
266+
| v1.x | JDK 8 and above |
267+
262268
## 💡 Learn more
263269

264270
The following sections in our main documentation website may interest you:

0 commit comments

Comments
 (0)