Skip to content

Commit

Permalink
tio升级到3.8.1.v20220401-RELEASE
Browse files Browse the repository at this point in the history
tio升级到3.8.1.v20220401-RELEASE
  • Loading branch information
tywo45 committed Apr 1, 2022
1 parent 0156888 commit 587128e
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ t-io是基于java开发的一款高性能网络编程框架,其炸裂的性能

# t-io的前世今生
1. 2010年,talent-tan在某通讯大厂接手网管系统的通讯模块,老代码采用的是传统IO,一个client需要至少3个线程来守,经常性内存溢出和宕机。talent-tan临危受命,重写了通讯模块,解决了领导关注的全部问题
2. 2012年,基于nio写了talent-nio
2. 2012年,基于nio研发了talent-nio框架
3. 2013年,用talent-nio写了mycat中的一个透传模块
4. 2014年,用talent-nio实现了热波直播的IM模块
5. 2015年,talent-tan开始关注aio技术,同时把talent-nio中的线程池、锁处理、并发数据结构进行了进一步抽象,使这些“王谢堂前燕”,飞入“广大码农家”
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions src/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<packaging>pom</packaging>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<name>${project.artifactId}</name>
<url>http://maven.apache.org</url>

Expand Down Expand Up @@ -36,12 +36,12 @@

<properties>
<maven-jar-plugin.version>3.1.0</maven-jar-plugin.version>
<tio.version>3.8.0.v20220128-RELEASE</tio.version>
<tio.version>3.8.1.v20220401-RELEASE</tio.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.test.skip>true</maven.test.skip>
<maven.version>3.8.3</maven.version>
<mica-mqtt.version>1.2.6</mica-mqtt.version>
<mica-mqtt.version>1.2.10</mica-mqtt.version>
<mysql.driver.version>8.0.23</mysql.driver.version> <!-- 5.1.46 -->
<druid.version>1.2.8</druid.version>
<HikariCP.version>5.0.0</HikariCP.version>
Expand All @@ -56,7 +56,7 @@
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-compress.version>1.21</commons-compress.version>
<fastjson.version>1.2.79</fastjson.version>
<fastjson.version>1.2.80</fastjson.version>
<testng.version>7.5</testng.version>
<hutool.version>5.7.20</hutool.version>
<protobuf-java.version>4.0.0-rc-2</protobuf-java.version>
Expand Down Expand Up @@ -113,7 +113,7 @@
<h2.version>2.1.210</h2.version>
<metrics.version>4.2.7</metrics.version>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<log4j2.version>2.17.1</log4j2.version>
<log4j2.version>2.17.2</log4j2.version>
<mongodb.version>4.5.0</mongodb.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion src/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/utils/src/main/java/org/tio/utils/SysConst.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ recommend that a file or class name and description of purpose be included on
* 2018年7月1日 下午10:51:59
*/
public interface SysConst {
String TIO_CORE_VERSION = "3.8.0.v20220128-RELEASE";
String TIO_CORE_VERSION = "3.8.1.v20220401-RELEASE";
String TIO_URL_GITEE = "https://gitee.com/tywo45/t-io";
String TIO_URL_GITHUB = "https://github.com/tywo45/t-io";
String TIO_URL_SITE = "https://www.tiocloud.com";
Expand Down
2 changes: 1 addition & 1 deletion src/zoo/flash-policy-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/http/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-http-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/http/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-http-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/http/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-zoo-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/http/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-http-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/webpack/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-webpack-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/webpack/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-zoo-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/websocket/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-websocket-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/websocket/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-websocket-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/websocket/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-zoo-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/websocket/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-websocket-parent</artifactId>
<version>3.8.0.v20220128-RELEASE</version>
<version>3.8.1.v20220401-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 587128e

Please sign in to comment.