question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Serdes jar does not include all dependencies

See original GitHub issue

The serdes jar file does not include all the dependencies it requires. When running with a sample application that has only org.apache.kafka:kafka-clients:2.5.0 and io.apicurio:apicurio-registry-utils-serde:1.2.2.Final in the dependencies section of the pom.xml I get the following error:

image (20)

After some experimenting I make more progress by adding javax.enterprise:cdi-api:1.2, org.jboss.resteasy:resteasy-core:4.5.5.Final and org.jboss.resteasy:resteasy-client:4.5.5.Final but the jar file should already have all the dependencies I need, I shouldn’t have to add others to my pom.xml manually.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:19 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
carlesarnalcommented, Sep 8, 2020

Hi @EricWittmann,

I’m in favour of removing all that JAX-RS classes. I’ll have a look at this and improve this implementation.

1reaction
EricWittmanncommented, Sep 20, 2020

You’re not wrong. Ideally that should be the only dependency. For now we’ll have to document the issue (users might need the RE rest client dependency as well, depending on their application). The old client interface that uses the JAX-RS classes has been deprecated - so the next major release should clean the last of this up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Where to put json-serde-1.3.7-jar-with-dependencies jar file
First I add the hive-serdex-1.0-snapshot jar file hive> ADD JAR - 48073.
Read more >
Including dependencies in a jar with Maven - Stack Overflow
I am trying exactly this, however the plugin is not run and the jar file is not created even though the build executes...
Read more >
Download schema-registry-serdes JAR file with all ...
Download schema-registry-serdes JAR file with all dependencies. Search JAR files by class name. schema-registry-serdes from group com.hortonworks.registries ...
Read more >
Hive Tables - Spark 3.3.1 Documentation
This classpath must include all of Hive and its dependencies, including the correct version of Hadoop. The provided jars should be the same...
Read more >
Installation | Confluent Platform 3.0.0
If you're an application developer, you can include Confluent dependencies in your project via a repository: jars via maven repository ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found