We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clear description of my expectations versus reality
MongoDB indexes are not created when used via Spring Boot. If I configure JaVers manually then the MongoDB indexes are created.
Steps To Reproduce
Configure JaVers with MongoDB via Spring Boot, start the project, indexes are not created (only the _id index is created in fact).
Javers' Version
Tested with version 6.6.2 and Spring Boot 2.6.3
Additional context
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
thanks for reporting, seems like this bug was introduced in 6.5.1
https://github.com/javers/javers/issues/1192
8a9d6a4
ensureSchema() in mongodb starter
783f3fb
fixed in 6.6.4
Thanks !
No branches or pull requests
Clear description of my expectations versus reality
MongoDB indexes are not created when used via Spring Boot. If I configure JaVers manually then the MongoDB indexes are created.
Steps To Reproduce
Configure JaVers with MongoDB via Spring Boot, start the project, indexes are not created (only the _id index is created in fact).
Javers' Version
Tested with version 6.6.2 and Spring Boot 2.6.3
Additional context
The text was updated successfully, but these errors were encountered: