Skip to content

Conversation

@overcat
Copy link
Member

@overcat overcat commented Feb 1, 2026

No description provided.

Replace lazy initialization with static initialization to ensure thread safety. The previous implementation had a race condition where multiple threads could create separate Gson instances.
@codecov
Copy link

codecov bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.05%. Comparing base (b3c89a2) to head (4dba1dd).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #757   +/-   ##
=========================================
  Coverage     81.04%   81.05%           
  Complexity     1400     1400           
=========================================
  Files           216      216           
  Lines          5382     5378    -4     
  Branches        529      529           
=========================================
- Hits           4362     4359    -3     
+ Misses          717      716    -1     
  Partials        303      303           
Files with missing lines Coverage Δ
.../org/stellar/sdk/responses/gson/GsonSingleton.java 100.00% <100.00%> (+2.22%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@overcat overcat merged commit a589c2a into master Feb 1, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants