This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git.
from 1fa6ce0 unify parent pom version to {revision}
new c1b0fd9 update version to 3.0.0-SNAPSHOT
new 408c748 add travis job
new 7f404f6 fix service discovery impls
The 3 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:
.travis.yml | 22 ++++++++++++++++++++++
README.md | 1 +
dubbo-all/pom.xml | 2 +-
.../dubbo-configcenter-consul/pom.xml | 2 +-
.../dubbo-configcenter-etcd/pom.xml | 2 +-
dubbo-spi-container/dubbo-container-log4j/pom.xml | 2 +-
.../dubbo-container-logback/pom.xml | 2 +-
.../dubbo-metadata-report-consul/pom.xml | 2 +-
.../dubbo-metadata-report-etcd/pom.xml | 2 +-
dubbo-spi-registry/dubbo-registry-consul/pom.xml | 2 +-
.../registry/consul/ConsulServiceDiscovery.java | 19 +++++++++++--------
dubbo-spi-registry/dubbo-registry-default/pom.xml | 2 +-
dubbo-spi-registry/dubbo-registry-etcd3/pom.xml | 2 +-
.../dubbo/registry/etcd/EtcdServiceDiscovery.java | 7 +++++--
dubbo-spi-registry/dubbo-registry-eureka/pom.xml | 2 +-
.../registry/eureka/EurekaServiceDiscovery.java | 5 ++++-
dubbo-spi-registry/dubbo-registry-redis/pom.xml | 2 +-
dubbo-spi-registry/dubbo-registry-sofa/pom.xml | 2 +-
dubbo-spi-remoting/dubbo-remoting-etcd3/pom.xml | 2 +-
dubbo-spi-remoting/dubbo-remoting-grizzly/pom.xml | 2 +-
dubbo-spi-remoting/dubbo-remoting-http/pom.xml | 2 +-
dubbo-spi-remoting/dubbo-remoting-mina/pom.xml | 2 +-
dubbo-spi-remoting/dubbo-remoting-p2p/pom.xml | 2 +-
dubbo-spi-rpc/dubbo-rpc-hessian/pom.xml | 2 +-
dubbo-spi-rpc/dubbo-rpc-http/pom.xml | 2 +-
dubbo-spi-rpc/dubbo-rpc-memcached/pom.xml | 2 +-
dubbo-spi-rpc/dubbo-rpc-native-thrift/pom.xml | 4 ++--
dubbo-spi-rpc/dubbo-rpc-redis/pom.xml | 2 +-
dubbo-spi-rpc/dubbo-rpc-rmi/pom.xml | 2 +-
dubbo-spi-rpc/dubbo-rpc-thrift/pom.xml | 2 +-
dubbo-spi-rpc/dubbo-rpc-webservice/pom.xml | 2 +-
dubbo-spi-rpc/dubbo-rpc-xml/pom.xml | 2 +-
.../dubbo-serialization-avro/pom.xml | 2 +-
.../dubbo-serialization-fastjson/pom.xml | 2 +-
.../dubbo-serialization-fst/pom.xml | 2 +-
.../dubbo-serialization-gson/pom.xml | 2 +-
.../dubbo-serialization-kryo/pom.xml | 2 +-
.../dubbo-serialization-native-hession/pom.xml | 2 +-
.../dubbo-serialization-protobuf/pom.xml | 2 +-
.../dubbo-serialization-protostuff/pom.xml | 2 +-
.../dubbo-serialization-test/pom.xml | 2 +-
41 files changed, 80 insertions(+), 48 deletions(-)
create mode 100644 .travis.yml