We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
christophstrobl
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: