Skip to content
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

Merged
merged 7 commits into from
Jul 17, 2024
Merged

Conversation

alexander-yevsyukov
Copy link
Collaborator

@alexander-yevsyukov alexander-yevsyukov commented Jul 16, 2024

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.

Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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           

@alexander-yevsyukov alexander-yevsyukov self-assigned this Jul 16, 2024
@alexander-yevsyukov alexander-yevsyukov marked this pull request as ready for review July 16, 2024 21:00
Copy link
Collaborator

@armiol armiol left a 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.

}
}
}
//modelCompiler {
Copy link
Collaborator

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?

@alexander-yevsyukov alexander-yevsyukov changed the title Bump McJava and ProtoData Bump McJava and Validation Jul 17, 2024
@alexander-yevsyukov alexander-yevsyukov merged commit 6eae621 into master Jul 17, 2024
7 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the bump-mc-java-and-protodata branch July 17, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants