-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Mongo native eventsore to Mongo Java driver v5 #161
Comments
Good find! Thanks again :) |
Spring Data MongoDB also upgrades to v5 native driver in the next minor release (4.3.0) (src) |
@gavvvr Thanks again for letting me know. I'm currently working on some other things in Occurrent, but I'll do the update once I'm done with those things. But it has to be backward-compatible with Spring Boot 3.2, otherwise I'll probably wait a bit. |
Hi @johanhaleby |
Yeah it's done! It's currently using 5.1.1. Thanks for reminding me :) |
Hi. The new major version of Mongo-java driver (v5) was released. I guess, at least the Mongodb native eventsore module can be already upgraded to it.
Here is the list of breaking changes: https://www.mongodb.com/docs/drivers/java/sync/current/upgrade/#breaking-changes
The text was updated successfully, but these errors were encountered: