-
Notifications
You must be signed in to change notification settings - Fork 99
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: resolve ClassCastException when supporting map type serialization under fastutil package #307
Merged
Conversation
This file contains 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
DanLi39
force-pushed
the
fix/fastutilMapSerialize
branch
3 times, most recently
from
October 23, 2023 03:01
d0b022d
to
b460376
Compare
Codecov Report
@@ Coverage Diff @@
## main #307 +/- ##
============================================
+ Coverage 56.17% 59.75% +3.58%
- Complexity 1899 2325 +426
============================================
Files 263 312 +49
Lines 10097 11697 +1600
Branches 1148 1370 +222
============================================
+ Hits 5672 6990 +1318
- Misses 3913 4068 +155
- Partials 512 639 +127
... and 10 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
DanLi39
force-pushed
the
fix/fastutilMapSerialize
branch
4 times, most recently
from
October 23, 2023 03:55
d13b923
to
cb418ef
Compare
YongwuHe
reviewed
Oct 23, 2023
...on-foundation/src/main/java/io/arex/foundation/serializer/custom/FastUtilAdapterFactory.java
Outdated
Show resolved
Hide resolved
YongwuHe
reviewed
Oct 23, 2023
...ntation-foundation/src/main/java/io/arex/foundation/serializer/FastUtilMapTypeSerialzer.java
Outdated
Show resolved
Hide resolved
DanLi39
force-pushed
the
fix/fastutilMapSerialize
branch
4 times, most recently
from
October 23, 2023 06:27
5eff5a0
to
3284ef7
Compare
YongwuHe
reviewed
Oct 23, 2023
...-foundation/src/main/java/io/arex/foundation/serializer/custom/FastUtilMapTypeSerialzer.java
Outdated
Show resolved
Hide resolved
DanLi39
force-pushed
the
fix/fastutilMapSerialize
branch
5 times, most recently
from
October 23, 2023 08:42
15bb4cd
to
758569d
Compare
…n under fastutil package
DanLi39
force-pushed
the
fix/fastutilMapSerialize
branch
from
October 23, 2023 08:43
758569d
to
c36eef8
Compare
mr3
approved these changes
Oct 23, 2023
Kudos, SonarCloud Quality Gate passed! |
lucas-myx
approved these changes
Oct 23, 2023
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.
No description provided.