6
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix for http://jira.codehaus.org/browse/JETTISON-48 - element occurring after an array element More... about 15 years ago
Fix for http://jira.codehaus.org/browse/JETTISON-66 - issue with JSON license header More... about 15 years ago
fix for http://jira.codehaus.org/browse/JETTISON-63 More... about 15 years ago
fix for #JETTISON-50 More... over 15 years ago
fix for #JETTISON-47 More... over 15 years ago
fix for JETTISON-46 More... over 15 years ago
issue 52: attribute key More... over 15 years ago
supressAtAttributes More... almost 16 years ago
leading zeros number conversion issue More... almost 16 years ago
type converters More... almost 16 years ago
issue 38 More... about 16 years ago
DOM API improvements More... about 16 years ago
DOM API - initial commit More... about 16 years ago
[maven-release-plugin] prepare for next development iteration More... about 16 years ago
[maven-release-plugin] prepare release jettison-1.0 More... about 16 years ago
namespaces are ordered differently on different platforms/jvms, so we can't really test the order More... about 16 years ago
issue 26: attributes for array elements More... about 16 years ago
issue 22: single element arrays More... about 16 years ago
issue 34: default namespace More... about 16 years ago
issue 16: test for reading simple json object More... about 16 years ago
issue 29:complex elements More... about 16 years ago
issue 27: nested array of children - end element More... about 16 years ago
issue 32: primitive values More... about 16 years ago
fixed test cases testPrefixedElements and testPrefixedElements More... about 16 years ago
issue 30: printStackTrace() removed More... about 16 years ago
nested lists and map fix More... about 16 years ago
nested lists and map tests added More... about 16 years ago
Cleanup, trying to remove direct access to attribute/namespace Maps that Node keeps track of. This will allow Node to be more creative about lazy instantiation and such, as well as allow for alternate Node implementations in future, to perhaps support other parsers. More... over 16 years ago
Minor optimizations to construction of stream readers from Reader, avoiding copies, optimizing buffers, to speed up common case of small docs. More... over 16 years ago
Added support for some new input/output objects within stream factories. Optimized input-stream-to-string reading (although optimally parser should not require this to be done). More... over 16 years ago