summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-10Provide binder context to allow Wink to properly construct relative URIs with...lresende1-0/+18
2012-10-12Reuse the DeploymentConfigurationrfeng1-6/+11
2012-10-11Fix an issue related to @Path on the jaxrs interfacerfeng3-1/+12
2012-10-01Fix the entity consumptionrfeng1-9/+4
2012-09-30Enhance the http client configuration to make it customizablerfeng2-8/+46
2012-09-17Enhance the include/exclude filter processing and fix a NPErfeng2-2/+42
2012-09-14Enhance the partial read support so that we can use the full property names i...rfeng1-4/+21
2012-09-10Enable field name based filtering for json serializationrfeng4-159/+228
2012-08-16This test fails often in the jenkins builds, can't see why so fiddle about wi...antelder1-9/+9
2012-08-03Fix the entity detectionrfeng1-1/+5
2012-06-20TUSCANY-4065 - Properly retrieving binding context within the response handlerslresende3-1/+72
2012-06-20Cleaning commented out codelresende1-10/+0
2012-06-16Removing dead/unused codelresende1-4/+0
2012-05-23Add CORS support for servlet based impl with REST bindingrfeng2-0/+8
2012-03-22Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...rfeng7-3/+248
2012-03-21Improve the REST binding for inputstream and contextrfeng1-0/+3
2012-03-02Use Apache HTTP client for REST reference bindingrfeng2-5/+18
2012-03-02Fix ArrayIndexOutofBound for void return typerfeng1-1/+1
2012-02-27Adding more generic support for CORS into the runtime of REST bindinglresende1-0/+5
2011-11-21TUSCANY-3977: Commit patch from Anuj Bhatia to fix No way to configure wink t...antelder1-0/+2
2011-10-10Avoid NPErfeng1-0/+3
2011-10-07Cleaning up unused codelresende1-17/+0
2011-10-07Adding support for ?wadl to resources exposed trough the rest bindinglresende2-2/+144
2011-09-30Use the cached marshaller/unmarshaller for JAXB databindingrfeng1-3/+3
2011-09-30Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng7-6/+14
2011-08-09Add some code to set the Cross-Origin Resource Sharing headers. As a start ju...antelder1-0/+11
2011-04-20Allow the look up of endpoint address by component/service/binding name from ...rfeng1-0/+1
2011-03-29Allow WebApplicationException to pass back to wink so that the correct respon...rfeng4-49/+67
2011-03-15Adding a way to store binding context in threadLocal to allow policy handler ...lresende1-47/+23
2011-02-06Simplifying modules structure by merging *-js-dojo into the binding-runtime s...lresende2-0/+96
2011-01-01Minor renaming: HTTPUtil -> HTTPUtilslresende2-5/+5
2010-12-06Minor cleanuplresende1-49/+52
2010-11-17Add the discovery for javax.ws.rs.ext.RuntimeDelegate and update the slf4j ve...rfeng1-1/+2
2010-11-17Update to slf4j 1.6.1 and remove the workaround for wink GET @Consumes checkrfeng1-5/+2
2010-11-16Investigating migration to wink 1.2-SNAPSHOTlresende2-57/+27
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel3-9/+13
2010-10-12TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ...lresende3-9/+95
2010-09-10Fix the self reference with explicit bindingsrfeng1-13/+14
2010-09-08Tidy up binding.rest osgi enablementrfeng1-2/+18
2010-08-29TUSCANY-3595 - Setting up proper classloader to find resources under OSGi env...lresende1-5/+28
2010-08-29Merging changes from svn r988356: Test for null or empty servlet path info be...lresende1-2/+3
2010-08-29Merging changes from svn r988355: Fix logic to compute the path info as it do...lresende1-55/+55
2010-07-16Align the JAX-RS resource class/method checks with the specrfeng7-48/+130
2010-07-09TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ...lresende3-24/+76
2010-07-09TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende12-223/+387
2010-06-26Use Response as the typerfeng3-10/+20
2010-06-03TUSCANY-3583 - Making sure we recognize the headers configured declaratively ...lresende2-2/+46
2010-06-01Adjust the path URI for web app deploymentrfeng3-0/+18
2010-05-28Add a workaround for TUSCANY-3572rfeng6-24/+64
2010-05-27Adding rest binding reference supportrfeng2-27/+177