You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/11/17 04:45:36 UTC

[dubbo-js] branch v3.0.0 updated (2ac8091 -> f4cd096)

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

hufeng pushed a change to branch v3.0.0
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git.


    from 2ac8091  Merge pull request #165 from apache/master
     new 65f7195  Merge pull request #166 from apache/v3.0.0
     new abe8c4b  add apache licence
     new f4cd096  Merge pull request #167 from hufeng/v3.0.0

The 391 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:
 packages/dubbo/src/__tests__/byte-test.ts            | 17 +++++++++++++++++
 packages/dubbo/src/__tests__/dubbo-url-test.ts       | 17 +++++++++++++++++
 packages/dubbo/src/__tests__/dubbox-test.ts          | 17 +++++++++++++++++
 packages/dubbo/src/__tests__/heart-beat-test.ts      |  1 +
 .../com/alibaba/dubbo/demo/BasicTypeProvider.ts      | 19 ++++++++++++++++++-
 .../providers/com/alibaba/dubbo/demo/DemoProvider.ts | 18 +++++++++++++++++-
 .../com/alibaba/dubbo/demo/ErrorProvider.ts          | 18 +++++++++++++++++-
 .../providers/com/alibaba/dubbo/demo/TypeRequest.ts  | 16 ++++++++++++++++
 .../providers/com/alibaba/dubbo/demo/UserRequest.ts  | 17 +++++++++++++++++
 .../providers/com/alibaba/dubbo/demo/UserResponse.ts | 16 ++++++++++++++++
 packages/dubbo/src/__tests__/socket-worker-test.ts   | 20 +++++++++++++++++---
 11 files changed, 170 insertions(+), 6 deletions(-)