meilisearch / meilisearch-java

Java client for Meilisearch
https://meilisearch.com
MIT License
187 stars 113 forks source link

Which jdk versions are currently supported by meilisearch? #759

Open CruiseShips opened 3 months ago

CruiseShips commented 3 months ago

Description I remember meilisearch had a version of Java tagged earlier, but that doesn't seem to be there now, so can you add a version of Java to the README.md file?

Basic example For example: meilisearch version | Java version 1.0 | 1.8 2.0 | 1.8 3.0 | 17

Other This is critical for Java developers, as companies have recently moved away from allowing JDK 1.8, and we've all switched to JDK17

curquiza commented 3 months ago

Hello @CruiseShips Every version support java 8 and later. We could add this to the Compatibility section of the readme