Skip to content

Commit

Permalink
Merge #823
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
meili-bors[bot] and ma1581 authored Mar 4, 2025
2 parents 6383b6b + 3e2bc94 commit 67cb005
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,12 @@ Client client = new Client(config);

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.

This SDK is compatible with the following JDK versions:

| SDK Version | Supported Java Versions |
|-------------|-------------------------|
| v1.x | JDK 8 and above |

## 💡 Learn more

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

0 comments on commit 67cb005

Please sign in to comment.