From 9c88bc3fb5eaa2d8bda1e0b0bbf99c990d237c4e Mon Sep 17 00:00:00 2001 From: andrew shan <45474304+andrewshan@users.noreply.github.com> Date: Fri, 10 May 2024 15:10:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4polaris-java=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=9A=84=E4=BE=9D=E8=B5=96=20(#167)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: optimize the discovery inject logic and fix nacos config not working issue * feat: 删除无用的导入 * feat: 增加actuator到demo中 * fix: add lossless healthcheck for example * fix: add configuration comments * fix: 修复事件日志不输出的问题 * release: release version to 1.7.0-RC1 * feat: new add java agent for hoxton * feat: support service registry and config * feat: refrator all inject logics into BeanInjector * feat: add gray release example & dispatch bean register into plugins * feat: add environment parameter to obtain the configuration * feat: 增加元数据传输相关拦截器 * feat: 调整example打包脚本 * fix: 修复脚本没法跳转的问题 * fix: 修正样例的配置文件 * fix: 修复熔断无法加载的问题 * fix: 更新北极星的版本号依赖 * fix: 调整版本依赖 --- .../spring-cloud-hoxton-plugin/pom.xml | 8 -------- pom.xml | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/polaris-agent-plugins/spring-cloud-plugins/spring-cloud-hoxton-plugin/pom.xml b/polaris-agent-plugins/spring-cloud-plugins/spring-cloud-hoxton-plugin/pom.xml index c77582a6..4e0b9556 100644 --- a/polaris-agent-plugins/spring-cloud-plugins/spring-cloud-hoxton-plugin/pom.xml +++ b/polaris-agent-plugins/spring-cloud-plugins/spring-cloud-hoxton-plugin/pom.xml @@ -82,12 +82,6 @@ provided - - org.apache.commons - commons-lang3 - 3.10 - - org.springframework.cloud @@ -121,13 +115,11 @@ com.tencent.polaris polaris-all - 1.15.4 com.google.guava guava - 32.0.1-jre diff --git a/pom.xml b/pom.xml index a80f88ed..45bf8edd 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ 1.7.0-RC2 1.15.5-SNAPSHOT + 32.0.1-jre UTF-8 false UTF-8 @@ -52,6 +53,13 @@ ${slf4j.vesion} provided + + + com.google.guava + guava + ${guava.version} + +