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/incubator-shenyu.git.
from f3a12a9 feature shenyu-agent : update SHENYU_AGENT in exchange to
distinguish between different plugins. (#2950)
add 37a37f8 [ISSUE #2966] support redirecting to URIs outside of
bootstrap and refactoring code. (#2968)
No new revisions were added by this update.
Summary of changes:
.../org/apache/shenyu/common/utils/UriUtils.java | 15 ++++
.../apache/shenyu/common/utils/UriUtilsTest.java | 85 ++++++++++++++++++++++
.../test/http/combination/SentinelPluginTest.java | 43 ++++++++---
.../plugin/base/fallback/FallbackHandler.java | 33 +++++++--
.../plugin/base/fallback/FallbackHandlerTest.java | 4 +-
.../plugin/resilience4j/Resilience4JPlugin.java | 3 +-
.../plugin/resilience4j/executor/Executor.java | 48 ++----------
.../executor/CombinedExecutorTest.java | 3 +-
.../sentinel/fallback/SentinelFallbackHandler.java | 2 +-
.../fallback/SentinelFallbackHandlerTest.java | 19 ++++-
10 files changed, 183 insertions(+), 72 deletions(-)
create mode 100644
shenyu-common/src/test/java/org/apache/shenyu/common/utils/UriUtilsTest.java