-
Notifications
You must be signed in to change notification settings - Fork 161
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
Feature provide compiled version of protobuf payload #3801
Feature provide compiled version of protobuf payload #3801
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3801 +/- ##
=============================================
- Coverage 23.16% 21.42% -1.74%
Complexity 26 26
=============================================
Files 1866 1869 +3
Lines 35288 39842 +4554
Branches 2782 3829 +1047
=============================================
+ Hits 8175 8538 +363
- Misses 26801 30893 +4092
- Partials 312 411 +99
|
GitLab issue [1] filed because this PR adds more than 1000 lines edit: they moved the issue to another board [2] [1] https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3340 |
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
Brief description of the PR
This PR add the pre-compiled version of the
kurapayload.proto
.This allows to:
protoc-jar-maven-plugin
dependencycom.google.protobuf:protobuf-java
dependency, which currently it's not possible due to the fact thatprotoc-jar-maven-plugin
does not supportprotobuf 3.21.9
.Related Issue
This PR fixes #3800.