Author: dkulp Date: Wed May 9 16:14:43 2012 New Revision: 1336272 URL: http://svn.apache.org/viewvc?rev=1336272&view=rev Log: Blocking revisions 1333064,1333405,1333490,1334143,1335468,1335712,1335713,1335737,1335897,1335898,1336221,1336242,1336251,1336253,1336260,1336261,1336262,1336263,1336264,1336265,1336266 via svn from https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes
........ r1333064 | sergeyb | 2012-05-02 10:40:29 -0400 (Wed, 02 May 2012) | 9 lines Merged revisions 1333058 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1333058 | sergeyb | 2012-05-02 15:28:10 +0100 (Wed, 02 May 2012) | 1 line [CXF-4283] Checking OAuth10 preauthorized tokens for missing or empty verifiers, thanks to Jordi T. ........ ........ ........ r1333405 | coheigea | 2012-05-03 07:19:12 -0400 (Thu, 03 May 2012) | 10 lines Blocking revisions 1333402 via git from https://svn.apache.org/repos/asf/cxf/trunk ........ r1333402 | coheigea | 2012-05-03 11:53:53 +0100 (Thu, 03 May 2012) | 2 lines Some cleanup of the ws-security runtime code ........ ........ ........ r1333490 | coheigea | 2012-05-03 10:59:08 -0400 (Thu, 03 May 2012) | 22 lines Blocking revisions 1332952,1333102,1333477 via git from https://svn.apache.org/repos/asf/cxf/trunk ........ r1332952 | coheigea | 2012-05-02 09:26:08 +0100 (Wed, 02 May 2012) | 2 lines Fixed NotOnOrAfter validation in SubjectConfirmationData ........ ........ r1333102 | coheigea | 2012-05-02 17:31:39 +0100 (Wed, 02 May 2012) | 2 lines Added unit tests for the SAMLSSOResponseValidator + added it into the RequestAssertionConsumerService ........ ........ r1333477 | coheigea | 2012-05-03 15:29:12 +0100 (Thu, 03 May 2012) | 2 lines More cleanup ........ ........ ........ r1334143 | dkulp | 2012-05-04 15:53:51 -0400 (Fri, 04 May 2012) | 9 lines Merged revisions 1334142 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1334142 | dkulp | 2012-05-04 15:53:02 -0400 (Fri, 04 May 2012) | 1 line Fix possible NPE ........ ........ ........ r1335468 | sergeyb | 2012-05-08 08:33:17 -0400 (Tue, 08 May 2012) | 9 lines Merged revisions 1335462 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1335462 | sergeyb | 2012-05-08 13:25:44 +0100 (Tue, 08 May 2012) | 1 line [CXF-4292] Defaulting to String when WADL Generator can not determine a class name of the primitive type ........ ........ ........ r1335712 | dkulp | 2012-05-08 15:35:00 -0400 (Tue, 08 May 2012) | 9 lines Merged revisions 1335709 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1335709 | dkulp | 2012-05-08 15:34:00 -0400 (Tue, 08 May 2012) | 1 line Add an NPE guard ........ ........ ........ r1335713 | dkulp | 2012-05-08 15:36:30 -0400 (Tue, 08 May 2012) | 10 lines Merged revisions 1335708 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1335708 | dkulp | 2012-05-08 15:33:55 -0400 (Tue, 08 May 2012) | 2 lines Fix test that fails if the filesystem doesn't support the specific encoding ........ ........ ........ r1335737 | dkulp | 2012-05-08 16:11:05 -0400 (Tue, 08 May 2012) | 9 lines Merged revisions 1335736 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1335736 | dkulp | 2012-05-08 16:10:15 -0400 (Tue, 08 May 2012) | 1 line Editor screwed up some formatting. ........ ........ ........ r1335897 | dkulp | 2012-05-08 22:05:06 -0400 (Tue, 08 May 2012) | 10 lines Merged revisions 1335892 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1335892 | dkulp | 2012-05-08 21:55:31 -0400 (Tue, 08 May 2012) | 3 lines [CXF-4298, CXF-3505] Old fix for CXF-3505 not needed anymore as other fixes have made sure the streams are closed properly. ........ ........ ........ r1335898 | dkulp | 2012-05-08 22:05:11 -0400 (Tue, 08 May 2012) | 4 lines Recording revisions 1335892 via git from https://svn.apache.org/repos/asf/cxf/trunk ........ ........ r1336221 | sergeyb | 2012-05-09 10:20:06 -0400 (Wed, 09 May 2012) | 9 lines Merged revisions 1336216 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1336216 | sergeyb | 2012-05-09 15:11:15 +0100 (Wed, 09 May 2012) | 1 line [CXF-4290] Adding an option to specify a custom loader for creating proxies ........ ........ ........ r1336242 | coheigea | 2012-05-09 11:31:15 -0400 (Wed, 09 May 2012) | 2 lines Change fork-mode from "pertest" to "once" for the WS-Security system tests. T - This results in a very large speed up in the time it takes to run tests when nothing else is running. This is because SecureRandom was getting seeded "pertest" and pauses until it collects enough random data. ........ ........ r1336251 | sergeyb | 2012-05-09 11:54:33 -0400 (Wed, 09 May 2012) | 9 lines Merged revisions 1336247 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1336247 | sergeyb | 2012-05-09 16:48:33 +0100 (Wed, 09 May 2012) | 1 line [CXF-4290] Fixing the cglib proxy and improving the test a bit ........ ........ ........ r1336253 | coheigea | 2012-05-09 11:59:10 -0400 (Wed, 09 May 2012) | 4 lines Recording revisions 1336240 via git from https://svn.apache.org/repos/asf/cxf/trunk ........ ........ r1336260 | dkulp | 2012-05-09 12:07:16 -0400 (Wed, 09 May 2012) | 9 lines Merged revisions 1334191 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1334191 | dkulp | 2012-05-04 17:33:59 -0400 (Fri, 04 May 2012) | 2 lines Add some predictability into the WadlGenerator. ........ ........ ........ r1336261 | dkulp | 2012-05-09 12:07:20 -0400 (Wed, 09 May 2012) | 9 lines Merged revisions 1335054 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1335054 | dkulp | 2012-05-07 11:13:27 -0400 (Mon, 07 May 2012) | 2 lines Fix tests that fail if run in different order (required proper cleanups) ........ ........ ........ r1336262 | dkulp | 2012-05-09 12:07:24 -0400 (Wed, 09 May 2012) | 9 lines Merged revisions 1335110 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1335110 | dkulp | 2012-05-07 12:39:47 -0400 (Mon, 07 May 2012) | 2 lines Remove some printlns I left in ........ ........ ........ r1336263 | dkulp | 2012-05-09 12:07:27 -0400 (Wed, 09 May 2012) | 9 lines Merged revisions 1335202 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1335202 | dkulp | 2012-05-07 15:09:35 -0400 (Mon, 07 May 2012) | 2 lines Update to newer eclipse plugin ........ ........ ........ r1336264 | dkulp | 2012-05-09 12:07:31 -0400 (Wed, 09 May 2012) | 9 lines Merged revisions 1336002 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1336002 | cschneider | 2012-05-09 04:45:33 -0400 (Wed, 09 May 2012) | 2 lines CXF-4300 Increasing import range to [2.2,4) to allow the commands to install in karaf 3 ........ ........ ........ r1336265 | dkulp | 2012-05-09 12:07:37 -0400 (Wed, 09 May 2012) | 4 lines Recording revisions 1332833,1332849,1334191,1334309,1335054,1335110,1335202,1336002 via git from https://svn.apache.org/repos/asf/cxf/trunk ........ ........ r1336266 | dkulp | 2012-05-09 12:07:39 -0400 (Wed, 09 May 2012) | 52 lines Blocking revisions 1333008,1333408,1334891,1334892,1335200,1335735,1335891,1336046 via git from https://svn.apache.org/repos/asf/cxf/trunk ........ r1333008 | sergeyb | 2012-05-02 08:06:16 -0400 (Wed, 02 May 2012) | 2 lines [CXF-3589] Prototyping the code for managing the SP session data ........ ........ r1333408 | sergeyb | 2012-05-03 07:42:58 -0400 (Thu, 03 May 2012) | 2 lines [CXF-3589] Introducing a common SP handler, limiting cookies to specific apps that initiated SAMLRequest ........ ........ r1334891 | ffang | 2012-05-07 03:04:14 -0400 (Mon, 07 May 2012) | 2 lines [CXF-4278]remove ehcache bundle from cxf feature.xml as it's compile time dependency only since CXF 2.6 ........ ........ r1334892 | ffang | 2012-05-07 03:20:13 -0400 (Mon, 07 May 2012) | 2 lines [CXF-4278]add ehcache bundle back ........ ........ r1335200 | dkulp | 2012-05-07 15:09:31 -0400 (Mon, 07 May 2012) | 2 lines Add gwt generated code into eclipse so "refresh" works reliably ........ ........ r1335735 | dkulp | 2012-05-08 16:10:11 -0400 (Tue, 08 May 2012) | 2 lines Just put the gwt stuff on the compile classpath for eclipse ........ ........ r1335891 | dkulp | 2012-05-08 21:55:27 -0400 (Tue, 08 May 2012) | 2 lines Don't need xalan anymore. ........ ........ r1336046 | coheigea | 2012-05-09 05:55:50 -0400 (Wed, 09 May 2012) | 2 lines Fix for failing JDK 1.5 build ........ ........ Modified: cxf/branches/2.4.x-fixes/ (props changed) Propchange: cxf/branches/2.4.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.
