release 1.1.6.1

This commit is contained in:
yanhom 2023-12-19 08:16:25 +08:00
parent 9d690f87cd
commit d4ffb122a1
7 changed files with 8 additions and 10 deletions

View File

@ -84,7 +84,7 @@ protected void afterExecute(Runnable r, Throwable t);
>
> 4. 集成常用三方中间件内部线程池管理
**经过多个版本的迭代,目前最新版本 v1.1.5 具有以下特性** ✅
**经过多个版本的迭代,目前最新版本 v1.1.6.1 具有以下特性** ✅
- **代码零侵入**:我们改变了线程池以往的使用姿势,所有配置均放在配置中心,服务启动时会从配置中心拉取配置生成线程池对象放到 Spring 容器中,使用时直接从 Spring 容器中获取,对业务代码零侵入

View File

@ -12,7 +12,7 @@
<url>https://github.com/yanhom1314/dynamic-tp</url>
<properties>
<revision>1.1.6</revision>
<revision>1.1.6.1</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<lombok.version>1.18.24</lombok.version>

View File

@ -27,8 +27,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
/**
* Use JVMTI technology to implement some things that Java code can't do.
*
* <p>Note: Only 64-bit CPU architecture is supported now !
* Note: Only 64-bit CPU architecture is supported now !
*
* @author dragon-zhang
* @since 1.1.4

View File

@ -19,9 +19,8 @@ package org.dromara.dynamictp.jvmti;
/**
* The type JVMTI util.
* <p>
* This file is copied from <a href="https://github.com/alibaba/arthas"></a>
* <p>
* This file is copied from <a href="https://github.com/alibaba/arthas">here</a>
*
* @author dragon-zhang
* @since 1.1.4
*/

View File

@ -21,7 +21,7 @@ import java.io.File;
import java.util.Locale;
/**
* This file is copied from <a href="https://github.com/alibaba/arthas"></a>
* This file is copied from <a href="https://github.com/alibaba/arthas">here</a>
*
* @author dragon-zhang
* @since 1.1.6

View File

@ -20,7 +20,7 @@ package org.dromara.dynamictp.jvmti;
/**
* Enum of supported operating systems.
* <p>
* This file is copied from <a href="https://github.com/alibaba/arthas"></a>
* This file is copied from <a href="https://github.com/alibaba/arthas">here</a>
* <p>
* @author dragon-zhang
* @since 1.1.6

View File

@ -13,7 +13,7 @@
<url>https://github.com/yanhom1314/dynamic-tp</url>
<properties>
<revision>1.1.6</revision>
<revision>1.1.6.1</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>