From 6c71bfb803ea83242959adde9d4ab8ddfe3cd27f Mon Sep 17 00:00:00 2001 From: rbergmann Date: Mon, 6 May 2019 11:39:11 +0200 Subject: [PATCH 1/3] ~ update dependencies (dropwizard 1.3.10, jetty 9.4.18) --- pom.xml | 18 +++++++++--------- .../io/dropwizard/websockets/GeneralUtils.java | 2 -- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 443780f..ff7df12 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,14 @@ 4.0.0 com.liveperson - 1.3.2 + 1.3.10 UTF-8 1.8 1.8 - 1.3.2 - 9.4.10.v20180503 + 1.3.10 + 9.4.18.v20190429 + 1.15 dropwizard-websockets jar @@ -48,7 +49,6 @@ - io.dropwizard dropwizard-core @@ -76,7 +76,7 @@ org.glassfish.tyrus.ext tyrus-client-java8 - 1.12 + ${tyrus.version} test @@ -88,7 +88,7 @@ org.glassfish.tyrus tyrus-container-grizzly-client - 1.12 + ${tyrus.version} test @@ -114,7 +114,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.6 + 1.6.8 true ossrh @@ -125,7 +125,7 @@ org.apache.maven.plugins maven-source-plugin - 2.4 + 3.0.1 attach-sources @@ -138,7 +138,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.3 + 3.1.0 attach-javadocs diff --git a/src/main/java/io/dropwizard/websockets/GeneralUtils.java b/src/main/java/io/dropwizard/websockets/GeneralUtils.java index aaa81e8..78f4750 100644 --- a/src/main/java/io/dropwizard/websockets/GeneralUtils.java +++ b/src/main/java/io/dropwizard/websockets/GeneralUtils.java @@ -24,8 +24,6 @@ import java.util.function.Consumer; import java.util.function.Supplier; -import java.util.logging.Level; -import java.util.logging.Logger; public class GeneralUtils { From 99320a318d1d61251bf8fba0f507d4df9951cfa7 Mon Sep 17 00:00:00 2001 From: Ronald Date: Mon, 19 Aug 2019 15:43:17 +0200 Subject: [PATCH 2/3] update dw version --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index ff7df12..02ffbdf 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,12 @@ 4.0.0 com.liveperson - 1.3.10 + 1.3.14 UTF-8 1.8 1.8 - 1.3.10 + 1.3.14 9.4.18.v20190429 1.15 @@ -16,7 +16,7 @@ 2017 Dropwizard Websocket Support 3rd party bundle for dropwizard to enable websocket services. - https://github.com/LivePersonInc/dropwizard-websockets + https://github.com/black-snow/dropwizard-websockets The MIT License (MIT) @@ -33,9 +33,9 @@ - https://github.com/LivePersonInc/dropwizard-websockets - scm:git:https://github.com/LivePersonInc/dropwizard-websockets.git - scm:git:https://github.com/LivePersonInc/dropwizard-websockets.git + https://github.com/black-snow/dropwizard-websockets + scm:git:https://github.com/black-snow/dropwizard-websockets.git + scm:git:https://github.com/black-snow/dropwizard-websockets.git @@ -232,4 +232,4 @@ - \ No newline at end of file + From 0bf71d508f582e80ce79f1c9e10affab19daf6e2 Mon Sep 17 00:00:00 2001 From: Ronald Date: Mon, 19 Aug 2019 15:54:39 +0200 Subject: [PATCH 3/3] upgrade jetty version fixes missing pools --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 02ffbdf..bcd71c3 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 1.8 1.8 1.3.14 - 9.4.18.v20190429 + 9.4.20.v20190813 1.15 dropwizard-websockets