-
Notifications
You must be signed in to change notification settings - Fork 105
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
concord client v2 #810
concord client v2 #810
Conversation
61a6da7
to
2dbe0a4
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.
Minor comments, otherwise LGTM.
<configuration> | ||
<skip>true</skip> | ||
<analysisConfiguration> | ||
<revapi.ignore> |
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.
Do we need ignores for a new module?
</dependency> | ||
<dependency> | ||
<groupId>com.google.code.findbugs</groupId> | ||
<artifactId>jsr305</artifactId> |
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.
This and error_prone_annotations
below -- not used in the current client code, if I read it correctly?
new concord client impl (client2):
This PR is just to release Concord with the new client. After that, we'll build concord-testcontainers with the new Concord version and in additional PR we will fully switch to client2 in Concord.