You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wo...@apache.org on 2023/04/09 16:08:24 UTC

[dubbo-go-hessian2] branch 1.12 updated (2976f7b -> 7231dc5)

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

wongoo pushed a change to branch 1.12
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git


    from 2976f7b  upgrade go to v1.17 to fix issue #348  for 2.0 branch (#353)
     add f13bb4e  mark array types deprecated (#347)
     add 4cd8b9d  Update README.md
     add f0ac0a6  upgrade go to v1.17 to fix issue #348 (#352)
     add 8390f13  Bump dubbo from 2.7.18 to 2.7.21 in /test_dubbo (#354)
     add 76ae75b  Bump dubbo from 2.7.18 to 2.7.21 in /test_hessian (#355)
     add 33f7e9d  fix issue 356 that ref to wrong type of map for nil value (#357)
     add a55bacd  release note for v1.12.1
     new 7231dc5  Merge branch 'master' into 1.12

The 1 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:
 CHANGE.md                                          | 10 +++++
 map.go                                             |  2 +-
 ref.go                                             | 29 +++++++------
 test_dubbo/pom.xml                                 |  2 +-
 test_hessian/pom.xml                               |  2 +-
 .../user_test.go => issue356/issue356_test.go}     | 47 +++++++++++++---------
 6 files changed, 59 insertions(+), 33 deletions(-)
 copy testcases/{user/user_test.go => issue356/issue356_test.go} (62%)


[dubbo-go-hessian2] 01/01: Merge branch 'master' into 1.12

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wongoo pushed a commit to branch 1.12
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git

commit 7231dc56dfe9384a1e41f0b76bf48aae125f338e
Merge: 2976f7b a55bacd
Author: tiltwind <ti...@163.com>
AuthorDate: Mon Apr 10 00:07:39 2023 +0800

    Merge branch 'master' into 1.12

 CHANGE.md                           | 10 ++++++
 map.go                              |  2 +-
 ref.go                              | 29 +++++++++-------
 test_dubbo/pom.xml                  |  2 +-
 test_hessian/pom.xml                |  2 +-
 testcases/issue356/issue356_test.go | 68 +++++++++++++++++++++++++++++++++++++
 6 files changed, 98 insertions(+), 15 deletions(-)