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.

Various apicurio-registry-distro-connect-converter types are unresolvable by maven

See original GitHub issue

For these maven bits https://mvnrepository.com/artifact/io.apicurio/apicurio-registry-distro-connect-converter/1.3.2.Final

Various types are uploaded – jar / tar / zip. However, it seems that only the jar is actually resolvable by maven since the following does not resolve

<dependency>
          <groupId>io.apicurio</groupId>
          <artifactId>apicurio-registry-distro-connect-converter</artifactId>
          <version>${version.apicurio.converter}</version>
          <type>zip</type>
</dependency>

The only type which can be resolved is jar. Debezium does something similar with its connectors (we publish zip and tar archives into maven central) and the type identifier can be used to determine which version is resolved.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:18 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
jcechacecommented, Apr 6, 2021

That works, thanks a lot guys!

1reaction
jcechacecommented, Jan 29, 2021

I think I should be all right with just the latest version. I will test this and let you know, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add local external jar - should not point at files within the ...
Copy the entire folder for this jar file (I'll call this as installed folder) from your local Maven repository to your project's lib...
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