This is an automated email from the ASF dual-hosted git repository. liuhongyu pushed a change to branch fix/fix_sync_bug in repository https://gitbox.apache.org/repos/asf/shenyu.git
from 738b1d0504 Merge branch 'master' into fix/fix_sync_bug add 7c1e43bf6f feat: add shenyu-common utils unit test (#6077) add 2deadc39c7 Merge branch 'master' into fix/fix_sync_bug No new revisions were added by this update. Summary of changes: .../apache/shenyu/common/utils/AesUtilsTest.java | 88 ++++++++++++++++++++++ .../shenyu/common/utils/NamespaceIDUtilsTest.java | 49 ++++++++++++ 2 files changed, 137 insertions(+) create mode 100644 shenyu-common/src/test/java/org/apache/shenyu/common/utils/AesUtilsTest.java create mode 100644 shenyu-common/src/test/java/org/apache/shenyu/common/utils/NamespaceIDUtilsTest.java