Author: dkulp Date: Mon Oct 3 17:08:14 2011 New Revision: 1178459 URL: http://svn.apache.org/viewvc?rev=1178459&view=rev Log: Blocked revisions 1177229,1177259,1177308,1177334,1177336-1177337,1177620,1177632,1177685,1177893,1178363,1178442-1178445 via svnmerge
................ r1177229 | sergeyb | 2011-09-29 05:00:23 -0400 (Thu, 29 Sep 2011) | 9 lines Merged revisions 1177096 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1177096 | sergeyb | 2011-09-28 23:47:15 +0100 (Wed, 28 Sep 2011) | 1 line [CXF-3832] Updating JSONProvider and SourceProvider to handle Documents ........ ................ r1177259 | ema | 2011-09-29 06:47:58 -0400 (Thu, 29 Sep 2011) | 17 lines Merged revisions 1177188,1177247-1177248 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1177188 | ema | 2011-09-29 15:32:52 +0800 (Thu, 29 Sep 2011) | 1 line [CXF-1519]:Repspect @XmlType annotation in exceptoin class ........ r1177247 | ema | 2011-09-29 18:00:56 +0800 (Thu, 29 Sep 2011) | 1 line [CXF-1519]:Fix jdk15 build ........ r1177248 | ema | 2011-09-29 18:05:45 +0800 (Thu, 29 Sep 2011) | 1 line [CXF-2006]:Check UnknownExtensibilityElement when RespectBindingFeature is enalbed ........ ................ r1177308 | coheigea | 2011-09-29 10:00:35 -0400 (Thu, 29 Sep 2011) | 1 line Allow a Principal object to be stored in the SecurityToken ................ r1177334 | dkulp | 2011-09-29 11:33:09 -0400 (Thu, 29 Sep 2011) | 9 lines Merged revisions 1177331 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1177331 | dkulp | 2011-09-29 11:21:32 -0400 (Thu, 29 Sep 2011) | 1 line [CXF-3828] Fix some issues with URI handling in the tooling ........ ................ r1177336 | dkulp | 2011-09-29 11:34:07 -0400 (Thu, 29 Sep 2011) | 25 lines Recorded merge of revisions 1177188,1177247-1177248,1177254,1177310 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1177188 | ema | 2011-09-29 03:32:52 -0400 (Thu, 29 Sep 2011) | 1 line [CXF-1519]:Repspect @XmlType annotation in exceptoin class ........ r1177247 | ema | 2011-09-29 06:00:56 -0400 (Thu, 29 Sep 2011) | 1 line [CXF-1519]:Fix jdk15 build ........ r1177248 | ema | 2011-09-29 06:05:45 -0400 (Thu, 29 Sep 2011) | 1 line [CXF-2006]:Check UnknownExtensibilityElement when RespectBindingFeature is enalbed ........ r1177254 | ema | 2011-09-29 06:28:00 -0400 (Thu, 29 Sep 2011) | 1 line Fix checkstyle error ........ r1177310 | coheigea | 2011-09-29 10:03:49 -0400 (Thu, 29 Sep 2011) | 1 line Allow a Principal object to be stored in the SecurityToken ........ ................ r1177337 | dkulp | 2011-09-29 11:35:10 -0400 (Thu, 29 Sep 2011) | 28 lines Blocked revisions 1176891,1176937-1176938,1176940,1177030,1177193 via svnmerge ........ r1176891 | dkulp | 2011-09-28 10:21:50 -0400 (Wed, 28 Sep 2011) | 2 lines Add some svn:ignores ........ r1176937 | coheigea | 2011-09-28 12:07:45 -0400 (Wed, 28 Sep 2011) | 1 line Adding support for issuing tokens in specific realms. ........ r1176938 | coheigea | 2011-09-28 12:08:12 -0400 (Wed, 28 Sep 2011) | 1 line Adding support for SAML realms when validating tokens. ........ r1176940 | coheigea | 2011-09-28 12:08:33 -0400 (Wed, 28 Sep 2011) | 1 line Added support for identity mapping in the STS. ........ r1177030 | dkulp | 2011-09-28 15:46:14 -0400 (Wed, 28 Sep 2011) | 1 line Turn the sts into an OSGi bundle, add it to the features ........ r1177193 | ningjiang | 2011-09-29 03:42:32 -0400 (Thu, 29 Sep 2011) | 1 line Added an unit test to show how to use the bean name with the place holder ........ ................ r1177620 | sergeyb | 2011-09-30 08:02:27 -0400 (Fri, 30 Sep 2011) | 9 lines Merged revisions 1177618 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1177618 | sergeyb | 2011-09-30 12:57:31 +0100 (Fri, 30 Sep 2011) | 1 line [CXF-3797] Fixing a bug to do with subresource locator parameter generation plus few more improvements, thanks to Christos Fragoulides ........ ................ r1177632 | sergeyb | 2011-09-30 08:39:16 -0400 (Fri, 30 Sep 2011) | 9 lines Merged revisions 1177631 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1177631 | sergeyb | 2011-09-30 13:36:47 +0100 (Fri, 30 Sep 2011) | 1 line [CXF-3797] Better support for optional or repeating query parametets, thanks to Christos Fragoulides ........ ................ r1177685 | coheigea | 2011-09-30 10:52:13 -0400 (Fri, 30 Sep 2011) | 1 line Make sure to try the message exchange for the TokenStore before creating a new one ................ r1177893 | ema | 2011-09-30 23:32:30 -0400 (Fri, 30 Sep 2011) | 9 lines Merged revisions 1177889 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1177889 | ema | 2011-10-01 11:13:45 +0800 (Sat, 01 Oct 2011) | 1 line Fix typo and error message ........ ................ r1178363 | coheigea | 2011-10-03 05:52:21 -0400 (Mon, 03 Oct 2011) | 1 line Upgrading to WSS4J 1.6.3 ................ r1178442 | dkulp | 2011-10-03 12:31:43 -0400 (Mon, 03 Oct 2011) | 9 lines Merged revisions 1177889 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1177889 | ema | 2011-09-30 23:13:45 -0400 (Fri, 30 Sep 2011) | 1 line Fix typo and error message ........ ................ r1178443 | dkulp | 2011-10-03 12:34:02 -0400 (Mon, 03 Oct 2011) | 9 lines Merged revisions 1178413 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1178413 | ericjohnson | 2011-10-03 10:04:17 -0400 (Mon, 03 Oct 2011) | 1 line made description descriptive ........ ................ r1178444 | dkulp | 2011-10-03 12:35:04 -0400 (Mon, 03 Oct 2011) | 13 lines Recorded merge of revisions 1177688,1178364 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1177688 | coheigea | 2011-09-30 10:53:38 -0400 (Fri, 30 Sep 2011) | 1 line Make sure to try the message exchange for the TokenStore before creating a new one ........ r1178364 | coheigea | 2011-10-03 05:52:58 -0400 (Mon, 03 Oct 2011) | 1 line Upgrading to WSS4J 1.6.3 ........ ................ r1178445 | dkulp | 2011-10-03 12:35:34 -0400 (Mon, 03 Oct 2011) | 37 lines Blocked revisions 1176632,1177361,1177564,1177575,1177642,1177647,1177822,1178015 via svnmerge ........ r1176632 | sergeyb | 2011-09-27 17:46:16 -0400 (Tue, 27 Sep 2011) | 1 line Refactoring BinaryDataProvider to make it easier to deal with ranges ........ r1177361 | sergeyb | 2011-09-29 12:45:21 -0400 (Thu, 29 Sep 2011) | 1 line Fixing checkstyle errors in the OAuth demo ........ r1177564 | coheigea | 2011-09-30 05:28:25 -0400 (Fri, 30 Sep 2011) | 2 lines [CXF-3835] - SAML and Username tokens should be cached in the STS service - Patch applied, thanks ........ r1177575 | coheigea | 2011-09-30 05:53:40 -0400 (Fri, 30 Sep 2011) | 1 line Updated the token providers to store a principal in the cache ........ r1177642 | cschneider | 2011-09-30 09:11:07 -0400 (Fri, 30 Sep 2011) | 1 line Added test for the case where message id is used as correlation id ........ r1177647 | cschneider | 2011-09-30 09:30:26 -0400 (Fri, 30 Sep 2011) | 1 line Fix for JDK 5 ........ r1177822 | sergeyb | 2011-09-30 16:34:00 -0400 (Fri, 30 Sep 2011) | 1 line [CXF-3838] Support for WADL in JSON ........ r1178015 | sergeyb | 2011-10-01 11:21:13 -0400 (Sat, 01 Oct 2011) | 1 line [CXF-3838] Optionally linking json elements to xml schema ........ ................ Modified: cxf/branches/2.3.x-fixes/ (props changed) Propchange: cxf/branches/2.3.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.
