summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue related to @Path on the jaxrs interfacerfeng2012-10-112-1/+2
* Enhance the http client configuration to make it customizablerfeng2012-09-301-0/+17
* Enhance the include/exclude filter processing and fix a NPErfeng2012-09-171-2/+34
* Enable field name based filtering for json serializationrfeng2012-09-101-11/+29
* This test fails often in the jenkins builds, can't see why so fiddle about wi...antelder2012-08-161-9/+9
* TUSCANY-4065 - Properly retrieving binding context within the response handlerslresende2012-06-201-1/+19
* Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...rfeng2012-03-225-0/+242
* Adding support for ?wadl to resources exposed trough the rest bindinglresende2011-10-071-0/+79
* Use the cached marshaller/unmarshaller for JAXB databindingrfeng2011-09-301-3/+3
* Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng2011-09-303-3/+7
* Allow WebApplicationException to pass back to wink so that the correct respon...rfeng2011-03-293-14/+28
* Investigating migration to wink 1.2-SNAPSHOTlresende2010-11-161-15/+15
* TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ...lresende2010-10-121-2/+2
* TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ...lresende2010-07-092-5/+31
* TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende2010-07-096-81/+112
* Use Response as the typerfeng2010-06-263-10/+20
* Add a workaround for TUSCANY-3572rfeng2010-05-281-1/+7
* Merge branch 'jaxrs' into trunkrfeng2010-05-197-15/+67
* Adding RPC Operation Selector to binding.restlresende2010-05-124-0/+227
* Updating test to check declarative header supportlresende2010-05-102-1/+11
* Adding support for declarative http headers in binding.restlresende2010-05-071-0/+4
* Format the coderfeng2010-05-031-203/+159
* Add basic support for binary data types for binding.restrfeng2010-04-304-0/+241
* Minor update on REST cache control test case to accomodate refactoring to use...lresende2010-04-301-5/+7
* Removing unused code...lresende2010-04-301-60/+0
* Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende2010-04-302-2/+23
* Adding XML wire format binding implementation for REST binding, and adjusting...lresende2010-04-2912-16/+314
* Tweaking binding implementation and adding tests for GET, PUT, POST operation...lresende2010-04-283-16/+80
* Update testcase to simulate a browser GET call and verify the right JSON is p...lresende2010-04-281-10/+20
* Operation selector implementation that uses JAX-RS annotations to map http re...lresende2010-04-274-27/+7
* Initial implementation for JSON wire format for REST bindinglresende2010-04-2510-9/+342
* Refactoring packages and other references from HTTP to RESTlresende2010-04-2510-24/+24
* Initializing binding-rest based on existent binding-httplresende2010-04-2511-0/+1653