Skip to content

Commit

Permalink
v3.8.1 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Jan 15, 2021
1 parent 681fcfe commit eb525e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
jboot v3.8.1:
优化:增强 Sentinel 与其控制面板设置的能力,增加数据源配置,并可以通过阿里云 AHAS 进行完全控制
优化:升级 Undertow 的 devMode 默认值为 false,防止在 devMode 的情况下,不同的 classloader 导致获取不到数据查询实例的问题
修复:修复分布式 Seata 的 bug 、升级 Seata 到最新版本并添加相关测试代码,感谢 @菜农
修复:修复 Rabbitmq 在某些情况下出现 bug 的问题,并添加相关测试代码



jboot v3.8.0:
新增:代码生成器生成 Service 的前缀和后缀配置
优化:升级 Jfinal、Jfinal-undertow、Jfinal-weixin 等到最新版本
Expand Down
4 changes: 2 additions & 2 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.8.1-SNAPSHOT</version>
<version>3.8.1</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down Expand Up @@ -825,7 +825,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit eb525e0

Please sign in to comment.