Skip to content

Commit

Permalink
v4.0.5 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Dec 29, 2022
1 parent 0b74854 commit 9979f86
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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>4.0.4</version>
<version>4.0.5</version>
</dependency>
```

Expand Down
11 changes: 11 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
jboot v4.0.5 2022-12-29:
新增:jboot.cache.cacheSyncMqChannel 的配置,用于对分布式缓存的 channel 进行自定义
优化:JbootRedisCacheImpl 初始化的错误提示内容
优化:ClassUtil.newInstance() 方法,方便对构造器进行传参
优化:删除无用的 GenTester.java 文件
优化:不再对 JbootSerializerManager 进行 Aop 增强
优化:不再对 JbootmqManager 进行 Aop 增强
优化:不再对 JbootEventManager 进行 Aop 增强



jboot v4.0.2 2022-12-16:
新增:db.each 的 sql 打印输出
新增:通过 Controller 获取参数时,自动对参数进行 trim 操作
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>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down

0 comments on commit 9979f86

Please sign in to comment.