Skip to content
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

Refactor DbJson Jackson handling adding DatabaseConfig.setJsonDirtyByDefault() #2248

Merged
merged 1 commit into from
Jun 10, 2021

Conversation

rbygrave
Copy link
Member

Adds the ability to change the default "jsonDirtyByDefault" configuration setting used with DbJson Jackson properties. Currently these default to being assumed dirty and this allows us to change that to be assumed not dirty (which is very likely the better default).

…Default()

Adds the ability to change the default "jsonDirtyByDefault" configuration setting used with DbJson Jackson properties. Currently these default to being assumed dirty and this allows us to change that to be assumed not dirty (which is very likely the better default).
@rbygrave rbygrave added this to the 12.9.2 milestone Jun 10, 2021
@rbygrave rbygrave self-assigned this Jun 10, 2021
@rbygrave rbygrave merged commit 6fd2f55 into master Jun 10, 2021
@rbygrave rbygrave deleted the feature/DbJson-DirtyDetection-Refactor branch November 30, 2021 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant