Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jplock authored Mar 15, 2018
1 parent cec3409 commit 62e72cb
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dropwizard-swagger

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.2.4 and Swagger 1.5.18 which supports Swagger 2 spec!
Current version has been tested with Dropwizard 1.3.0 and Swagger 1.5.18 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 All @@ -22,15 +22,16 @@ Version matrix

dropwizard-swagger| Dropwizard |Swagger API|Swagger UI
------------------|------------|-----------|----------
< 0.5 | 0.7.x | 1.3.2 | ?
0.5.x | 0.7.x | 1.3.12 | v2.1.4-M1
0.6.x | 0.8.0 | 1.3.12 | v2.1.4-M1
0.7.x | 0.8.x | 1.5.1-M2| v2.1.4-M1
0.7.2 | 0.8.4 | 1.5.3 | v2.1.2
0.9.x | 0.9.x | 1.5.9 | v2.1.5
1.0.x | 1.0.x | 1.5.12 | v2.2.10
1.1.x | 1.1.x | 1.5.16 | v2.2.10
1.2.x     | 1.2.x   | 1.5.18 | v3.9.2
< 0.5 | 0.7.x | 1.3.2 | ?
0.5.x | 0.7.x | 1.3.12 | v2.1.4-M1
0.6.x | 0.8.0 | 1.3.12 | v2.1.4-M1
0.7.x | 0.8.x | 1.5.1-M2 | v2.1.4-M1
0.7.2 | 0.8.4 | 1.5.3 | v2.1.2
0.9.x | 0.9.x | 1.5.9 | v2.1.5
1.0.x | 1.0.x | 1.5.12 | v2.2.10
1.1.x | 1.1.x | 1.5.16 | v2.2.10
1.2.x     | 1.2.x   | 1.5.18 | v3.9.2
1.3.x     | 1.3.x   | 1.5.18 | v3.12.1

How to use it
-------------
Expand All @@ -41,7 +42,7 @@ How to use it
<dependency>
<groupId>com.smoketurner</groupId>
<artifactId>dropwizard-swagger</artifactId>
<version>1.2.4-2</version>
<version>1.3.0-1</version>
</dependency>
```

Expand Down

0 comments on commit 62e72cb

Please sign in to comment.