Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release merge for v1.7.0 (based on v1.6.0) #227

Merged
merged 119 commits into from
Sep 7, 2020

Conversation

wongoo
Copy link
Contributor

@wongoo wongoo commented Sep 6, 2020

What this PR does:
Release merge for v1.7.0 (based on v1.6.0)

release-note:

New Features

  • add GetStackTrace method into Throwabler and its implements. #207
  • catch user defined exceptions. #208
  • support java8 time object. #212, #221
  • support test golang encoding data in java. #213
  • support java.sql.Time & java.sql.Date. #219

Enhancement

  • Export function EncNull. #225

Bugfixes

  • fix eunm encode error in request. #203
  • fix []byte field decoding issue. #216

zouyx and others added 30 commits March 28, 2020 15:23
Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com>
* benchmark result

* use cache in findField

* encode benchmark

* call field() once

* remove version

* fix import sync

* cache in registerPOJO

* add json bench result

* prune unneccessary rtype.Field(index)

* cache comment

* rename cache

* switch to if

* remove return value name

* findFieldWithCache

* remove if check when fieldStruct is nil

Co-authored-by: 望哥 <gelnyang@163.com>
Issue177:Upgrade go.mod & LICENSE
@wongoo wongoo requested review from fangyincheng, AlexStocks and beiwei30 and removed request for fangyincheng September 6, 2020 08:40
Fix decoding error for map in map
@AlexStocks
Copy link
Contributor

AlexStocks commented Sep 7, 2020

@wongoo pls add #229 into Bugfixes and merge its codes into this pr.

@AlexStocks AlexStocks merged commit 27e5ea6 into apache:1.7 Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet