Skip to content

Clear omitted bindData fields when nullMissing is enabled - #15950

Open
jamesfredley wants to merge 5 commits into
fix/binddata-mass-assignmentfrom
fix/binddata-null-missing-stale-data
Open

Clear omitted bindData fields when nullMissing is enabled#15950
jamesfredley wants to merge 5 commits into
fix/binddata-mass-assignmentfrom
fix/binddata-null-missing-stale-data

Merge branch 'fix/binddata-mass-assignment' into fix/binddata-null-mi…

62d4aad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 29, 2026 in 1s

50.8298% (-0.5774%) compared to f1bdc75

View this Pull Request on Codecov

50.8298% (-0.5774%) compared to f1bdc75

Details

Codecov Report

❌ Patch coverage is 1.79949% with 382 lines in your changes missing coverage. Please review.
✅ Project coverage is 50.8298%. Comparing base (f1bdc75) to head (62d4aad).

Files with missing lines Patch % Lines
...roovy/grails/web/databinding/DataBindingUtils.java 1.8470% 369 Missing and 3 partials ⚠️
.../groovy/grails/databinding/SimpleDataBinder.groovy 0.0000% 5 Missing and 5 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@                          Coverage Diff                           @@
##             fix/binddata-mass-assignment     #15950        +/-   ##
======================================================================
- Coverage                         51.4072%   50.8298%   -0.5774%     
+ Complexity                          17830      17675       -155     
======================================================================
  Files                                2039       2041         +2     
  Lines                               96004      96347       +343     
  Branches                            16692      16827       +135     
======================================================================
- Hits                                49353      48973       -380     
- Misses                              39296      40034       +738     
+ Partials                             7355       7340        -15     
Files with missing lines Coverage Δ
.../groovy/grails/databinding/SimpleDataBinder.groovy 72.9268% <0.0000%> (-1.6368%) ⬇️
...roovy/grails/web/databinding/DataBindingUtils.java 25.2226% <1.8470%> (-30.8585%) ⬇️

... and 109 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.