surrealdb / surrealdb.java

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

Fix issue with WebSocket dependency #38

Closed phughk closed 1 week ago

phughk commented 1 year ago

When importing the surrealdb driver via maven central, we need to also include the dependency org.java-websocket:Java-WebSocket:1.5.3. This shouldn't be the case. It should be transient.

emmanuel-keller commented 1 week ago

SurrealDB driver v0.2.0 has been released. It is a native driver that embeds the Rust SDK and provides an embedded version of SurrealDB. The transport layer is now delegated to the native code, which resolves this issue.