Skip to content

Commit

Permalink
v3.14.2 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Mar 19, 2022
1 parent b3c6a7d commit fa1e947
Show file tree
Hide file tree
Showing 3 changed files with 15 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.1</version>
<version>3.14.2</version>
</dependency>
```

Expand Down
13 changes: 13 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
jboot v3.14.2:
新增:Informix 数据库方言,感谢 @xujianxie 同学
新增:JbootModel 新增 findByIdWithoutCache() 方法
新增:新增 JbootModel 的 CPI 类,用于开放保护方法
新增:Nacos 远程配置中心添加多实例的配置支持
新增:网关拦截器 GatewayConfig.interceptors 添加 SPI 名称配置的支持
新增:JsonUtil.java 方便解析 Json 数据
优化:ValidUtil.java,支持在非自定义消息的时候输出拦截的列名
优化:ClassScanner.java 默认关闭 Class 扫描信息在控制台输出
优化:修改缓存拦截器的默认权重为 100,当前情况下拦截器在最后执行。



jboot v3.14.1:
新增:注解 @Table(datasource="xxx") 新增对数据源的配置支持
新增:添加 jboo.app.listenerPackage 配置支持,用于只扫描哪些包的 listener
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.14.2-SNAPSHOT</version>
<version>3.14.2</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down

0 comments on commit fa1e947

Please sign in to comment.