summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-11Fix an issue related to @Path on the jaxrs interfacerfeng2-1/+2
2012-09-30Enhance the http client configuration to make it customizablerfeng1-0/+17
2012-09-17Enhance the include/exclude filter processing and fix a NPErfeng1-2/+34
2012-09-10Enable field name based filtering for json serializationrfeng1-11/+29
2012-08-16This test fails often in the jenkins builds, can't see why so fiddle about wi...antelder1-9/+9
2012-06-20TUSCANY-4065 - Properly retrieving binding context within the response handlerslresende1-1/+19
2012-03-22Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...rfeng5-0/+242
2011-10-07Adding support for ?wadl to resources exposed trough the rest bindinglresende1-0/+79
2011-09-30Use the cached marshaller/unmarshaller for JAXB databindingrfeng1-3/+3
2011-09-30Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng3-3/+7
2011-03-29Allow WebApplicationException to pass back to wink so that the correct respon...rfeng3-14/+28
2010-11-16Investigating migration to wink 1.2-SNAPSHOTlresende1-15/+15
2010-10-12TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ...lresende1-2/+2
2010-07-09TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ...lresende2-5/+31
2010-07-09TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende6-81/+112
2010-06-26Use Response as the typerfeng3-10/+20
2010-05-28Add a workaround for TUSCANY-3572rfeng1-1/+7
2010-05-19Merge branch 'jaxrs' into trunkrfeng7-15/+67
2010-05-12Adding RPC Operation Selector to binding.restlresende4-0/+227
2010-05-10Updating test to check declarative header supportlresende2-1/+11
2010-05-07Adding support for declarative http headers in binding.restlresende1-0/+4
2010-05-03Format the coderfeng1-203/+159
2010-04-30Add basic support for binary data types for binding.restrfeng4-0/+241
2010-04-30Minor update on REST cache control test case to accomodate refactoring to use...lresende1-5/+7
2010-04-30Removing unused code...lresende1-60/+0
2010-04-30Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende2-2/+23
2010-04-29Adding XML wire format binding implementation for REST binding, and adjusting...lresende12-16/+314
2010-04-28Tweaking binding implementation and adding tests for GET, PUT, POST operation...lresende3-16/+80
2010-04-28Update testcase to simulate a browser GET call and verify the right JSON is p...lresende1-10/+20
2010-04-27Operation selector implementation that uses JAX-RS annotations to map http re...lresende4-27/+7
2010-04-25Initial implementation for JSON wire format for REST bindinglresende10-9/+342
2010-04-25Refactoring packages and other references from HTTP to RESTlresende10-24/+24
2010-04-25Initializing binding-rest based on existent binding-httplresende11-0/+1653