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

concord client v2 #810

Merged
merged 10 commits into from
Oct 9, 2023
Merged

concord client v2 #810

merged 10 commits into from
Oct 9, 2023

Conversation

brig
Copy link
Contributor

@brig brig commented Sep 20, 2023

new concord client impl (client2):

  • standard java http client without additional dependencies (jackson only:));
  • removed all custom HTTP requests, so we can now use generated API classes;

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.

@brig brig requested review from a team and ibodrov September 20, 2023 08:41
@brig brig force-pushed the brig/concord-client2 branch from 61a6da7 to 2dbe0a4 Compare September 20, 2023 14:41
Copy link
Collaborator

@ibodrov ibodrov left a 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>
Copy link
Collaborator

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>
Copy link
Collaborator

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?

@brig brig merged commit 982b9d0 into master Oct 9, 2023
1 check failed
@brig brig deleted the brig/concord-client2 branch October 9, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants