SpineEventEngine / validation

Apache License 2.0
2 stars 0 forks source link

Deprecate `vBuild()` #53

Closed alexander-yevsyukov closed 1 year ago

alexander-yevsyukov commented 1 year ago

This PR deprecates ValidatingBuilder.vBuild() in favor of build() which now is also annotated @Validated since Validation already can patch the standard Prototuf-generated code with our features.

Setting @Validated annotation on generated build() methods would be done in a separate PR.

codecov[bot] commented 1 year ago

Codecov Report

Merging #53 (26cf232) into master (57e972b) will decrease coverage by 0.08%. The diff coverage is 11.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #53 +/- ## ============================================ - Coverage 45.11% 45.03% -0.09% + Complexity 451 450 -1 ============================================ Files 117 117 Lines 2580 2578 -2 Branches 210 210 ============================================ - Hits 1164 1161 -3 - Misses 1369 1370 +1 Partials 47 47 ```