OrientDB-related releases
Released
guice-persist-orient 5.0 with OrientDB 3.2 and guice 7 support (
release notes). There are actually no changes, except one custom types
bug fix (which was the reason for the release).
Also, released
dropwizard-orient-server 4.0 with OrientDB 3.2 and Dropwizard 5 support (
release notes). It was not possible to release version also compatible with dropwizard 3 and 4 for technical resons (but no one asked for it so far).
Added new
sample (todo app) demonstrating embedded server with guice-persist-orient and dropwizard-guicey. Sample use object API.
Generally speaking, OrientDB is alive (it is maintained and minor releases appear every few months). But we can't expect much evolution in the foreseing future (still developer(s) working on it). It's not very bad as we have pretty stable database without upcoming radical API changes but with all required bugfixes.
The problem is Object API: it is officcially discontinued already but there are no any good mapping alternative. I can't say it was a wrong desigion to deprecate Object API: it has all the same problems as Hibernate, but it was usable (making things simplier).
Soon there should be an interesting alternative:
YouTrack DB from JetBrans (OrientDB fork by one of its core contributors).