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

hefengen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-plugin-store.git

commit 8b96f28ed7c29cb00cb538ecd8395c5373828426
Merge: 81a6cb1 9555afb
Author: moremind <[email protected]>
AuthorDate: Mon Mar 30 21:50:15 2026 +0800

    Merge pull request #1 from moremind/check-plugin-store
    
    [type:init] add motan plugin

 pom.xml                                            | 124 ++++++
 shenyu-plugin/pom.xml                              |  34 ++
 shenyu-plugin/shenyu-plugin-proxy/pom.xml          |  37 ++
 .../shenyu-plugin-motan/pom.xml                    |  55 +++
 .../apache/shenyu/plugin/motan/MotanPlugin.java    | 129 ++++++
 .../plugin/motan/cache/ApplicationConfigCache.java | 480 +++++++++++++++++++++
 .../motan/context/MotanShenyuContextDecorator.java |  43 ++
 .../plugin/motan/handler/MotanMetaDataHandler.java |  74 ++++
 .../motan/handler/MotanPluginDataHandler.java      |  79 ++++
 .../plugin/motan/proxy/MotanProxyService.java      | 197 +++++++++
 .../shenyu/plugin/motan/util/PrxInfoUtil.java      | 120 ++++++
 .../shenyu/plugin/motan/MotanPluginTest.java       | 109 +++++
 .../motan/cache/ApplicationConfigCacheTest.java    |  92 ++++
 .../context/MotanShenyuContextDecoratorTest.java   |  57 +++
 .../motan/handler/MotanPluginDataHandlerTest.java  |  54 +++
 .../plugin/motan/proxy/MotanProxyServiceTest.java  |  98 +++++
 .../shenyu/plugin/motan/util/PrxInfoUtilTest.java  |  32 ++
 shenyu-spring-boot-starter-plugin/pom.xml          |  34 ++
 18 files changed, 1848 insertions(+)

Reply via email to