From 5fdddfd47c2b425ae3208322ceada56efdcfa288 Mon Sep 17 00:00:00 2001 From: tanghc Date: Thu, 2 Jan 2020 10:34:30 +0800 Subject: [PATCH] 2.5.9 --- changelog.md | 5 +++++ sop-auth/pom.xml | 2 +- sop-common/pom.xml | 2 +- sop-common/sop-gateway-common/pom.xml | 4 ++-- sop-common/sop-service-common/pom.xml | 4 ++-- sop-example/sop-book/sop-book-web/pom.xml | 2 +- sop-example/sop-easyopen/pom.xml | 2 +- sop-example/sop-springmvc/pom.xml | 2 +- sop-example/sop-story/sop-story-web/pom.xml | 2 +- sop-gateway/pom.xml | 2 +- sop-website/pom.xml | 2 +- 11 files changed, 17 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index 49e32814..2d94d5e8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # changelog +## 2.5.9 + +- 优化获取context-path +- 修复结果返回产生的NPE问题 + ## 2.5.8 - 优化参数绑定 diff --git a/sop-auth/pom.xml b/sop-auth/pom.xml index 9097898a..4245a5ec 100644 --- a/sop-auth/pom.xml +++ b/sop-auth/pom.xml @@ -26,7 +26,7 @@ com.gitee.sop sop-service-common - 2.5.8-SNAPSHOT + 2.5.9-SNAPSHOT diff --git a/sop-common/pom.xml b/sop-common/pom.xml index dc84cd09..a12af096 100644 --- a/sop-common/pom.xml +++ b/sop-common/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.gitee.sop sop-common - 2.5.8-SNAPSHOT + 2.5.9-SNAPSHOT pom diff --git a/sop-common/sop-gateway-common/pom.xml b/sop-common/sop-gateway-common/pom.xml index e5de7f61..a900714e 100644 --- a/sop-common/sop-gateway-common/pom.xml +++ b/sop-common/sop-gateway-common/pom.xml @@ -5,11 +5,11 @@ com.gitee.sop sop-common - 2.5.8-SNAPSHOT + 2.5.9-SNAPSHOT ../pom.xml sop-gateway-common - 2.5.8-SNAPSHOT + 2.5.9-SNAPSHOT jar sop-gateway-common diff --git a/sop-common/sop-service-common/pom.xml b/sop-common/sop-service-common/pom.xml index 372dfb50..17760a18 100644 --- a/sop-common/sop-service-common/pom.xml +++ b/sop-common/sop-service-common/pom.xml @@ -6,11 +6,11 @@ com.gitee.sop sop-common - 2.5.8-SNAPSHOT + 2.5.9-SNAPSHOT ../pom.xml sop-service-common - 2.5.8-SNAPSHOT + 2.5.9-SNAPSHOT jar sop-service-common diff --git a/sop-example/sop-book/sop-book-web/pom.xml b/sop-example/sop-book/sop-book-web/pom.xml index 97679424..6c284d50 100644 --- a/sop-example/sop-book/sop-book-web/pom.xml +++ b/sop-example/sop-book/sop-book-web/pom.xml @@ -28,7 +28,7 @@ com.gitee.sop sop-service-common - 2.5.8-SNAPSHOT + 2.5.9-SNAPSHOT com.gitee.sop diff --git a/sop-example/sop-easyopen/pom.xml b/sop-example/sop-easyopen/pom.xml index 0b169726..c1515e53 100644 --- a/sop-example/sop-easyopen/pom.xml +++ b/sop-example/sop-easyopen/pom.xml @@ -29,7 +29,7 @@ com.gitee.sop sop-service-common - 2.5.8-SNAPSHOT + 2.5.9-SNAPSHOT diff --git a/sop-example/sop-story/sop-story-web/pom.xml b/sop-example/sop-story/sop-story-web/pom.xml index 6ee32a77..837b9b0f 100644 --- a/sop-example/sop-story/sop-story-web/pom.xml +++ b/sop-example/sop-story/sop-story-web/pom.xml @@ -28,7 +28,7 @@ com.gitee.sop sop-service-common - 2.5.8-SNAPSHOT + 2.5.9-SNAPSHOT com.gitee.sop diff --git a/sop-gateway/pom.xml b/sop-gateway/pom.xml index 10c993e2..005c7a44 100644 --- a/sop-gateway/pom.xml +++ b/sop-gateway/pom.xml @@ -29,7 +29,7 @@ com.gitee.sop sop-gateway-common - 2.5.8-SNAPSHOT + 2.5.9-SNAPSHOT diff --git a/sop-website/pom.xml b/sop-website/pom.xml index b1e519ad..12b7b82d 100644 --- a/sop-website/pom.xml +++ b/sop-website/pom.xml @@ -35,7 +35,7 @@ com.gitee.sop sop-gateway-common - 2.5.8-SNAPSHOT + 2.5.9-SNAPSHOT