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.

javalin-openapi 5.x is not available

See original GitHub issue

Currently, javalin-openapi 4.6.6 doesn’t work with Javalin 5.0.1. Having error like this:

Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
    class io.javalin.plugin.openapi.OpenApiPlugin, unresolved supertypes: io.javalin.core.plugin.Plugin, io.javalin.core.plugin.PluginLifecycleInit

When compatible javalin-openapi version (I assume 5.0.x) will be available?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
zugazagoitiacommented, Oct 5, 2022

@Jerbell it seems to be available now through different Maven repo, not Maven Central, see https://github.com/javalin/javalin-openapi/issues/26#issue-1273609828 I’m going to try it.

We’re currently working (#1660) on getting some plugins available on Maven Central, in the meanwhile, I believe the OpenAPI plugin is available on @dzikoysk repo: https://maven.reposilite.com/#/releases

Unfortunately, even latest release version from that repo is not compatible. I’ve opened https://github.com/javalin/javalin-openapi/issues/40

Regarding this I’m sure the author will have a look at it soon, given how fast he usually is I would expect a fix later today.

Either way, the OpenAPI plugin is now an external project, this issue can be closed in this repo.

0reactions
IvanPizhenkocommented, Oct 5, 2022

I think we can close this one as long as related issue https://github.com/javalin/javalin-openapi/issues/40 exists.

Read more comments on GitHub >

github_iconTop Results From Across the Web

javalin/javalin-openapi - GitHub
Compile-time OpenAPI integration for Javalin 5.x ecosystem. This is a new plugin that replaces old built-in OpenApi module, the API looks quite the...
Read more >
Documenting endpoints with OpenAPI 3 - Javalin
We've created a UserService and a User class. This is not too relevant for OpenAPI, so we're not showing them in the tutorial,...
Read more >
javalin-io/general - Gitter
Hi, has someone here fiddled with Javalin + Mockito + Junit5? I'm getting some error which I can not really explain: I have...
Read more >
Javalin (Javalin 2.0.0.RC1 API) - javadoc.io
Configure the instance to return 405 (Method Not Allowed) instead of 404 (Not Found) whenever a request method doesn't exists but there are...
Read more >
Newest 'javalin' Questions - Stack Overflow
There have been a lot of changes to the configuration in Javalin 5. One thing that used to work in ... Swagger is...
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