Changeden [Mon, 6 Sep 2021 06:07:04 +0000 (14:07 +0800)]
修正getArgType的反射取值逻辑
Xin.Zh [Sun, 5 Sep 2021 05:17:38 +0000 (13:17 +0800)]
Merge pull request #275 from zhwaaaaaa/zw-dev
write map tag for empty map instead of null
wangzhang.zw [Fri, 3 Sep 2021 10:47:12 +0000 (18:47 +0800)]
write empty map for empty map instead null
Xin.Zh [Tue, 24 Aug 2021 02:08:01 +0000 (10:08 +0800)]
Merge pull request #273 from wongoo/fix-272
add unit test for #272
wangoo [Wed, 14 Jul 2021 09:03:21 +0000 (17:03 +0800)]
add unit test for #272
tyltr [Tue, 6 Jul 2021 00:43:17 +0000 (08:43 +0800)]
reuse allocated buffer (#271)
* reuse buffer avoid allocate
* reuse buffer clean
* typo
* reuse buf size 512
望哥 [Mon, 5 Jul 2021 01:59:57 +0000 (09:59 +0800)]
fix getting nil result for decoding list to generic interface field (#269)
wangoo [Sat, 22 May 2021 08:05:14 +0000 (16:05 +0800)]
fix #266 upgrade dubbo version
wangoo [Fri, 21 May 2021 13:59:57 +0000 (21:59 +0800)]
upgrade jetty dependency
望哥 [Thu, 6 May 2021 02:58:53 +0000 (10:58 +0800)]
go to java list and array (#265)
wangoo [Wed, 21 Apr 2021 00:10:12 +0000 (08:10 +0800)]
release note for v1.9.2
zhangym [Tue, 20 Apr 2021 03:40:37 +0000 (11:40 +0800)]
Java.util.Locale support (#264)
* add license checker
* dd javaProject java8time test code and add go hessian/java8_time strcut Year and testFunc
* alter author and error word
* add java.util.UUID encode
* Revert "reset go.mod after go fmt"
This reverts commit
ab7254f3
* add UUID test
* alter .travis.yml
* alter code
* add license
* shift count type int, must be unsigned integer
* alter file name and delete test file
* alter file name
* delete file
* alter file name
* alter file name
* add uuid struct info and split import block.
* add java UUID encode and uuid.toString() equals go uuid.ToString() test func
* alter ToString() -> String()
* fix code review
* add go struct Locale = java:java.util.Locale
* alter Locales is const slice
* alter Locales add clearer definition
* alter locales is private
* add ToLocale() and localeMap
* delete fmt.Sprintf()
* alter Locale struct field unexported
Co-authored-by: zouyixian <zouyixian@shein.com>
Co-authored-by: wilson chen <willson.chenwx@gmail.com>
Co-authored-by: wangoo <wongoo@apache.org>
wangoo [Wed, 17 Mar 2021 04:49:21 +0000 (12:49 +0800)]
release note v1.9.1
望哥 [Wed, 17 Mar 2021 04:44:05 +0000 (12:44 +0800)]
fix duplicatedly adding list type in type map (#263)
* fix duplicatedly adding list type in type map
* add unit test for map/list self ref
* using assert.Equal to check ref object
AlexStocks [Sun, 14 Mar 2021 15:19:29 +0000 (23:19 +0800)]
fix slightly errors
wangoo [Sun, 14 Mar 2021 14:26:04 +0000 (22:26 +0800)]
release note for v1.9.0
wangoo [Sun, 14 Mar 2021 14:22:41 +0000 (22:22 +0800)]
Merge branch '1.8'
zhangym [Sun, 14 Mar 2021 13:09:27 +0000 (21:09 +0800)]
Fixes #232 Add go struct refer to java.util.UUID (#256)
* add license checker
* dd javaProject java8time test code and add go hessian/java8_time strcut Year and testFunc
* alter author and error word
* add java.util.UUID encode
* Revert "reset go.mod after go fmt"
This reverts commit
ab7254f3
* add UUID test
* alter .travis.yml
* alter code
* add license
* shift count type int, must be unsigned integer
* alter file name and delete test file
* alter file name
* delete file
* alter file name
* alter file name
* add uuid struct info and split import block.
* add java UUID encode and uuid.toString() equals go uuid.ToString() test func
* alter ToString() -> String()
* fix code review
Co-authored-by: zouyixian <zouyixian@shein.com>
Co-authored-by: wilson chen <willson.chenwx@gmail.com>
Co-authored-by: wangoo <wongoo@apache.org>
Xin.Zh [Sat, 13 Mar 2021 06:41:45 +0000 (14:41 +0800)]
Merge pull request #261 from wongoo/fix-259
Fix map decode error issue #259
wangoo [Fri, 12 Mar 2021 01:11:39 +0000 (09:11 +0800)]
add unit test for multiple type map decoding
wangoo [Fri, 12 Mar 2021 01:10:38 +0000 (09:10 +0800)]
add unit test for multiple type map decoding
wangoo [Fri, 12 Mar 2021 00:23:35 +0000 (08:23 +0800)]
split import
wangoo [Thu, 11 Mar 2021 12:15:24 +0000 (20:15 +0800)]
fix map decode error #259
Xin.Zh [Thu, 11 Mar 2021 15:31:39 +0000 (23:31 +0800)]
Merge pull request #260 from wongoo/formt-code
add code format check in github action
wangoo [Thu, 11 Mar 2021 12:18:14 +0000 (20:18 +0800)]
split import
wangoo [Mon, 8 Mar 2021 01:09:27 +0000 (09:09 +0800)]
format code
wangoo [Wed, 13 Jan 2021 01:11:30 +0000 (09:11 +0800)]
add: release note for v1.8.2
wangoo [Wed, 13 Jan 2021 01:08:20 +0000 (09:08 +0800)]
Merge branch 'master' into 1.8
Xin.Zh [Tue, 12 Jan 2021 14:05:20 +0000 (22:05 +0800)]
Merge pull request #255 from lujjjh/fix/enc-string-chunk
Fix #253: Acquire sufficient bytes for string encoding buffers
lujjjh [Sat, 9 Jan 2021 16:16:56 +0000 (00:16 +0800)]
Fix #253: Acquire sufficient bytes for string encoding buffers
wangoo [Tue, 5 Jan 2021 09:55:09 +0000 (17:55 +0800)]
add changes for v1.8.1
Xin.Zh [Tue, 5 Jan 2021 07:18:20 +0000 (15:18 +0800)]
Merge pull request #251 from apache/master
merge fo 1.8.1
wangoo [Tue, 5 Jan 2021 06:03:14 +0000 (14:03 +0800)]
reset go.mod after go fmt
Xin.Zh [Tue, 5 Jan 2021 03:40:46 +0000 (11:40 +0800)]
Merge pull request #254 from apache/fix-emoji
Fix emoji decoding error
wangoo [Tue, 5 Jan 2021 03:14:16 +0000 (11:14 +0800)]
reset code after java test which will update go.mod
wangoo [Sun, 3 Jan 2021 09:41:16 +0000 (17:41 +0800)]
add benchmark for string decode
wangoo [Sun, 3 Jan 2021 09:02:58 +0000 (17:02 +0800)]
refactor string decode algorithm
wangoo [Sun, 3 Jan 2021 03:22:34 +0000 (11:22 +0800)]
recover string decode algorithm to support emoji codec
AlexStocks [Mon, 28 Dec 2020 04:29:47 +0000 (12:29 +0800)]
remark dingding notification
Xin.Zh [Tue, 22 Dec 2020 10:58:13 +0000 (18:58 +0800)]
Merge pull request #249 from jack15083/master
fix not enough buf error when decode date
Xin.Zh [Tue, 22 Dec 2020 07:30:36 +0000 (15:30 +0800)]
Merge pull request #250 from divebomb/improve/lint
fix lint error
yuyu [Mon, 21 Dec 2020 06:56:25 +0000 (14:56 +0800)]
update go mod
yuyu [Mon, 21 Dec 2020 05:54:55 +0000 (13:54 +0800)]
Fix: return append buffer
yuyu [Sun, 20 Dec 2020 15:16:03 +0000 (23:16 +0800)]
--amend
yuyu [Sun, 20 Dec 2020 14:44:03 +0000 (22:44 +0800)]
fix lint error in list.go
wangoo [Sun, 20 Dec 2020 05:07:21 +0000 (13:07 +0800)]
fix: golangci config
zengfanwei [Fri, 18 Dec 2020 05:46:52 +0000 (13:46 +0800)]
fix not enough buf error when decode date
wangoo [Tue, 15 Dec 2020 01:28:30 +0000 (09:28 +0800)]
fix: not reset git code after calling go in java test
AlexStocks [Sun, 13 Dec 2020 16:33:55 +0000 (00:33 +0800)]
Add: go lint in github action
ChengTie(鐵手) [Tue, 8 Dec 2020 10:46:36 +0000 (18:46 +0800)]
args struct javaclassname (#247)
望哥 [Mon, 30 Nov 2020 01:03:32 +0000 (09:03 +0800)]
add release note for v1.8.0 (#245)
Laurence [Fri, 27 Nov 2020 00:38:56 +0000 (08:38 +0800)]
Ftr/support register with no pojo object (#243)
* fix: add not pojo Object register support
* fix: change gomod
* fix: delete unused comment
* chore: rv unused import
* fix: change gomod name
* Fix: replace go versionon
* fix: change the way to encode no pojo interface
* fix: change the way to encode no pojo interface
* chore: cicd bugs
* chore: call cicd
* fix: go fmt file
* chore: add none pojo check classInfoList
* chore: delete pre check of none pojo obj
* fix: change perror
* fix: use loadPojoRegistry func
* chore: error msg fix
Xin.Zh [Wed, 25 Nov 2020 16:00:46 +0000 (00:00 +0800)]
Merge pull request #244 from wongoo/reference-type
rft: change value reference to ptr to improve performance
wangoo [Tue, 24 Nov 2020 09:34:01 +0000 (17:34 +0800)]
rft: using reference type to improve performance
Xin.Zh [Thu, 19 Nov 2020 12:44:49 +0000 (20:44 +0800)]
Merge pull request #242 from wongoo/loop_encode_decode
support clean encoder/decoder, discard decode buffer
wongoo [Tue, 17 Nov 2020 00:25:27 +0000 (08:25 +0800)]
reorder imports
AlexStocks [Fri, 13 Nov 2020 12:45:03 +0000 (20:45 +0800)]
Mod: update github actions
wongoo [Wed, 11 Nov 2020 01:26:33 +0000 (09:26 +0800)]
format code
wongoo [Wed, 11 Nov 2020 01:19:41 +0000 (09:19 +0800)]
support discard buffers
wongoo [Tue, 10 Nov 2020 15:35:29 +0000 (23:35 +0800)]
rename test func
wongoo [Tue, 10 Nov 2020 15:33:03 +0000 (23:33 +0800)]
support loop encoding&decoding
Xin.Zh [Mon, 12 Oct 2020 07:21:16 +0000 (15:21 +0800)]
Merge pull request #239 from wongoo/fix-java-generic-decode
fix issue that cant decode java generic type
wongoo [Mon, 12 Oct 2020 00:19:26 +0000 (08:19 +0800)]
merge log
wongoo [Sat, 10 Oct 2020 16:51:51 +0000 (00:51 +0800)]
fix issue that cant decode java generic type
AlexStocks [Fri, 9 Oct 2020 06:35:56 +0000 (14:35 +0800)]
Add: java8 time
Xin.Zh [Tue, 22 Sep 2020 05:35:15 +0000 (13:35 +0800)]
Merge pull request #236 from sdttttt/sdttttt-patch-2
Ftr: Migrate travis Ci to GithubActions
Xin.Zh [Tue, 22 Sep 2020 05:06:54 +0000 (13:06 +0800)]
Merge pull request #237 from zhangymPerson/java8_time_support
add catch user defined exceptions. #208
zhangym [Mon, 14 Sep 2020 01:54:20 +0000 (09:54 +0800)]
add file License context
Psnail [Sun, 13 Sep 2020 13:41:39 +0000 (21:41 +0800)]
Rename ci.yml to github-actions.yml
Psnail [Sun, 13 Sep 2020 13:26:13 +0000 (21:26 +0800)]
docs: fix description mistake.
Psnail [Sun, 13 Sep 2020 12:42:40 +0000 (20:42 +0800)]
ci: Complete migrate.
Psnail [Sun, 13 Sep 2020 12:37:41 +0000 (20:37 +0800)]
ci: Switch Test config.
Psnail [Sun, 13 Sep 2020 11:29:42 +0000 (19:29 +0800)]
ci: Put the finishing touches to the work✔.
Psnail [Sun, 13 Sep 2020 11:21:44 +0000 (19:21 +0800)]
ci: Add DingTalk Robot notify.
Psnail [Sun, 13 Sep 2020 11:11:35 +0000 (19:11 +0800)]
ci: Optimize workflow syntax.
zhangym [Sun, 13 Sep 2020 01:18:03 +0000 (09:18 +0800)]
alter code format
zhangym [Sat, 12 Sep 2020 03:51:57 +0000 (11:51 +0800)]
add catch user defined exceptions. #208
add support java8 time object. #212, #221
Psnail [Fri, 11 Sep 2020 12:18:35 +0000 (20:18 +0800)]
Update ci.yml
Psnail [Fri, 11 Sep 2020 12:12:16 +0000 (20:12 +0800)]
Create ci.yml
Xin.Zh [Tue, 8 Sep 2020 10:52:08 +0000 (18:52 +0800)]
Merge pull request #234 from skyao/fix-java8-time
fix fields name mismatch in Duration class
Sky Ao [Tue, 8 Sep 2020 04:16:20 +0000 (12:16 +0800)]
improve test data: don't use 0 for int fields
Sky Ao [Tue, 8 Sep 2020 04:04:35 +0000 (12:04 +0800)]
fix fields name mismatch in Duration class; improve the test data to better verification
Xin.Zh [Mon, 7 Sep 2020 14:32:01 +0000 (22:32 +0800)]
Merge pull request #228 from wongoo/release-v1.7.0
add release note for v1.7.0
wongoo [Mon, 7 Sep 2020 14:10:01 +0000 (22:10 +0800)]
Fix decoding error for map in map
wongoo [Mon, 7 Sep 2020 14:08:00 +0000 (22:08 +0800)]
Merge branch 'master' into release-v1.7.0
Xin.Zh [Mon, 7 Sep 2020 11:03:47 +0000 (19:03 +0800)]
Merge pull request #229 from wongoo/fix-223
Fix decoding error for map in map
wongoo [Sun, 6 Sep 2020 09:26:54 +0000 (17:26 +0800)]
add unit test for map in map
wongoo [Sun, 6 Sep 2020 09:10:33 +0000 (17:10 +0800)]
support create map instance
wongoo [Sun, 6 Sep 2020 08:35:41 +0000 (16:35 +0800)]
add release note for v1.7.0
wongoo [Sun, 6 Sep 2020 08:22:00 +0000 (16:22 +0800)]
merge from master to v1.6.0 (fix conflict)
wongoo [Sun, 6 Sep 2020 07:58:30 +0000 (15:58 +0800)]
add test issue 223
Xin.Zh [Sun, 6 Sep 2020 04:42:40 +0000 (12:42 +0800)]
Merge pull request #225 from cvictory/export_func
Export some function
cvictory [Sat, 5 Sep 2020 12:34:11 +0000 (20:34 +0800)]
remove old lowercase function
cvictory [Sat, 5 Sep 2020 12:23:00 +0000 (20:23 +0800)]
export some function
cvictory [Sat, 5 Sep 2020 12:15:52 +0000 (20:15 +0800)]
export some function
Xin.Zh [Sat, 5 Sep 2020 03:00:46 +0000 (11:00 +0800)]
Merge pull request #224 from apache/fix/1.6.3-zhantu
Fix: revert zhantu interface{} attachment
AlexStocks [Fri, 4 Sep 2020 16:13:17 +0000 (00:13 +0800)]
Format: import
AlexStocks [Fri, 4 Sep 2020 16:08:09 +0000 (00:08 +0800)]
fix words error in contributing.go
AlexStocks [Fri, 4 Sep 2020 16:05:39 +0000 (00:05 +0800)]
revert zhantu interface{} attachment
Xin.Zh [Mon, 31 Aug 2020 11:39:33 +0000 (19:39 +0800)]
Merge pull request #221 from cyb-code/master
ZoneOffSet & OffsetDateTime & OffsetTime & ZonedDateTime