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 2022/01/12 04:05:57 UTC

[incubator-shenyu] branch master updated (0106b0b -> 7d5d7e1)

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 0106b0b  refactor admin : transfer  to copy properties, and optimize message.(#2706) (#2750)
     add 7d5d7e1  [type:feature] ext plugins register spring bean. (#2752)

No new revisions were added by this update.

Summary of changes:
 .../examples/plugin/ext/ExtPluginDataHandler.java  |   9 +-
 .../examples/plugin/ext/ExtendsShenyuBerBean.java  |  21 ++--
 .../examples/plugin/ext/ExtendsShenyuPlugin.java   |  18 ++++
 .../examples/plugin/ext/ExtendsShenyuZerBean.java  |  12 +--
 .../shenyu/plugin/api/utils/SpringBeanUtils.java   |  59 ++++++++++--
 .../starter/gateway/ShenyuConfiguration.java       |  15 +--
 .../shenyu/web/loader/ShenyuLoaderService.java     |   4 +-
 .../shenyu/web/loader/ShenyuPluginLoader.java      | 106 ++++++++++++++++-----
 8 files changed, 182 insertions(+), 62 deletions(-)
 copy shenyu-register-center/shenyu-register-common/src/main/java/org/apache/shenyu/register/common/type/DataType.java => shenyu-examples/shenyu-examples-plugin/src/main/java/org/apache/shenyu/examples/plugin/ext/ExtendsShenyuBerBean.java (75%)
 copy shenyu-spi/src/test/java/org/apache/shenyu/spi/fixture/HasDefaultSPI.java => shenyu-examples/shenyu-examples-plugin/src/main/java/org/apache/shenyu/examples/plugin/ext/ExtendsShenyuZerBean.java (80%)