Skip to content

Commit

Permalink
Upgrade to Dropwizard 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jplock committed Nov 22, 2016
1 parent 4cdfac0 commit 534feb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ target/
.idea/
.DS_Store
release.properties
.classpath
.project
.settings
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ dropwizard-swagger
[![Maven Central](https://img.shields.io/maven-central/v/com.smoketurner/dropwizard-swagger.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.smoketurner/dropwizard-swagger/)
[![GitHub license](https://img.shields.io/github/license/smoketurner/dropwizard-swagger.svg?style=flat-square)](https://github.com/smoketurner/dropwizard-swagger/tree/master)

NOTE: A Dropwizard 1.0.x release is blocked until Swagger 1.5.11 is released (see https://github.com/swagger-api/swagger-core/issues/2012)

a Dropwizard bundle that serves Swagger UI static content and loads Swagger endpoints. Swagger UI static content is taken from https://github.com/swagger-api/swagger-ui

Current version has been tested with Dropwizard 1.0.2 and Swagger 1.5.10 which supports Swagger 2 spec!
Current version has been tested with Dropwizard 1.0.5 and Swagger 1.5.10 which supports Swagger 2 spec!

Note: if you come from previous versions there have been some changes in the way the bundle is configured, see details below.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</scm>

<properties>
<dropwizard.version>1.0.3</dropwizard.version>
<dropwizard.version>1.0.5</dropwizard.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<file.encoding>UTF-8</file.encoding>
Expand Down

0 comments on commit 534feb7

Please sign in to comment.