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
Map dot key replacement #416
Comments
Could you come up with a failing test case for this issue? |
Hi, completely forgot about test case, sorry. |
ok, will check it next week (now I'm on holiday) |
fixed in 2.1.2 |
It looks great) But this solution does not work for nested maps, still getting the same exception: |
true, but I don't think that JaVers will do meaningful diff for such complex structure like |
You are right. Thank you for suggestion and quick fix! |
Map fields of object snapshots containing keys with dots cannot be persisted.
It would be perfect to add possibility to set map key dot replacement ('.' <> '#dot#' for example) in Javers MongoRepository or Javers at all.
The text was updated successfully, but these errors were encountered: