-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Conversation
e2771d3
to
8e2e230
Compare
Codecov ReportAttention:
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. |
I ran all speed tests and they pass: https://github.com/opentripplanner/OpenTripPlanner/actions/workflows/performance-test.yml?query=branch%3Afix-int-serialization |
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
✔️