You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2023/01/14 08:03:15 UTC

[shenyu] branch master updated (9f9826110 -> 015c9ce5c)

This is an automated email from the ASF dual-hosted git repository.

xiaoyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


    from 9f9826110 [ISSUE #4208] Refactored Sign-plugin (#4304)
     add 015c9ce5c [type:refactor] Refactored some  integration tests (#4282)

No new revisions were added by this update.

Summary of changes:
 .../integratedtest/common/utils/ConfUtils.java     | 121 ++++++++++++++++++
 .../http/combination/CryptorRequestPluginTest.java |  51 +++-----
 .../combination/CryptorResponsePluginTest.java     | 138 +++++++++++++++------
 .../test/http/combination/JwtPluginTest.java       |  44 ++-----
 .../test/http/combination/MockPluginTest.java      | 107 +++++++---------
 5 files changed, 294 insertions(+), 167 deletions(-)
 create mode 100644 shenyu-integrated-test/shenyu-integrated-test-common/src/main/java/org/apache/shenyu/integratedtest/common/utils/ConfUtils.java