summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update to latest wink and jacksonrfeng2011-05-091-2/+2
* Revert the wink version changerfeng2011-04-291-2/+2
* Update to jackson 1.8.0 and wink 1.1.3-incubatingrfeng2011-04-281-2/+2
* Allow the look up of endpoint address by component/service/binding name from ...rfeng2011-04-201-0/+1
* Allow WebApplicationException to pass back to wink so that the correct respon...rfeng2011-03-294-49/+67
* Fix the OSGi dependenciesrfeng2011-03-171-1/+2
* Adding a way to store binding context in threadLocal to allow policy handler ...lresende2011-03-151-47/+23
* Simplifying modules structure by merging *-js-dojo into the binding-runtime s...lresende2011-02-063-9/+111
* Minor renaming: HTTPUtil -> HTTPUtilslresende2011-01-012-5/+5
* Partialy reverting changes from 1033523 to avoid issues with applications usi...lresende2011-01-011-1/+1
* Exclude activation dependency thats in base javaantelder2010-12-111-0/+8
* More tweaks for the OSGi MFrfeng2010-12-081-1/+1
* 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
* Fix OSGi MFsrfeng2010-11-171-10/+11
* Updating OSGi manifests to wink 1.1.2-incubatinglresende2010-11-171-9/+9
* Update to slf4j 1.6.1 and remove the workaround for wink GET @Consumes checkrfeng2010-11-172-6/+16
* More exclusions from wink-1.1.2 update to avoid legal-check test failurelresende2010-11-171-0/+14
* Moving to wink 1.1.2-incubating releaselresende2010-11-161-4/+12
* Investigating migration to wink 1.2-SNAPSHOTlresende2010-11-163-59/+29
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-143-9/+13
* Update more things for base + extensions approachantelder2010-11-101-0/+8
* TUSCANY-3740 - add binding.comet, implementation-jaxrs into the distro. Updat...slaws2010-10-261-1/+1
* TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ...lresende2010-10-124-9/+96
* Exclude the server version of jaxb-impl. The client pulls in a later version ...slaws2010-10-121-0/+6
* Eclipse complains for me unless I add specific version numbers for wink depen...slaws2010-10-041-9/+9
* Fix the self reference with explicit bindingsrfeng2010-09-101-13/+14
* Tidy up binding.rest osgi enablementrfeng2010-09-081-2/+18
* Minor cleanup/rearrange of the pom to group together test scoped dependencieslresende2010-09-061-28/+26
* TUSCANY-3595 - Setting up proper classloader to find resources under OSGi env...lresende2010-08-292-5/+29
* TUSCANY-3595 - Adding missing entries to manifest in order to run in a OSGi e...lresende2010-08-291-0/+2
* 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-167-48/+130
* Updating Wink to it's most recent release to avoid security issue reported at...lresende2010-07-091-19/+19
* TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ...lresende2010-07-093-24/+76
* TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende2010-07-0912-223/+387
* Use Response as the typerfeng2010-06-263-10/+20
* Add missing OSGi importrfeng2010-06-231-1/+2
* TUSCANY-3583 - Making sure we recognize the headers configured declaratively ...lresende2010-06-032-2/+46
* Adjust the path URI for web app deploymentrfeng2010-06-014-1/+33
* Add a workaround for TUSCANY-3572rfeng2010-05-286-24/+64
* Adding rest binding reference supportrfeng2010-05-272-27/+177
* Merge branch 'jaxrs' into trunkrfeng2010-05-1921-70/+992
* Add missing dependencies and versionsslaws2010-05-131-3/+4
* Adding generated eTag to RPC style invocationslresende2010-05-121-9/+33
* Minor formatting...lresende2010-05-121-110/+128
* Removing system.out.println()lresende2010-05-121-3/+0
* Adding RPC Operation Selector to binding.restlresende2010-05-1214-34/+552
* Considering request encoding when processing bodylresende2010-05-112-18/+54