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
2 parents e0e9fc9 + d4ffb12 commit 13a1ee5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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
1 change: 1 addition & 0 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<properties>
<revision>1.1.6.1-3.x</revision>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<maven.compiler.source>17</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

/**
* Use JVMTI technology to implement some things that Java code can't do.
* 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 @@ -18,7 +18,7 @@
package org.dromara.dynamictp.jvmti;

/**
* The JVMTI util.
* The type JVMTI util.
* This file is copied from <a href="https://github.com/alibaba/arthas">here</a>
*
* @author dragon-zhang
Expand Down

0 comments on commit 13a1ee5

Please sign in to comment.