summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/main/java/org/apache/tuscany/sca/binding/rest/provider (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide binder context to allow Wink to properly construct relative URIs with...lresende2013-09-101-0/+18
* Reuse the DeploymentConfigurationrfeng2012-10-121-6/+11
* Fix an issue related to @Path on the jaxrs interfacerfeng2012-10-111-0/+10
* Fix the entity consumptionrfeng2012-10-011-9/+4
* Enhance the http client configuration to make it customizablerfeng2012-09-301-8/+29
* Enhance the include/exclude filter processing and fix a NPErfeng2012-09-171-0/+8
* Enhance the partial read support so that we can use the full property names i...rfeng2012-09-141-4/+21
* Enable field name based filtering for json serializationrfeng2012-09-103-148/+199
* Fix the entity detectionrfeng2012-08-031-1/+5
* TUSCANY-4065 - Properly retrieving binding context within the response handlerslresende2012-06-202-0/+53
* Cleaning commented out codelresende2012-06-201-10/+0
* Removing dead/unused codelresende2012-06-161-4/+0
* Add CORS support for servlet based impl with REST bindingrfeng2012-05-232-0/+8
* Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...rfeng2012-03-222-3/+6
* Improve the REST binding for inputstream and contextrfeng2012-03-211-0/+3
* Use Apache HTTP client for REST reference bindingrfeng2012-03-022-5/+18
* Fix ArrayIndexOutofBound for void return typerfeng2012-03-021-1/+1
* Adding more generic support for CORS into the runtime of REST bindinglresende2012-02-271-0/+5
* TUSCANY-3977: Commit patch from Anuj Bhatia to fix No way to configure wink t...antelder2011-11-211-0/+2
* Avoid NPErfeng2011-10-101-0/+3
* Cleaning up unused codelresende2011-10-071-17/+0
* Adding support for ?wadl to resources exposed trough the rest bindinglresende2011-10-071-2/+65
* Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng2011-09-304-3/+7
* Add some code to set the Cross-Origin Resource Sharing headers. As a start ju...antelder2011-08-091-0/+11
* Allow the look up of endpoint address by component/service/binding name from ...rfeng2011-04-201-0/+1
* Adding a way to store binding context in threadLocal to allow policy handler ...lresende2011-03-151-47/+23
* Minor cleanuplresende2010-12-061-49/+52
* Add the discovery for javax.ws.rs.ext.RuntimeDelegate and update the slf4j ve...rfeng2010-11-171-1/+2
* Update to slf4j 1.6.1 and remove the workaround for wink GET @Consumes checkrfeng2010-11-171-5/+2
* Investigating migration to wink 1.2-SNAPSHOTlresende2010-11-161-42/+12
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-141-1/+1
* TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ...lresende2010-10-122-7/+93
* Fix the self reference with explicit bindingsrfeng2010-09-101-13/+14
* Tidy up binding.rest osgi enablementrfeng2010-09-081-2/+18
* TUSCANY-3595 - Setting up proper classloader to find resources under OSGi env...lresende2010-08-291-5/+28
* Merging changes from svn r988356: Test for null or empty servlet path info be...lresende2010-08-291-2/+3
* Merging changes from svn r988355: Fix logic to compute the path info as it do...lresende2010-08-291-55/+55
* Align the JAX-RS resource class/method checks with the specrfeng2010-07-165-44/+126
* TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende2010-07-092-52/+62
* TUSCANY-3583 - Making sure we recognize the headers configured declaratively ...lresende2010-06-032-2/+46
* Adjust the path URI for web app deploymentrfeng2010-06-013-0/+18
* Add a workaround for TUSCANY-3572rfeng2010-05-285-23/+57
* Adding rest binding reference supportrfeng2010-05-272-27/+177
* Merge branch 'jaxrs' into trunkrfeng2010-05-198-39/+838
* Minor formatting...lresende2010-05-121-110/+128
* Adding RPC Operation Selector to binding.restlresende2010-05-121-25/+0
* Adding support for declarative http headers in binding.restlresende2010-05-071-3/+24
* Add basic support for binary data types for binding.restrfeng2010-04-301-11/+33
* Updating REST binding to use common-http cache context class and minor update...lresende2010-04-301-11/+11
* Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende2010-04-302-20/+27