This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
from 5c591f12eb fix doSelectMaster (#6185)
add ab3b52bc4a fix: fix shenyu-sync-data-http sync password error (#6181)
No new revisions were added by this update.
Summary of changes:
.../shenyu/sync/data/http/AccessTokenManager.java | 21 ++-
.../sync/data/http/AccessTokenManagerFixTest.java | 66 ++++++++
.../sync/data/http/AccessTokenManagerTest.java | 180 +++++++++++++++++++++
3 files changed, 260 insertions(+), 7 deletions(-)
create mode 100644
shenyu-sync-data-center/shenyu-sync-data-http/src/test/java/org/apache/shenyu/sync/data/http/AccessTokenManagerFixTest.java