surrealdb / surrealdb.java

SurrealDB SDK for Java
https://surrealdb.com
Apache License 2.0
67 stars 21 forks source link

Change required Java version from 19 to 17 #18

Closed coder966 closed 1 year ago

coder966 commented 1 year ago

This commit f97328af559f2c4027a0158feabbd6a94de9cf64 changes the required Java from 8 to 19. Which I get why we would want to target a newer Java version. However, Java 19 is not an LTS version and you won't find it in big production applications.

Java 17 is cool enough and it is the latest LTS.

phughk commented 1 year ago

Yes, easy change - thank you for fixing @coder966! I picked 19 because that was what I had available in sdkman and thought that was LTS. My bad!