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

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


    from 81a6cb1  [type:init] init
     add 9555afb  [type:init] add motan plugin
     new 8b96f28  Merge pull request #1 from moremind/check-plugin-store

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(+)
 create mode 100644 pom.xml
 create mode 100644 shenyu-plugin/pom.xml
 create mode 100644 shenyu-plugin/shenyu-plugin-proxy/pom.xml
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/pom.xml
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/main/java/org/apache/shenyu/plugin/motan/MotanPlugin.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/main/java/org/apache/shenyu/plugin/motan/cache/ApplicationConfigCache.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/main/java/org/apache/shenyu/plugin/motan/context/MotanShenyuContextDecorator.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/main/java/org/apache/shenyu/plugin/motan/handler/MotanMetaDataHandler.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/main/java/org/apache/shenyu/plugin/motan/handler/MotanPluginDataHandler.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/main/java/org/apache/shenyu/plugin/motan/proxy/MotanProxyService.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/main/java/org/apache/shenyu/plugin/motan/util/PrxInfoUtil.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/test/java/org/apache/shenyu/plugin/motan/MotanPluginTest.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/test/java/org/apache/shenyu/plugin/motan/cache/ApplicationConfigCacheTest.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/test/java/org/apache/shenyu/plugin/motan/context/MotanShenyuContextDecoratorTest.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/test/java/org/apache/shenyu/plugin/motan/handler/MotanPluginDataHandlerTest.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/test/java/org/apache/shenyu/plugin/motan/proxy/MotanProxyServiceTest.java
 create mode 100644 
shenyu-plugin/shenyu-plugin-proxy/shenyu-plugin-motan/src/test/java/org/apache/shenyu/plugin/motan/util/PrxInfoUtilTest.java
 create mode 100644 shenyu-spring-boot-starter-plugin/pom.xml

Reply via email to