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
Problem with Mongo Driver 3.5.0 #648
Labels
Comments
we use the same version as Spring Boot, maybe it's time to bump to latest 1.x Spring Boot |
Im afraid that the last 1.x spring-boot is still using old version of mongo java driver |
I can bump to 3.6.3 but spring-boot 1.x is still using 3.4.3. It could mean conflicts on the app side ...
|
Yap. I think it's important to exclude this spring boot dependency to avoid conflicts |
version bump released in 3.8.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current version of Mongo Driver has a bug.
https://jira.mongodb.org/browse/JAVA-2590
Javers can`t instantiate when mongo is configured to use SSL connections.
The text was updated successfully, but these errors were encountered: