RepoNotes
Toggle theme
Loading ...
Sign in
grpc/grpc-java-api-checker
33
1
0
Readme
Notes
New Note
Sign in to add notes for this repository
RN
grpc
2633
Followers
0
Following
31
Repos
No Twitter
A high performance, open source, general-purpose RPC framework
Branches
master
Releases
Commits
Upgrade deps; require Java 11 Error Prone 2.11 started requiring Java 11, so the previous version was already the last version that supported Java 8. Error Prone 2.32 requires Java 17, so stopped on
Replace a build badge in README.md (#28) Since Travis CI is no longer used in this repo, this should be replaced with the GitHub Actions badge.
Upgrade dependencies Guava was used by a single checkNotNull() call site, so the dependency was removed instead of upgraded.
Issues