Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for dropwizard 0.8.1 #64

Open
silvpol opened this issue Aug 2, 2015 · 3 comments
Open

Add support for dropwizard 0.8.1 #64

silvpol opened this issue Aug 2, 2015 · 3 comments

Comments

@silvpol
Copy link

silvpol commented Aug 2, 2015

When using dropwizard-swagger with dropwizard 0.8.1 I get following exception on startup:

Exception in thread "main" java.lang.AbstractMethodError
at io.dropwizard.views.ViewBundle.run(ViewBundle.java:112)
at io.dropwizard.views.ViewBundle.run(ViewBundle.java:92)
at io.dropwizard.setup.Bootstrap.run(Bootstrap.java:183)
at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:41)
at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:76)
at io.dropwizard.cli.Cli.run(Cli.java:70)
at io.dropwizard.Application.run(Application.java:73)
at ibid.server.portal.PortalService.main(PortalService.java:50)

This seems to be a dependency issue - rebuilding dropwizard-swagger against 0.8.1 and disabling maven-enforcer-plugin (dropwizard-junit depends on 0.8.0 and fails build) allows to start without problem.

@jplock
Copy link

jplock commented Aug 2, 2015

I submitted a PR to upgrade to Dropwizard 0.8.2 #63

@m-manu
Copy link

m-manu commented Aug 25, 2015

@federecio Can you please release 'Swagger for Dropwizard 0.8.2' to Maven Central? Thanks.

@m-manu
Copy link

m-manu commented Sep 1, 2015

@federecio Are you planning to continue to maintain this repo?

akraxx pushed a commit to akraxx/dropwizard-swagger that referenced this issue Jan 30, 2017
add the ability to remove swagger resource from the application context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants