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

liujun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


    from ffb82acc Build(deps): bump org.apache.dubbo:dubbo (#655)
     new d2556057 fix: upgrade dubbo-go version and fix wrong testcases
     new e7099965 modify sleep time for testing
     new 97a9c32a comment config-api/rpc/triple tc
     new a287d5b1 modify helloworld directory structure
     new 36a3dcf5 fix integration tests
     new 4ac03592 rename helloworld dir
     new beeb47c2 comment github action temporarily
     new 045dd5e1 remove redundant java test
     new 44994181 change dubbo-go version
     new 1d4a5b30 add msgpack testcase
     new 7c27fc4a change dubbo-go version to improve registration logic
     new c6901744 fix triple/hessian2
     new f7febed9 Merge pull request #658 from DMwangnima/triple-samples-update

The 781 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:
 .github/workflows/github-actions.yml               | 30 ++++++++--------
 .run/generic-default-go-server.run.xml             | 14 --------
 .run/rpc/triple-pb-dubbogo-grpc-go-server.run.xml  | 14 --------
 build/Makefile                                     |  2 +-
 .../registry/nacos/go-client/conf/dubbogo.yml      |  2 +-
 .../registry/nacos/go-server/conf/dubbogo.yml      |  2 +-
 .../registry/zookeeper/go-client/cmd/client.go     |  3 +-
 .../registry/zookeeper/go-client/conf/dubbogo.yml  |  2 +-
 .../registry/zookeeper/go-server/cmd/server.go     |  6 ++--
 .../registry/zookeeper/go-server/conf/dubbogo.yml  |  2 +-
 go.mod                                             |  4 ++-
 go.sum                                             | 21 +++++++----
 helloworld/{client => go-client/cmd}/main.go       |  2 +-
 helloworld/{server => go-server/cmd}/main.go       |  0
 helloworld/proto/greettriple/greet.triple.go       | 36 +++++++++----------
 integrate_test/helloworld/tests/java/run.sh        | 11 ------
 registry/nacos/proto/greet.pb.go                   |  7 ++--
 registry/nacos/proto/greet.proto                   |  2 +-
 registry/nacos/proto/greettriple/greet.triple.go   | 36 +++++++++----------
 registry/zookeeper/go-client/cmd/client.go         |  1 -
 registry/zookeeper/proto/greet.pb.go               |  7 ++--
 registry/zookeeper/proto/greet.proto               |  2 +-
 .../zookeeper/proto/greettriple/greet.triple.go    | 36 +++++++++----------
 start_integrate_test.sh                            | 42 +++++++++++-----------
 24 files changed, 122 insertions(+), 162 deletions(-)
 delete mode 100644 .run/generic-default-go-server.run.xml
 delete mode 100644 .run/rpc/triple-pb-dubbogo-grpc-go-server.run.xml
 rename helloworld/{client => go-client/cmd}/main.go (96%)
 rename helloworld/{server => go-server/cmd}/main.go (100%)
 delete mode 100755 integrate_test/helloworld/tests/java/run.sh

Reply via email to