Skip to content

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

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

Closed
spring-projects-issues opened this issue Nov 13, 2019 · 0 comments
Assignees
Labels
type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants