| Issue 63: | Gson is not threadsafe | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Gson throws ConcurrentModificationException when used concurrently. See the discussion in http://groups.google.com/group/google- gson/browse_thread/thread/563bb51ee2495081 |
|
,
Oct 20, 2008
I add a test for this in r274 |
|
,
Oct 20, 2008
The culprit is ObjectNavigatorFactory which holds the memory stack reference. This stack must be held per call, not throughout the lifetime of Gson. |
|
,
Oct 20, 2008
Fixed in r276
Status: Fixed
|
|
| ► Sign in to add a comment |