-
|
Just tried Mongock 5.4.4 with spring boot 3.2.10 and i was able NOT able the get it running with previous spring boot 2.7.18 driver With the following driver which i found out by chance by simple renaming However this driver is not part of official documentation https://docs.mongock.io/v5/driver/mongodb-springdata/index.html. Does any one know this driver's status? Can i use it safely or is driver part of some internal API and subject to removal in future...? Possibly recommend other working driver for spring data mongo in version 4.X.X (spring boot 3). Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
|
Yes, you can use it safely! If you encounter any challenges or updates, please let us know—we’d love to help! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @hhvitek 👋, You're absolutely right! Mongock 5.4.4 requires a compatible driver for Spring Boot 3.x, as Spring Boot 3 relies on Spring Data MongoDB 4.x. ✅ 1. Compatibility Between Mongock & Spring Boot ✅ 2. Is the mongodb-springdata-v4-driver Safe to Use? 📌 Why it should be safe to use: It aligns with Spring Data MongoDB 4.x, which is the default for Spring Boot 3.x. You might want to check the Mongock GitHub issues for any discussions on this driver. xml 🎯 Final Thoughts Let me know if you need further clarification! 😃 |
Beta Was this translation helpful? Give feedback.
Yes, you can use it safely!
Apologies for the missing documentation—our mistake. We're currently working on a major release that will not only cover this but also introduce exciting new features, including GraalVM support, templates (a real game-changer!), and many more enhancements.
If you encounter any challenges or updates, please let us know—we’d love to help!