This website requires JavaScript.
Explore
Help
Sign In
Johannes
/
gson-comments
Watch
1
Star
0
Fork
0
You've already forked gson-comments
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
37
Commits
1
Branch
0
Tags
8.1
MiB
Java
100%
9dfa454f6d
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Inderjeet Singh
9dfa454f6d
Fixed issue 63 where Gson could not operate in a thread-safe manner. Resolved the issue by recreating ObjectNavigatorFactory for each call instead of reusing the same object everywhere. This is needed since ObjectNavigatorFactory had MemoryRefStack that was incorrectly being shared across calls.
2008-10-20 20:09:42 +00:00
gson
Fixed issue 63 where Gson could not operate in a thread-safe manner. Resolved the issue by recreating ObjectNavigatorFactory for each call instead of reusing the same object everywhere. This is needed since ObjectNavigatorFactory had MemoryRefStack that was incorrectly being shared across calls.
2008-10-20 20:09:42 +00:00
lib
moved lib at the top-level to share eclipse styles.
2008-09-01 03:27:34 +00:00
wsf
Made request/response classes immutable and using builder patterns to build them.
2008-09-20 13:55:52 +00:00