Skip to content

Commit

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

Expand Down
10 changes: 10 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
jboot v3.15.0:
优化:ValidErrorRender 使用 Ret.fail() 来创建,方便统一定义 message 字段
优化:InterceptorBuilderManager 默认对所有 Interceptor 进行注入
优化:Controller 新增 getAttrs() 和 renderToStringWithAttrs() 方法
修复:Controller 接收 int[] 时,使用 @Size 等注解验证时出错的问题
修复:Model.dao() 查询在某些情况下出错的问题
修复:注解 @Size(max=xxx) 拦截错误的问题



jboot v3.14.9:
修复:在某些极端场景下,StrUtil.escapeHtml 无法通过 unEscapeHtml 还原的问题
优化:删除某些无用的方法和类
Expand Down
2 changes: 1 addition & 1 deletion 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.0-SNAPSHOT</version>
<version>3.15.0</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down

0 comments on commit b714c0c

Please sign in to comment.