You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: