MongoDB 5.0 support or alternative solution

Hi,
We need to upgrade from mongodb 3.6 to 5.0. We are using hibernate OGM 5.4 but it seems that it’s not using the proper Mongo Java driver. Do you plan to make an upgrade on OGM or do we have to find alternatives solutions ?

thanks

At the moment we have no future plans for Hibernate OGM.
I would suggest to look for an alternative solution.

thanks for the feedback !
at least we know where we stand :expressionless:

It’s a bit of a bummer, but at least now we know. If anyone else is in the same boat, I’ve been checking out Spring Data MongoDB as an alternative. it looks like it could work pretty well with MongoDB 5. And for those sticking with Java, you might want to take a look at Morphia too.

FWIW, there’s an interesting project being worked on by MongoDB here: GitHub - mongodb/mongo-hibernate: A MongoDB Extension of Hibernate ORM
No release and zero communication at the moment, but I imagine it will happen eventually.