From 28336853b60b1f15312cf09d81232576bb2d0551 Mon Sep 17 00:00:00 2001 From: zhouhailin Date: Sat, 6 Mar 2021 12:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=AD=E4=BB=A3:=201.5.0.RELEASE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- freeswitch-esl-example/pom.xml | 2 +- .../pom.xml | 8 ++++++-- freeswitch-esl-spring-boot-starter/pom.xml | 2 +- freeswitch-esl/pom.xml | 2 +- .../thingscloud/freeswitch/esl/util/Validate.java | 1 + pom.xml | 15 ++++++++++++--- 6 files changed, 22 insertions(+), 8 deletions(-) diff --git a/freeswitch-esl-example/pom.xml b/freeswitch-esl-example/pom.xml index 735b025..b895995 100644 --- a/freeswitch-esl-example/pom.xml +++ b/freeswitch-esl-example/pom.xml @@ -22,7 +22,7 @@ freeswitch-esl-all link.thingscloud - 1.5.0.SNAPSHOT + 1.5.0.RELEASE 4.0.0 diff --git a/freeswitch-esl-spring-boot-starter-example/pom.xml b/freeswitch-esl-spring-boot-starter-example/pom.xml index 5551f06..86b0819 100644 --- a/freeswitch-esl-spring-boot-starter-example/pom.xml +++ b/freeswitch-esl-spring-boot-starter-example/pom.xml @@ -22,7 +22,7 @@ freeswitch-esl-all link.thingscloud - 1.5.0.SNAPSHOT + 1.5.0.RELEASE freeswitch-esl-spring-boot-starter-example @@ -40,7 +40,11 @@ org.springframework.boot spring-boot-starter-web - + + link.thingscloud + spring-boot-common-aop + 1.0.0-RELEASE + org.springframework.boot spring-boot-devtools diff --git a/freeswitch-esl-spring-boot-starter/pom.xml b/freeswitch-esl-spring-boot-starter/pom.xml index 770a2f2..252d54a 100644 --- a/freeswitch-esl-spring-boot-starter/pom.xml +++ b/freeswitch-esl-spring-boot-starter/pom.xml @@ -22,7 +22,7 @@ freeswitch-esl-all link.thingscloud - 1.5.0.SNAPSHOT + 1.5.0.RELEASE 4.0.0 diff --git a/freeswitch-esl/pom.xml b/freeswitch-esl/pom.xml index 7588bdb..1df4f4f 100644 --- a/freeswitch-esl/pom.xml +++ b/freeswitch-esl/pom.xml @@ -22,7 +22,7 @@ freeswitch-esl-all link.thingscloud - 1.5.0.SNAPSHOT + 1.5.0.RELEASE 4.0.0 diff --git a/freeswitch-esl/src/main/java/link/thingscloud/freeswitch/esl/util/Validate.java b/freeswitch-esl/src/main/java/link/thingscloud/freeswitch/esl/util/Validate.java index f28175d..6b27f35 100644 --- a/freeswitch-esl/src/main/java/link/thingscloud/freeswitch/esl/util/Validate.java +++ b/freeswitch-esl/src/main/java/link/thingscloud/freeswitch/esl/util/Validate.java @@ -30,6 +30,7 @@ public static void isTrue(final boolean expression, final String message, final * @param collection a T object. * @param message a {@link java.lang.String} object. * @param values a {@link java.lang.Object} object. + * @param T * @return a T object. */ public static > T notEmpty(final T collection, final String message, final Object... values) { diff --git a/pom.xml b/pom.xml index 9b36685..80df32f 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ link.thingscloud freeswitch-esl-all pom - 1.5.0.SNAPSHOT + 1.5.0.RELEASE freeswitch-esl-all-${project.version} freeswitch event socket library on netty 4.1 @@ -42,6 +42,7 @@ UTF-8 UTF-8 + 4.1.50.Final 2.3.0.RELEASE 1.8 @@ -55,7 +56,7 @@ https://github.com/zhouhailin/freeswitch-esl-all scm:git:https://github.com/zhouhailin/freeswitch-esl-all.git scm:git:https://github.com/zhouhailin/freeswitch-esl-all.git - 1.4.0.SNAPSHOT + 1.5.0.RELEASE @@ -120,8 +121,16 @@ io.netty netty-all - 4.1.50.Final + ${netty.version} + + io.netty + netty-transport-native-epoll + ${netty.version} + linux-x86_64 + provided + +