From 87641edc4c5dc1804b278858cd6882af40a2c6e3 Mon Sep 17 00:00:00 2001 From: BBD2020 18 Date: Mon, 6 Sep 2021 04:03:04 +0530 Subject: [PATCH 1/3] Dropwizard Swagger version stable version --- statesman-server/config/local.yml | 14 ++++++-------- statesman-server/pom.xml | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/statesman-server/config/local.yml b/statesman-server/config/local.yml index a63b037..98be55f 100644 --- a/statesman-server/config/local.yml +++ b/statesman-server/config/local.yml @@ -71,15 +71,13 @@ httpActionDefaultConfig: opTimeoutMs: 10000 eventPublisherConfig: - disabled: true - httpClientConfiguration: - connections: 10 - idleTimeOutSeconds: 30 - connectTimeoutMs: 10000 - opTimeoutMs: 10000 - endpoint: "http://34.93.41.24/sendBulkMsg" - batchSize: 50 + server: "http://34.93.41.24/sendBulkMsg" queuePath: /tmp/statesman + connections: 10 + idleTimeOutSeconds: 30 + connectTimeoutMs: 10000 + opTimeoutMs: 10000 + disabled: true foxtrot: endpoint: http://localhost diff --git a/statesman-server/pom.xml b/statesman-server/pom.xml index 2458c58..7057e05 100644 --- a/statesman-server/pom.xml +++ b/statesman-server/pom.xml @@ -13,7 +13,7 @@ 5.3.0 - 2.0.12-1 + 2.0.0-1 2.0.23-2 2.2.0 From bb7991233a6001a6dd92203d7758533640fce084 Mon Sep 17 00:00:00 2001 From: BBD2020 18 Date: Wed, 8 Sep 2021 18:22:29 +0530 Subject: [PATCH 2/3] Upgraded hope and added reflections library --- pom.xml | 6 ++++++ statesman-engine/pom.xml | 2 +- statesman-server/pom.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 646f4e2..a541209 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,7 @@ 2.6.2 1.0.6 1.9.7 + 0.9.12 @@ -62,6 +63,11 @@ ${mockito.version} test + + org.reflections + reflections + ${reflections.version} + diff --git a/statesman-engine/pom.xml b/statesman-engine/pom.xml index d0903ca..8980279 100644 --- a/statesman-engine/pom.xml +++ b/statesman-engine/pom.xml @@ -12,7 +12,7 @@ statesman-engine - 1.0.9 + 1.0.10 4.1.2 1.13.1 diff --git a/statesman-server/pom.xml b/statesman-server/pom.xml index 7057e05..9c616e4 100644 --- a/statesman-server/pom.xml +++ b/statesman-server/pom.xml @@ -231,4 +231,4 @@ - + \ No newline at end of file From 749961c8cdef232804328b59a34d37996079d8da Mon Sep 17 00:00:00 2001 From: BBD2020 18 Date: Thu, 9 Sep 2021 20:20:00 +0530 Subject: [PATCH 3/3] Upgraded hope library --- pom.xml | 6 ------ statesman-engine/pom.xml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index a541209..646f4e2 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,6 @@ 2.6.2 1.0.6 1.9.7 - 0.9.12 @@ -63,11 +62,6 @@ ${mockito.version} test - - org.reflections - reflections - ${reflections.version} - diff --git a/statesman-engine/pom.xml b/statesman-engine/pom.xml index 8980279..9ebef01 100644 --- a/statesman-engine/pom.xml +++ b/statesman-engine/pom.xml @@ -12,7 +12,7 @@ statesman-engine - 1.0.10 + 1.0.11 4.1.2 1.13.1