This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git
from a444f80 Merge pull request #381 from tiltwind/fix-decode-check
add 66feb0a fix: resolve CI failures from PR #375 and improve code quality
add 63a2a6c fix(ci): harden workflow and Java test compatibility
add f02df42 fix(ci): align PR workflow and test steps
add 6965a4e fix(ci): address staticcheck and java runtime checks
new f34d30d Merge pull request #389 from MoChengqian/fix-pr382-ci
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:
.github/workflows/github-actions.yml | 45 ++++++---
array_test.go | 2 +-
decode.go | 2 +
decode_benchmark_test.go | 186 +++++++++++++++++++++++++++++------
decode_test.go | 5 +-
double_test.go | 6 +-
encode_test.go | 7 +-
go.mod | 9 ++
int_test.go | 24 ++---
java_runtime_test.go | 145 +++++++++++++++++++++++++++
string.go | 13 +--
11 files changed, 375 insertions(+), 69 deletions(-)
create mode 100644 java_runtime_test.go