From 534feb7a29ce897b28f180904bde838f8618db8c Mon Sep 17 00:00:00 2001 From: Justin Plock Date: Tue, 22 Nov 2016 16:30:26 -0500 Subject: [PATCH] Upgrade to Dropwizard 1.0.5 --- .gitignore | 3 +++ README.md | 4 +++- pom.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bbd2f6dc..fe2e0bd2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ target/ .idea/ .DS_Store release.properties +.classpath +.project +.settings diff --git a/README.md b/README.md index 42a2056d..60621d3c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pom.xml b/pom.xml index 087220af..e166a74c 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ - 1.0.3 + 1.0.5 UTF-8 UTF-8 UTF-8