Proposal: Evaluate Removal of RavenDB Support from Eclipse JNoSQL
RavenDB support currently exists in Eclipse JNoSQL, but the underlying official Java driver appears to be inactive. The latest release is from 2017, version 3.2.2, according to [Maven Central](https://mvnrepository.com/artifact/net.ravendb/ravendb-client/3.2.2). This raises the question of whether we should deprecate or remove support for RavenDB in JNoSQL.
π Context
-
The RavenDB Java driver (net.ravendb:ravendb-client) has not been updated since:
Release: 3.2.2 β June 5, 2017π https://mvnrepository.com/artifact/net.ravendb/ravendb-client/3.2.2
-
There has been no sign of continued development, bug fixes, or community maintenance since then.
-
Maintaining compatibility with outdated/inactive drivers can increase complexity and technical debt.
Hey, @otaviojava !
There is the https://github.com/ravendb/ravendb-jvm-client. It looks like it's an active project, the last update happened on 5 days ago... do you think that itβs a good idea to substitute the actual ravendb-client by this one?
Hmm, it could be a good approach as well.