build(deps): upgrade fastjson2 from 2.0.62 to 2.0.64 - #16459
Open
uuuyuqi wants to merge 1 commit into
Open
Conversation
Change-Id: Icd9a296233384a75db60177cc59510fe846a2563
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.3 #16459 +/- ##
============================================
- Coverage 60.91% 60.88% -0.04%
- Complexity 15 11758 +11743
============================================
Files 1953 1953
Lines 89271 89271
Branches 13473 13473
============================================
- Hits 54383 54356 -27
- Misses 29309 29325 +16
- Partials 5579 5590 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change?
Upgrade
com.alibaba.fastjson2:fastjson2from2.0.62to2.0.64through the version property indubbo-dependencies-bom/pom.xml.This includes the AutoType validation and JSON/JSONB parser hardening published in 2.0.63, followed by the serialization/deserialization fixes in 2.0.64.
No Java code or serialization configuration changes are included. The separate fastjson 1.x dependency remains at
1.2.83_noneautotype.GitHub_issue
N/A — routine dependency upgrade; no existing Dubbo issue is being closed.
Validation
FastJson2SerializationTest,TypeMatchTest,FastJsonImplTest,FastJson2ImplTest, andJsonUtilsTest: 813 tests passed, with no failures, errors, or skipped tests.dubbo-allbuild with dependencies passed across 78 reactor modules (tests skipped for this build).fastjson2serialization. Both JVMs verified fastjson22.0.64at runtime. 341 RPC calls and 425 assertions passed, coveringDate, primitive/boxed bytes, byte arrays, nulls, and DTOs containing dates, lists, and maps. The smoke harness is external to this one-line dependency change.Commands for the repository checks:
mvn -B -ntp -pl dubbo-serialization/dubbo-serialization-fastjson2 -am \ -Dtest=FastJson2SerializationTest,TypeMatchTest,FastJsonImplTest,FastJson2ImplTest,JsonUtilsTest \ -Dsurefire.failIfNoSpecifiedTests=false test mvn -B -ntp -pl dubbo-dependencies-bom spotless:check mvn -B -ntp -pl dubbo-dependencies-bom,dubbo-distribution/dubbo-all -am \ -Drevision=3.3.7-fastjson2-2064-pr-SNAPSHOT -Dmaven.test.skip=true installChecklist