Skip to content

Commit

Permalink
v2.1.4 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Jul 12, 2019
1 parent 72178f0 commit e79e3f6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>
```

Expand Down
7 changes: 7 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
jboot v2.1.4:
新增:FileUtil在解压缩的时候,对非安全文件进行过滤的功能
优化:重写 Columns 的 toString() 方法,方便进行自动缓存的功能
优化:升级 Guava 依赖到最新版本 v28.0
优化:删除 AOP 缓存是多余的逻辑判断


jboot v2.1.3:
优化:升级 JFinal 到 4.3 最新版本
优化:升级 JFinal-Undertow 到 1.7 最新版本
Expand Down
2 changes: 1 addition & 1 deletion doc/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion doc/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>
```

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>2.1.3</version>
<version>2.1.4</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/jboot/JbootConsts.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
public class JbootConsts {

public static String VERSION = "2.1.3";
public static String VERSION = "2.1.4";


public static final String ATTR_REQUEST = "REQUEST";
Expand Down

0 comments on commit e79e3f6

Please sign in to comment.