Skip to content

Commit

Permalink
v3.13.3 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Jan 26, 2022
1 parent 5d97e99 commit 6dde7ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
jboot v3.13.3:
新增:配置文件可以指定自己的文件名和路径的支持
优化:JbootmqBase,使之代码更加简洁
优化:Mysql 驱动,默认优先使用 MySql8 驱动
优化:升级相关依赖到最新版本



jboot v3.13.2:
新增:AOP 新增 javassist 的实现,方便在 jdk17 去掉 cglib
修复:在配置前缀的场景下,修复 redis 缓存 removeAll() 无法正确移除数据的问题
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.13.3-SNAPSHOT</version>
<version>3.13.3</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down Expand Up @@ -50,7 +50,7 @@
<jackson.version>2.13.1</jackson.version>
<mysql.version>5.1.49</mysql.version>
<undertow.version>2.2.14.Final</undertow.version>
<slf4j.version>1.7.32</slf4j.version>
<slf4j.version>1.7.33</slf4j.version>
<!-- <fst.version>3.0.3</fst.version>-->
<fst.version>2.57</fst.version>
<fastjson.version>1.2.79</fastjson.version>
Expand All @@ -59,15 +59,15 @@
<jedis.version>3.7.1</jedis.version>
<jsoup.version>1.14.3</jsoup.version>
<ehcache.version>2.10.9.2</ehcache.version>
<caffeine.version>2.9.1</caffeine.version>
<caffeine.version>2.9.3</caffeine.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-io.version>2.11.0</commons-io.version>
<commons-codec.version>1.15</commons-codec.version>
<httpclient.version>4.5.12</httpclient.version>
<httpcore.version>4.4.13</httpcore.version>
<netty.version>4.1.52.Final</netty.version>
<sentinel.version>1.8.2</sentinel.version>
<dubbo.version>2.7.13</dubbo.version>
<sentinel.version>1.8.3</sentinel.version>
<dubbo.version>2.7.15</dubbo.version>
<resteasy.version>3.13.2.Final</resteasy.version>
<seata.version>1.4.2</seata.version>
<motan.version>1.1.8</motan.version>
Expand Down Expand Up @@ -381,7 +381,7 @@
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 6dde7ab

Please sign in to comment.