Skip to content

Allow fine grained store specific converter registration [DATACMNS-1615] #2043

Closed
@spring-projects-issues

Description

@spring-projects-issues

Christoph Strobl opened DATACMNS-1615 and commented

Right now a set of common converters (eg. for java.time) types is registered via SD commons.  

However, not all stores support those conversions which leads to warnings in the log.

Instead of the boolean flag for default converter registration we should be able to pass in a config object providing more control


Issue Links:

  • DATAMONGO-2590 Allow users to opt into storing BigInteger as Decimal128
    ("is depended on by")

  • DATACASS-727 Clean up converter registration
    ("is depended on by")

  • DATACMNS-1665 Changed converter registration broke converter usage in Spring Data Elasticsearch

  • DATAMONGO-2400 Read/write converters not working

  • DATACMNS-1618 Set loglevel for java.time converters to debug (temporary fix)

  • DATACMNS-1597 Warning logs for java/joda time date/time converters
    ("supersedes")

Referenced from: pull request #421, and commits 09153ba, 580e55a, f3b3801, 6af485b, dbcf9ae, 0640d05

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions