Skip to content

Commit

Permalink
fixbug: fix Nacos user not found when password has special characters (
Browse files Browse the repository at this point in the history
  • Loading branch information
elrond-g committed Aug 31, 2021
1 parent 17b90c4 commit 33b08cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changes/1.5.0.md
Expand Up @@ -56,6 +56,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单
- [[#3931](https://github.com/seata/seata/pull/3931)] 修复 线程池拒绝执行情况下,dump内存文件名和路径错误的问题
- [[#3949](https://github.com/seata/seata/pull/3949)] 修复`nacos-config.py`不会跳过空白选项的问题,解决多个分割选项可能导致内容丢失的问题
- [[#3931](https://github.com/seata/seata/pull/3931)] 修复线程池拒绝执行情况下,dump内存文件名和路径错误的问题
- [[#3988](https://github.com/seata/seata/pull/3988)] 修复 nacos 的密码带有特殊字符导致用户名不存在问题
- [[#3976](https://github.com/seata/seata/pull/3976)] 修复 future timeout 引发的 NPE 问题。


Expand Down Expand Up @@ -131,6 +132,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单
- [yujianfei1986](https://github.com/yujianfei1986))
- [jsbxyyx](https://github.com/jsbxyyx))
- [lvekee](https://github.com/lvekee)
- [elrond-g](https://github.com/elrond-g)


同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
Expand Down
2 changes: 2 additions & 0 deletions changes/en-us/1.5.0.md
Expand Up @@ -55,6 +55,7 @@
- [[#3931](https://github.com/seata/seata/pull/3931)] fix the wrong path and filename when dump the jvm memory for analysis
- [[#3976](https://github.com/seata/seata/pull/3976)] fix NPE cause by future timeout
- [[#3949](https://github.com/seata/seata/pull/3949)] fix the problem that `nacos-config.py` will not skip blank options. fix bug that split options may cause content loss
- [[#3988](https://github.com/seata/seata/pull/3988)] fix the problem that nacos not found user when password has special characters



Expand Down Expand Up @@ -130,6 +131,7 @@
- [zhaoyuguang](https://github.com/zhaoyuguang)
- [jsbxyyx](https://github.com/jsbxyyx)
- [lvekee](https://github.com/lvekee)
- [elrond-g](https://github.com/elrond-g)

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Expand Up @@ -89,7 +89,7 @@
<mock-jedis.version>0.1.16</mock-jedis.version>
<eureka-clients.version>1.10.16</eureka-clients.version>
<consul-clients.version>1.4.2</consul-clients.version>
<nacos-client.version>1.3.3</nacos-client.version>
<nacos-client.version>1.4.2</nacos-client.version>
<etcd-client-v3.version>0.3.0</etcd-client-v3.version>
<testcontainers.version>1.11.2</testcontainers.version>
<guava.version>27.0.1-jre</guava.version>
Expand Down

0 comments on commit 33b08cf

Please sign in to comment.