Skip to content

Commit

Permalink
v3.13.0 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Dec 26, 2021
1 parent 216120c commit cb39d2f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
jboot v3.13.0:
新增:Jbootmq 的监听器(Listener)新增 MessageContext 参数,支持更多的消息配置
新增:MockMvc 新增 upload 方法,用于对上传文件的测试
优化:404 403 401 等错误输出 info 信息,而不是 warn
优化:开放更多的 JbootMqImpl 方法
优化:优化 Http 工具类,上传文件的时候添加 ContentType 信息



jboot v3.12.5:
新增:IdCache 默认的缓存前缀配置
优化:AOP 缓存添加默认时间为 1 个小时
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.13.0-SNAPSHOT</version>
<version>3.13.0</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down Expand Up @@ -47,12 +47,12 @@
<jfinal-weixin.version>3.3</jfinal-weixin.version>
<cglib.version>3.3.0</cglib.version>
<HikariCP.version>4.0.3</HikariCP.version>
<jackson.version>2.13.0</jackson.version>
<jackson.version>2.13.1</jackson.version>
<mysql.version>5.1.49</mysql.version>
<undertow.version>2.2.14.Final</undertow.version>
<slf4j.version>1.7.32</slf4j.version>
<fst.version>2.57</fst.version>
<fastjson.version>1.2.78</fastjson.version>
<fastjson.version>1.2.79</fastjson.version>
<guava.version>31.0.1-jre</guava.version>
<cron4j.version>2.2.5</cron4j.version>
<jedis.version>3.7.1</jedis.version>
Expand All @@ -70,7 +70,7 @@
<resteasy.version>3.13.2.Final</resteasy.version>
<seata.version>1.4.2</seata.version>
<motan.version>1.1.8</motan.version>
<metrics.version>4.2.5</metrics.version>
<metrics.version>4.2.7</metrics.version>

<jdk.version>1.8</jdk.version>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -276,7 +276,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.2.6</version>
<version>1.2.8</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit cb39d2f

Please sign in to comment.