summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/databinding-json/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-09-10Fix the default mapper so that it can handle tuscanyFilterrfeng1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383130 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10Start to add the ability to allow partial json serializationrfeng3-6/+55
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383017 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Handle inputstream to outputstream copyrfeng1-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303509 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Improve the REST binding for inputstream and contextrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303501 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02Reuse the ObjectMapperrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296003 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14Make the jackson annotation introspector come before the JAXB one as we need ↵rfeng1-2/+3
to use the Jackson annotations to override the JAXB in some cases git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244154 13f79535-47bb-0310-9956-ffa450edef68
2012-01-30Fix the json deserialization of generic collection and upgrade to jackson 1.9.4rfeng2-16/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1238014 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Use Jackson JsonNode as the unified representation of json datarfeng1-5/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181240 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Use home-grown JSONRPC implementationrfeng6-300/+48
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180780 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06Fix the Date format for json data bindingrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165872 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20Streamline the json serialization into output streamrfeng3-5/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148839 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07Upgrade to jackson 1.7.1 releaserfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068210 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05Making XMLStreamReader private, to avoid extra transformations when parsing ↵lresende1-1/+1
json streams git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067364 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30Change json serialization to not marshal null valuesrfeng3-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053939 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Enabling transformer to avoid issues with rest binding and json wireFormatlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043312 13f79535-47bb-0310-9956-ffa450edef68
2010-11-13Improve jaxb/json databindings and jsonrpc binding to better handle interfacesrfeng3-23/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034820 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Fixing databinding issue when submitting empty strings from js client to a ↵lresende1-4/+9
json-rpc service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998006 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08TUSCANY-3668 - support BigDecimal in JSON format and JSONRPC binding. ↵slaws1-1/+7
BigDecimal is detected in an interface as a Java simple type but you have to manage it explicitly when converting from primitive types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@994995 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Add support for primitive java typesrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993611 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Allow primitive return values to pass through the Object2JSON transformer.slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992281 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Remove duplicate service declarationrfeng1-17/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964877 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add array support for the transformerrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948680 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge branch 'jaxrs' into trunkrfeng7-15/+218
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01Enhance the JSON databindign with Jackson 1.5.0rfeng4-25/+122
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930100 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30Add a list of recently ported modules into the build rfeng1-2/+2
Adjust dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928983 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28Update jackson and jettision to latest versionsrfeng2-0/+154
Add more transformers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928344 13f79535-47bb-0310-9956-ffa450edef68
2010-02-27Some refactoring of the databinding coderfeng8-9/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916888 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende14-0/+1110
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68