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 serialization of AtomicInteger #5508

Merged
merged 6 commits into from
Nov 15, 2023
Merged

Conversation

leonardehrenfried
Copy link
Member

Summary

This fixes #5507 by introducing a custom serializer for AtomicInteger.

Issue

Closes #5507.

Unit tests

The speed tests were run on this branch.

Bumping the serialization version id

✔️

@leonardehrenfried leonardehrenfried added Bug bump serialization id Add this label if you want the serialization id automatically bumped after merging the PR labels Nov 14, 2023
@leonardehrenfried leonardehrenfried requested a review from a team as a code owner November 14, 2023 16:52
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (1d648af) 66.87% compared to head (d5e74c4) 66.91%.
Report is 11 commits behind head on dev-2.x.

Files Patch % Lines
...pplanner/ext/emissions/Co2EmissionsDataReader.java 68.00% 6 Missing and 2 partials ⚠️
..._builder/module/configure/GraphBuilderModules.java 0.00% 2 Missing ⚠️
...config/updaters/MqttGtfsRealtimeUpdaterConfig.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             dev-2.x    #5508      +/-   ##
=============================================
+ Coverage      66.87%   66.91%   +0.04%     
- Complexity     15675    15689      +14     
=============================================
  Files           1818     1819       +1     
  Lines          70225    70235      +10     
  Branches        7390     7392       +2     
=============================================
+ Hits           46960    46997      +37     
+ Misses         20809    20779      -30     
- Partials        2456     2459       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@leonardehrenfried
Copy link
Member Author

leonardehrenfried commented Nov 14, 2023

@leonardehrenfried leonardehrenfried merged commit 729cb98 into dev-2.x Nov 15, 2023
5 checks passed
@leonardehrenfried leonardehrenfried deleted the fix-int-serialization branch November 15, 2023 09:14
t2gran pushed a commit that referenced this pull request Nov 15, 2023
t2gran pushed a commit that referenced this pull request Nov 15, 2023
@t2gran t2gran added this to the 2.5 (next release) milestone Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug bump serialization id Add this label if you want the serialization id automatically bumped after merging the PR
Projects
None yet
3 participants