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

Client schema-registry should not depend on jersey-common #1646

Closed
bdelbosc opened this issue Oct 9, 2020 · 2 comments
Closed

Client schema-registry should not depend on jersey-common #1646

bdelbosc opened this issue Oct 9, 2020 · 2 comments

Comments

@bdelbosc
Copy link

bdelbosc commented Oct 9, 2020

Hi, Since c19da74 (v5.4.1) the schema-registry client module depends on jersey-common,
this makes Confluent Avro codec integration harder on project with conflicting jax rs dependencies.

It looks like the only usage in the client module is for UriBuilder there must be better alternative than jersey.
wdyt?

Regards

@pkwarren
Copy link

The jersey-common dependency is actually unused. You can run mvn dependency:analyze-only and see that it is called out as an unused dependency.

@rayokota
Copy link
Member

Fixed by #1933

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

No branches or pull requests

3 participants