Deprecate MongoCustomConversions.BigDecimalRepresentation.STRING
#4920
Labels
type: enhancement
A general enhancement
Milestone
For Spring Data MongoDB 5.0, we should deprecate
MongoCustomConversions.BigDecimalRepresentation.STRING
(not for removal) and switch theBigDecimal
default toBigDecimalRepresentation.DECIMAL128
to indicate thatDecimal128
is the preferred data type enabling range queries.Storing big decimals as string is still a valid option, deprecation expresses that there are certain limitations and applications can use that option if they are aware of the implications.
Follow-up to #3444 and #4916
The text was updated successfully, but these errors were encountered: