Skip to content

Commit

Permalink
v3.16.0 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Sep 25, 2022
1 parent aecc61c commit e16c029
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Jboot 是一个基于 JFinal、Dubbo、Seata、Sentinel、ShardingSphere、Nacos
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.15.10</version>
<version>3.16.0</version>
</dependency>
```

Expand Down
9 changes: 9 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
jboot v3.16.0:
优化:重构 @Cacheable 在 Controller 中的使用,使之更加灵活方便
优化:FileUtil.unzip 方法,添加可以指定解压缩编码的参数
优化:升级 JFinal、 jackson-core 等到最新版本
修复:JbootServiceBase.initDao 在非泛型子类时初始化出错的问题
修复:sqlbuilder 在使用别名 + between 时,生成的 SQL 出错的问题



jboot v3.15.10:
优化:增强 http 工具类,默认支持携带 cookie 重定向
优化:升级 Jsoup 到 v1.15.3 最新版本
Expand Down
10 changes: 5 additions & 5 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.15.11-SNAPSHOT</version>
<version>3.16.0</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down Expand Up @@ -41,13 +41,13 @@


<properties>
<jfinal.version>5.0.2</jfinal.version>
<jfinal.version>5.0.3</jfinal.version>
<jfinal-cos.version>2022.2</jfinal-cos.version>
<jfinal-undertow.version>3.1</jfinal-undertow.version>
<jfinal-weixin.version>3.4</jfinal-weixin.version>
<cglib.version>3.3.0</cglib.version>
<HikariCP.version>4.0.3</HikariCP.version>
<jackson.version>2.13.3</jackson.version>
<jackson.version>2.13.4</jackson.version>
<mysql.version>5.1.49</mysql.version>
<undertow.version>2.2.19.Final</undertow.version>
<slf4j.version>1.7.36</slf4j.version>
Expand All @@ -72,7 +72,7 @@
<resteasy.version>3.14.0.Final</resteasy.version>
<seata.version>1.5.1</seata.version>
<motan.version>1.1.8</motan.version>
<metrics.version>4.2.11</metrics.version>
<metrics.version>4.2.12</metrics.version>

<jdk.version>1.8</jdk.version>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -201,7 +201,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.29.1-GA</version>
<version>3.29.2-GA</version>
</dependency>


Expand Down

0 comments on commit e16c029

Please sign in to comment.