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: resolve ClassCastException when supporting map type serialization under fastutil package #307

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

DanLi39
Copy link
Collaborator

@DanLi39 DanLi39 commented Oct 20, 2023

No description provided.

@DanLi39 DanLi39 added the bug 🐞 Something isn't working label Oct 20, 2023
@DanLi39 DanLi39 requested review from mr3, lucas-myx and mengqcc October 20, 2023 03:29
@DanLi39 DanLi39 force-pushed the fix/fastutilMapSerialize branch 3 times, most recently from d0b022d to b460376 Compare October 23, 2023 03:01
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #307 (c36eef8) into main (18fcfc6) will increase coverage by 3.58%.
Report is 60 commits behind head on main.
The diff coverage is 68.71%.

@@             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     
Files Coverage Δ
.../arex/agent/bootstrap/cache/LoadedModuleCache.java 71.42% <100.00%> (ø)
...o/arex/agent/bootstrap/model/MockStrategyEnum.java 0.00% <ø> (ø)
...ain/java/io/arex/agent/bootstrap/util/IOUtils.java 100.00% <100.00%> (ø)
.../java/io/arex/agent/bootstrap/util/StringUtil.java 65.87% <100.00%> (+1.71%) ⬆️
...gent/instrumentation/InstrumentationInstaller.java 80.20% <100.00%> (-0.98%) ⬇️
...java/io/arex/inst/extension/ModuleDescription.java 95.23% <100.00%> (+23.80%) ⬆️
...x/inst/extension/matcher/ModuleVersionMatcher.java 92.30% <100.00%> (ø)
.../main/java/io/arex/inst/runtime/config/Config.java 90.41% <100.00%> (+0.70%) ⬆️
...java/io/arex/inst/runtime/context/ArexContext.java 31.03% <100.00%> (+5.57%) ⬆️
.../io/arex/inst/runtime/context/ResourceManager.java 90.32% <100.00%> (+7.82%) ⬆️
... and 111 more

... and 10 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@DanLi39 DanLi39 force-pushed the fix/fastutilMapSerialize branch 4 times, most recently from d13b923 to cb418ef Compare October 23, 2023 03:55
@lucas-myx lucas-myx requested a review from YongwuHe October 23, 2023 05:42
@DanLi39 DanLi39 force-pushed the fix/fastutilMapSerialize branch 4 times, most recently from 5eff5a0 to 3284ef7 Compare October 23, 2023 06:27
@DanLi39 DanLi39 force-pushed the fix/fastutilMapSerialize branch 5 times, most recently from 15bb4cd to 758569d Compare October 23, 2023 08:42
@DanLi39 DanLi39 force-pushed the fix/fastutilMapSerialize branch from 758569d to c36eef8 Compare October 23, 2023 08:43
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

85.7% 85.7% Coverage
0.0% 0.0% Duplication

@DanLi39 DanLi39 merged commit 2176259 into main Oct 24, 2023
8 checks passed
@DanLi39 DanLi39 deleted the fix/fastutilMapSerialize branch October 24, 2023 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants