From e16c02989c9af7a6a59876afd14227dda2aa132e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Sun, 25 Sep 2022 15:55:34 +0800 Subject: [PATCH] v3.16.0 release (^.^)YYa!! --- README.md | 2 +- changes.txt | 9 +++++++++ pom.xml | 10 +++++----- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c0b870e0b..0ba2b3076 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Jboot 是一个基于 JFinal、Dubbo、Seata、Sentinel、ShardingSphere、Nacos io.jboot jboot - 3.15.10 + 3.16.0 ``` diff --git a/changes.txt b/changes.txt index 8c32d6ded..206b377ee 100644 --- a/changes.txt +++ b/changes.txt @@ -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 最新版本 diff --git a/pom.xml b/pom.xml index c77d7bc0f..0fe0815cc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.jboot jboot - 3.15.11-SNAPSHOT + 3.16.0 jar jboot @@ -41,13 +41,13 @@ - 5.0.2 + 5.0.3 2022.2 3.1 3.4 3.3.0 4.0.3 - 2.13.3 + 2.13.4 5.1.49 2.2.19.Final 1.7.36 @@ -72,7 +72,7 @@ 3.14.0.Final 1.5.1 1.1.8 - 4.2.11 + 4.2.12 1.8 1.8 @@ -201,7 +201,7 @@ org.javassist javassist - 3.29.1-GA + 3.29.2-GA