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 #3656. #3703

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

fix #3656. #3703

wants to merge 3 commits into from

Conversation

Certseeds
Copy link
Contributor

@Certseeds Certseeds commented Apr 6, 2021

  • Bug fix
  • Bug fix (Test)

fix #3656,use valueType to fix the bug.
for #3652, let the definition of array outside of cycle to improve performance.
for #3631, add testcase from issue.
for #1189, use @Data && @NoArgsConstructor to replace the meaningless setter and getter.

</subject>

Branch: issue3656

<type>:
- [x] Bug fix
- [x] Bug fix (Test)
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
- [x] This change requires a documentation update

<body>
for 3656,use valueType to fix the bug.
for 3652, let the definition of array outside of cicle to improve
performance.
for 3631, add testcase form issue.
for 1189, use @DaTa && @NoArgsConstructor to replace the meaningless
setter and getter.

<footer>

Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
@Certseeds Certseeds changed the title fix bug of #3656. fix #3656. Apr 10, 2021
</subject>

Branch: issue3656

<type>:
- [ ] Bug fix
- [ ] Bug fix (Test)
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
- [ ] This change requires a documentation update

<body>

<footer>

Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
</subject>

Branch: issue3656

<type>:
- [ ] Bug fix
- [ ] Bug fix (Test)
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
- [ ] This change requires a documentation update

<body>

<footer>

Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
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.

反序列化json的时候,会将数组自动转成map
1 participant