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

fix #1493 #1507

Merged
merged 1 commit into from
Oct 4, 2017
Merged

fix #1493 #1507

merged 1 commit into from
Oct 4, 2017

Conversation

kimmking
Copy link
Contributor

@kimmking kimmking commented Oct 4, 2017

fix #1493

@codecov-io
Copy link

Codecov Report

Merging #1507 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1507      +/-   ##
============================================
+ Coverage     82.79%   82.79%   +<.01%     
  Complexity     6027     6027              
============================================
  Files           136      136              
  Lines         22049    22051       +2     
  Branches       5034     5034              
============================================
+ Hits          18256    18258       +2     
  Misses         2551     2551              
  Partials       1242     1242
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/alibaba/fastjson/JSON.java 91.08% <100%> (+0.02%) 117 <0> (ø) ⬇️
...ba/fastjson/parser/deserializer/Jdk8DateCodec.java 72.15% <100%> (+0.1%) 66 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a3860da...958cd4c. Read the comment docs.

@wenshao wenshao merged commit 10766c9 into alibaba:master Oct 4, 2017
@wenshao
Copy link
Member

wenshao commented Oct 4, 2017

这个patch导致com.alibaba.json.bvt.jdk8.LocalDateTimeTest跑不过了

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.

当对象中存在LocalDateTime 类型时,序列化后的json会出现不同DateFormat结果
3 participants