SpineEventEngine / validation

Apache License 2.0
2 stars 0 forks source link

Bump McJava and Validation #128

Closed alexander-yevsyukov closed 2 months ago

alexander-yevsyukov commented 2 months ago

This PR migrates to newer McJava, which no longer makes Message.Builder implement ValidatingBuilder interface.

Because of this change, codegen for the backend now have to use Validation features, and its version also bumped.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 37.82%. Comparing base (f64f4c9) to head (904fed0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #128 +/- ## ========================================= Coverage 37.82% 37.82% Complexity 353 353 ========================================= Files 127 127 Lines 2369 2369 Branches 200 200 ========================================= Hits 896 896 Misses 1411 1411 Partials 62 62 ```