Serdes jar does not include all dependencies
See original GitHub issueThe 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:
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:
- Created 3 years ago
- Comments:19 (13 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @EricWittmann,
I’m in favour of removing all that JAX-RS classes. I’ll have a look at this and improve this implementation.
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.