From f8b758a6f279ba808764ba73cc401eda3278cc30 Mon Sep 17 00:00:00 2001 From: "pader.zhang" Date: Mon, 20 May 2019 17:43:37 +0800 Subject: [PATCH 1/2] Hotfix mysql8 not support system of windows #1185 --- distribution/bin/startup.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/bin/startup.cmd b/distribution/bin/startup.cmd index 63bfc2d1a..877fef4c0 100755 --- a/distribution/bin/startup.cmd +++ b/distribution/bin/startup.cmd @@ -35,7 +35,7 @@ if not "%2" == "cluster" ( set "JAVA_OPT=%JAVA_OPT% -XX:-UseLargePages" ) -set "JAVA_OPT=%JAVA_OPT% -Xbootclasspath/a:%BASE_DIR%\plugins\cmdb" +set "JAVA_OPT=%JAVA_OPT% -Xbootclasspath/a:%BASE_DIR%\plugins\cmdb:%BASE_DIR%\plugins\mysql" set "JAVA_OPT=%JAVA_OPT% -Dnacos.home=%BASE_DIR%" set "JAVA_OPT=%JAVA_OPT% -jar %BASE_DIR%\target\nacos-server.jar" set "JAVA_OPT=%JAVA_OPT% --spring.config.location=%CUSTOM_SEARCH_LOCATIONS%" From 9ccce18e16e426a45e55652c79eeeceacfd2ca19 Mon Sep 17 00:00:00 2001 From: nkorange Date: Fri, 24 May 2019 17:23:51 +0800 Subject: [PATCH 2/2] Update jackson version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 46aa6872e..612f9fcbf 100644 --- a/pom.xml +++ b/pom.xml @@ -682,13 +682,13 @@ com.fasterxml.jackson.core jackson-core - 2.9.8 + 2.9.9 com.fasterxml.jackson.core jackson-databind - 2.9.8 + 2.9.9 org.codehaus.jackson