This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
from abd907b [Cross thread] tag corss thread by annotation (#215)
add a6e6eb1 [tag subnets] add tag by subnets for near-rpc (#216)
No new revisions were added by this update.
Summary of changes:
dubbo-extensions-dependencies-bom/pom.xml | 12 ++++
dubbo-tag-extensions/README.md | 65 +++++++++++++++++
dubbo-tag-extensions/README_zh.md | 65 +++++++++++++++++
.../dubbo-tag-subnets}/pom.xml | 41 ++++++-----
.../config/SubnetTagConfigPostProcessor.java | 61 ++++++++++++++++
.../apache/dubbo/tag/subnets/utils/SubnetUtil.java | 84 ++++++++++++++++++++++
.../org.apache.dubbo.config.ConfigPostProcessor | 1 +
.../dubbo/tag/subnets/utils/SubnetUtilTest.java | 24 ++++---
.../src/test/resources/log4j.properties | 0
.../pom.xml | 9 ++-
pom.xml | 1 +
11 files changed, 330 insertions(+), 33 deletions(-)
create mode 100644 dubbo-tag-extensions/README.md
create mode 100644 dubbo-tag-extensions/README_zh.md
copy {dubbo-rpc-extensions/dubbo-rpc-native-thrift =>
dubbo-tag-extensions/dubbo-tag-subnets}/pom.xml (67%)
create mode 100644
dubbo-tag-extensions/dubbo-tag-subnets/src/main/java/org/apache/dubbo/tag/subnets/config/SubnetTagConfigPostProcessor.java
create mode 100644
dubbo-tag-extensions/dubbo-tag-subnets/src/main/java/org/apache/dubbo/tag/subnets/utils/SubnetUtil.java
create mode 100644
dubbo-tag-extensions/dubbo-tag-subnets/src/main/resources/META-INF/dubbo/org.apache.dubbo.config.ConfigPostProcessor
copy
dubbo-cluster-extensions/dubbo-cluster-specify-address-dubbo2/src/test/java/org/apache/dubbo/rpc/cluster/specifyaddress/InvokerCacheTest.java
=>
dubbo-tag-extensions/dubbo-tag-subnets/src/test/java/org/apache/dubbo/tag/subnets/utils/SubnetUtilTest.java
(59%)
copy {dubbo-registry-extensions/dubbo-registry-sofa =>
dubbo-tag-extensions/dubbo-tag-subnets}/src/test/resources/log4j.properties
(100%)
copy {dubbo-filter-extensions => dubbo-tag-extensions}/pom.xml (90%)