surrealdb / surrealdb.java

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

Could not resolve com.surrealdb:surrealdb-driver:0.1.0. #57

Closed munishchouhan closed 1 year ago

munishchouhan commented 1 year ago

I am adding java driver as a dependency in my project But getting error: Could not resolve com.surrealdb:surrealdb-driver:0.1.0.

phughk commented 1 year ago

Hey. The driver is definitely published, so you either have networking issues or config issues.

https://central.sonatype.com/artifact/com.surrealdb/surrealdb-driver/0.1.0

I will close this ticket as based on the above information, it looks like something you may have set up incorrectly. But please comment about more details - perhaps this is some issue we are not aware of.

munishchouhan commented 1 year ago

Yes, the issue was because of the Java version of binary needs to be 17 or later

phughk commented 1 year ago

Good point, thanks for feeding that back! We may reduce the java version requirement in that case. I don't think we are using any functionality beyond 8 anyway. Will create a ticket for this, thanks!

Which version java are you using @munishchouhan ?

phughk commented 1 year ago

Created https://github.com/surrealdb/surrealdb.java/issues/58 from this

munishchouhan commented 1 year ago

Java 11