-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump McJava and Validation #128
Conversation
... because now it makes `Builder` implement `ValidatingBuilder`.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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 |
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.
@alexander-yevsyukov LGTM, with a comment to consider.
proto/context/build.gradle.kts
Outdated
} | ||
} | ||
} | ||
//modelCompiler { |
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.
If the whole thing works together with tests, maybe we could kill these commented portions in this and other files?
This PR migrates to newer McJava, which no longer makes
Message.Builder
implementValidatingBuilder
interface.Because of this change, codegen for the backend now have to use Validation features, and its version also bumped.