You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2020/05/21 01:06:06 UTC

[servicecomb-java-chassis] branch master updated (a6c9179 -> b78c667)

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

liubao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git.


    from a6c9179  [SCB-1922] implemented core logic of zero-config registry
     add b78c667  [SCB-1925] provide a util to convert url to endpoint format

No new revisions were added by this update.

Summary of changes:
 dependencies/default/pom.xml                       |   8 ++
 .../foundation/common/net/EndpointUtils.java       | 114 ++++++++++++++++++++
 .../foundation/common/net/URIEndpointObject.java   |   8 +-
 .../foundation/common/net/EndpointUtilsTest.java   | 120 +++++++++++++++++++++
 parents/default/pom.xml                            |  16 +++
 5 files changed, 261 insertions(+), 5 deletions(-)
 create mode 100644 foundations/foundation-common/src/main/java/org/apache/servicecomb/foundation/common/net/EndpointUtils.java
 create mode 100644 foundations/foundation-common/src/test/java/org/apache/servicecomb/foundation/common/net/EndpointUtilsTest.java