You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to MongoDB's Document-API with MongodbSerializer to use it with the asynchronous/reactive MongoDB driver. Any chance of migration or providing a new type (side-by-side) supporting Document?
The text was updated successfully, but these errors were encountered:
I'd second that. The more mature the 3.x drivers get, the more we risk the DBObject-based API being dropped in 4.x. That would effectively make Querydsl useless on MongoDB, which would be a shame. Spring Data currently maintains quite a bit of code to make sure we fall back to that legacy API only for Querydsl and it would be cool if we could get rid of it.
We'd like to MongoDB's Document-API with
MongodbSerializer
to use it with the asynchronous/reactive MongoDB driver. Any chance of migration or providing a new type (side-by-side) supportingDocument
?The text was updated successfully, but these errors were encountered: