Skip to content

Commit

Permalink
release 1.1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhom1314 committed Dec 19, 2023
1 parent 9d690f8 commit d4ffb12
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected void afterExecute(Runnable r, Throwable t);
>
> 4. 集成常用三方中间件内部线程池管理
**经过多个版本的迭代,目前最新版本 v1.1.5 具有以下特性**
**经过多个版本的迭代,目前最新版本 v1.1.6.1 具有以下特性**

- **代码零侵入**:我们改变了线程池以往的使用姿势,所有配置均放在配置中心,服务启动时会从配置中心拉取配置生成线程池对象放到 Spring 容器中,使用时直接从 Spring 容器中获取,对业务代码零侵入

Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@

/**
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@

/**
* 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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* 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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d4ffb12

Please sign in to comment.