-
Notifications
You must be signed in to change notification settings - Fork 22
Remove the vendored file and reference the official googleapis proto package #353
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
Conversation
6ab46eb to
98881f9
Compare
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
f1b44bb to
c89aa86
Compare
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.
User description
PR Type
Enhancement
Description
Remove vendored Google RPC proto files from repository
Replace local proto imports with official googleapis package
Update proto imports in streams and rpc files
Add blank lines to multiple Java and configuration files
Diagram Walkthrough
File Walkthrough
code.proto
Remove vendored Google RPC code proto filesrc/main/proto/kurrentdb/protocol/v1/code.proto
status.proto
Remove vendored Google RPC status proto filesrc/main/proto/kurrentdb/protocol/v1/status.proto
streams.proto
Update status proto import to googleapissrc/main/proto/kurrentdb/protocol/v1/streams.proto
kurrentdb/protocol/v1/status.prototo
google/rpc/status.protorpc.proto
Update code proto import to googleapissrc/main/proto/kurrentdb/protocol/v2/rpc.proto
kurrentdb/protocol/v1/code.prototo
google/rpc/code.protoAbortProjection.java
Add blank line formattingsrc/main/java/io/kurrent/dbclient/AbortProjection.java
README.md
Add blank line formattingREADME.md