Open
Description
Logan Mauzaize opened DATAMONGO-1790 and commented
MappingMongoConverter.setMapKeyDotReplacement(String)
method permits to specifiy a replacement for dot in map keys. However, it's not a strict replacement but regex-based one (String.replaceAll(String, String))
It would be very nice to specify that string must be a valid regular expression pattern
Affects: 2.0 RC3 (Kay), 1.10.7 (Ingalls SR7)