javalin-openapi 5.x is not available
See original GitHub issueCurrently, 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:
- Created a year ago
- Comments:7 (7 by maintainers)
Top 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 >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
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
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.
I think we can close this one as long as related issue https://github.com/javalin/javalin-openapi/issues/40 exists.