Skip to content

Commit

Permalink
release 4.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Jun 20, 2019
1 parent d7e12f4 commit f181565
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 22 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

### 新特性
* 【crypto】 提供HmacSM3支持(issue#396@Github)
* 【setting】 SettingLoader添加同步锁(issue#396@Github)

### Bug修复
* 【log】 修复log模块模板拼接时没有判断等级关闭与否的问题
Expand Down
2 changes: 1 addition & 1 deletion hutool-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-aop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-bloomFilter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-bloomFilter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-captcha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-captcha</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-cron/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-cron</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-crypto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-db</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-dfa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-dfa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-extra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-poi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-script</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-setting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-setting</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public boolean load(UrlResource urlResource) {
* @return 加载成功与否
* @throws IOException IO异常
*/
public boolean load(InputStream settingStream) throws IOException {
synchronized public boolean load(InputStream settingStream) throws IOException {
this.groupedMap.clear();
BufferedReader reader = null;
try {
Expand Down Expand Up @@ -177,7 +177,7 @@ public void store(String absolutePath) {
* @param writer Writer
* @throws IOException IO异常
*/
private void store(PrintWriter writer) throws IOException {
synchronized private void store(PrintWriter writer) throws IOException {
for (Entry<String, LinkedHashMap<String, String>> groupEntry : this.groupedMap.entrySet()) {
writer.println(StrUtil.format("{}{}{}", CharUtil.BRACKET_START, groupEntry.getKey(), CharUtil.BRACKET_END));
for (Entry<String, String> entry : groupEntry.getValue().entrySet()) {
Expand Down
2 changes: 1 addition & 1 deletion hutool-socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-socket</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
</parent>

<artifactId>hutool-system</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.5.13-SNAPSHOT</version>
<version>4.5.13</version>
<name>hutool</name>
<description>提供丰富的Java工具方法</description>
<url>https://github.com/looly/hutool</url>
Expand Down

0 comments on commit f181565

Please sign in to comment.