jnosql icon indicating copy to clipboard operation
jnosql copied to clipboard

Proposal: Evaluate Removal of RavenDB Support from Eclipse JNoSQL

Open otaviojava opened this issue 3 months ago β€’ 2 comments

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.

otaviojava avatar Sep 14 '25 06:09 otaviojava

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?

dearrudam avatar Sep 15 '25 04:09 dearrudam

Hmm, it could be a good approach as well.

otaviojava avatar Sep 15 '25 06:09 otaviojava