summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-15Upgrade to http client 4.2.3rfeng1-1/+1
2012-09-30Enhance the http client configuration to make it customizablerfeng1-35/+38
2012-07-23Upgrade http client version to handle https://issues.apache.org/jira/browse/H...rfeng1-1/+1
2012-07-22Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende1-12/+12
2012-03-22Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...rfeng4-1/+133
2012-03-03Make sure httpcore version to be 4.1.4 (as depended by httpclient 4.1.3)rfeng1-6/+0
2012-03-02Use Apache HTTP client for REST reference bindingrfeng1-1/+1
2012-01-09Minor formattinglresende1-4/+2
2011-12-13TUSCANY-3890 - separate the request wrapper model from the response wrapper m...slaws2-5/+5
2011-10-12Fix up some manifest funniesslaws1-1/+0
2011-10-10For jsonrpc 2.0, don't send null error or null resultrfeng1-2/+2
2011-10-10Use Jackson JsonNode as the unified representation of json datarfeng14-393/+302
2011-10-10Fix the invoker to serialize the objects to jsonrfeng8-121/+273
2011-10-10Fix test case and update licenserfeng7-14/+88
2011-10-10Use home-grown JSONRPC implementationrfeng15-543/+289
2011-10-03Add jsonrpc 1.0 models and the servlet to handle jsonrpc requestsrfeng7-4/+508
2011-10-02Start to add jsonrpc 2.0 supportrfeng6-0/+370
2011-09-16Improved the SMD and error handlingrfeng5-87/+163
2011-09-02Update to the latest version of http client/corerfeng1-2/+2
2011-09-02Fix the usage of HttpClient and make sure connections are closed gracefullyrfeng3-5/+12
2011-04-20Allow the look up of endpoint address by component/service/binding name from ...rfeng1-0/+1
2011-03-17Fix the OSGi dependenciesrfeng1-0/+1
2011-02-07Upgrade to jackson 1.7.1 releaserfeng1-2/+2
2011-02-06Simplifying modules structure by merging *-js-dojo into the binding-runtime s...lresende4-0/+107
2011-01-20Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz1-1/+1
2011-01-01Minor renaming: HTTPUtil -> HTTPUtilslresende1-2/+2
2011-01-01Calculating ETag using util class from HTTP-commonlresende3-67/+58
2010-12-08Make http client dependency optionalrfeng1-0/+6
2010-12-08More tweaks for the OSGi MFrfeng1-1/+1
2010-12-08Move HttpClientFactory from common-http to host-httprfeng2-38/+6
2010-12-08Upgrade to Axis2 1.5.3, Axiom 1.2.10 and Abdera 1.1.1rfeng1-1/+1
2010-11-17Update to slf4j 1.6.1 and remove the workaround for wink GET @Consumes checkrfeng3-2/+8
2010-11-16Fix the return type to match the object[] for outputrfeng1-6/+10
2010-11-16Replace the jabsorb based client with HttpClientrfeng5-433/+149
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel2-7/+9
2010-11-13Improve jaxb/json databindings and jsonrpc binding to better handle interfacesrfeng5-32/+342
2010-10-28Handling null return values in JSON-RPC bindinglresende1-1/+7
2010-10-05TUSCANY-3705 - Adding testcase to validate support for JSON-RPC Notifications...lresende5-8/+44
2010-10-05TUSCANY-3705 - Adding support for JSON-RPC Notifications when using JSON-RPC ...lresende1-12/+27
2010-09-17Adding test for double valueslresende4-24/+36
2010-09-10Fix the self reference with explicit bindingsrfeng1-10/+21
2010-09-08TUSCANY-3668 - support BigDecimal in JSON format and JSONRPC binding. BigDeci...slaws6-4/+37
2010-08-25add missing manifest dependencyslaws1-0/+1
2010-08-24Add support for properties.jsdelfino1-3/+4
2010-08-24Tweak the JSON-RPC binding to work without Java interfaces and recognize dyna...jsdelfino3-40/+68
2010-06-14Add a little bit more structure to message header storage to generally avoid ...slaws1-1/+1
2010-06-03Remove old surefire configantelder1-20/+0
2010-05-19Merge branch 'jaxrs' into trunkrfeng2-6/+6
2010-04-08As a trial to see if we can rule out the tuscany eclipse compiler causing the...antelder1-4/+2
2010-03-30TUSCANY-3516 - Adding eTag support when using json-rpc binding with GET methodlresende1-3/+40