-
Notifications
You must be signed in to change notification settings - Fork 30
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
CME-110: Apply NullifyByDefault to a field when it is set to True/Yes #2505
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are 63 commits in the PR, and it would be good to reduce this number by rebasing the feature branch onto the latest master to avoid extra merge commits and keep the history cleaner.
build.gradle
Outdated
@@ -337,7 +337,7 @@ dependencies { | |||
implementation 'org.jooq:jool-java-8:0.9.14' | |||
implementation 'com.github.hmcts:ccd-case-document-am-client:1.7.1' | |||
|
|||
testImplementation group: 'com.github.hmcts', name: 'ccd-test-definitions', version: '7.24.2' | |||
testImplementation group: 'com.github.hmcts', name: 'ccd-test-definitions', version: '7.24.2-prerelease-CME-110-8' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version should be changed with the stable release
JIRA link (if applicable)
https://tools.hmcts.net/jira/browse/CME-110
Change description
Does this PR introduce a breaking change? (check one with "x")