Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B4B986990 for ; Tue, 7 Jun 2011 16:17:54 +0000 (UTC) Received: (qmail 55223 invoked by uid 500); 7 Jun 2011 16:17:54 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 55182 invoked by uid 500); 7 Jun 2011 16:17:54 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 55175 invoked by uid 99); 7 Jun 2011 16:17:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 16:17:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 16:17:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 46A8623889C5; Tue, 7 Jun 2011 16:17:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1133074 - /cxf/branches/2.3.x-fixes/ Date: Tue, 07 Jun 2011 16:17:33 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110607161733.46A8623889C5@eris.apache.org> Author: dkulp Date: Tue Jun 7 16:17:32 2011 New Revision: 1133074 URL: http://svn.apache.org/viewvc?rev=1133074&view=rev Log: Blocked revisions 1128061,1128077,1128089,1128145,1128201,1128265,1128392,1128911,1130149,1130157-1130158,1130195,1130775,1130798,1131078,1131100,1131422,1132609,1132699,1132761,1132955-1132956,1132988,1133016,1133023,1133038,1133040 via svnmerge ........ r1128061 | sergeyb | 2011-05-26 16:15:11 -0400 (Thu, 26 May 2011) | 1 line Fixing JAXRSJmsTest system test ........ r1128077 | dkulp | 2011-05-26 16:52:51 -0400 (Thu, 26 May 2011) | 2 lines [CXF-2766] Fix issue with code first services that have parts starting with "return" not honoring the partnames correctly. ........ r1128089 | dkulp | 2011-05-26 17:02:15 -0400 (Thu, 26 May 2011) | 1 line [CXF-1714] Mark asm optional in the bundles. ........ r1128145 | dkulp | 2011-05-26 22:51:39 -0400 (Thu, 26 May 2011) | 1 line Format the generate javadoc a lot nicer. ........ r1128201 | ningjiang | 2011-05-27 04:56:05 -0400 (Fri, 27 May 2011) | 1 line Updated cxf-extension-wstx-msv-validation.xml to write the warning message. ........ r1128265 | ay | 2011-05-27 07:34:32 -0400 (Fri, 27 May 2011) | 1 line [CXF-3534] making RMTxStore to work with Oracle DB ........ r1128392 | sergeyb | 2011-05-27 12:54:28 -0400 (Fri, 27 May 2011) | 1 line [CXF-3498] Initial support for WADL resources referencing abstract resource_type definitions ........ r1128911 | sergeyb | 2011-05-29 13:37:35 -0400 (Sun, 29 May 2011) | 1 line [CXF-3553] Adding a boolean ignoreRequests property to WADLGenerator ........ r1130149 | coheigea | 2011-06-01 09:36:26 -0400 (Wed, 01 Jun 2011) | 2 lines [CXF-3521] - WebServiceContext.getUserPrincipal() is null for incoming SAML Token or transformed token - Upgrading to WSS4J 1.6.1-SNAPSHOT ........ r1130157 | coheigea | 2011-06-01 10:11:31 -0400 (Wed, 01 Jun 2011) | 1 line [CXF-3524] - Support Derived Keys with the Symmetric Binding + SAML Assertions ........ r1130158 | coheigea | 2011-06-01 10:13:29 -0400 (Wed, 01 Jun 2011) | 1 line [CXF-3535] - Use the Requested(Un)AttachedReference returned from an STS to refer to a SecurityToken for signature ........ r1130195 | coheigea | 2011-06-01 11:47:33 -0400 (Wed, 01 Jun 2011) | 1 line [CXF-3565] - Support pluggable way of configuring WS-Trust ActAs and OnBehalfOf behaviour ........ r1130775 | dkulp | 2011-06-02 16:10:06 -0400 (Thu, 02 Jun 2011) | 3 lines Add a BundleActivator to find the bus-extension.txt files in other bundles so the Bus can pick them up automatically and get them registered and usable. ........ r1130798 | dkulp | 2011-06-02 16:42:36 -0400 (Thu, 02 Jun 2011) | 1 line Remove the extensions from the activator list on unregister ........ r1131078 | coheigea | 2011-06-03 11:42:59 -0400 (Fri, 03 Jun 2011) | 1 line [CXF-3568] - Add the ability to cache returned tokens in the STSTokenValidator ........ r1131100 | dkulp | 2011-06-03 12:37:55 -0400 (Fri, 03 Jun 2011) | 1 line Minor updates to actually run now. ........ r1131422 | sergeyb | 2011-06-04 12:06:06 -0400 (Sat, 04 Jun 2011) | 1 line [CXF-3561] Initial support for failover feature ........ r1132609 | ay | 2011-06-06 08:15:36 -0400 (Mon, 06 Jun 2011) | 1 line [CXF-3219] WS-RM's inbound to update the ack range in the store ........ r1132699 | coheigea | 2011-06-06 12:52:53 -0400 (Mon, 06 Jun 2011) | 1 line Adding a default expires value of 5 minutes for a SecurityToken ........ r1132761 | dkulp | 2011-06-06 16:50:00 -0400 (Mon, 06 Jun 2011) | 1 line Update to latest servicemix-specs version ........ r1132955 | coheigea | 2011-06-07 07:03:12 -0400 (Tue, 07 Jun 2011) | 1 line Update the (un) attached references that the STS returns with the correct TokenType/ValueType attributes. ........ r1132956 | coheigea | 2011-06-07 07:06:34 -0400 (Tue, 07 Jun 2011) | 1 line Fixing some findbugs warnings. ........ r1132988 | ningjiang | 2011-06-07 08:54:39 -0400 (Tue, 07 Jun 2011) | 1 line CXF-3571 CXF HTTPTransportFactory should throw exception when it can't find a right HTTPDestinationFactory to use ........ r1133016 | sergeyb | 2011-06-07 10:02:31 -0400 (Tue, 07 Jun 2011) | 1 line [CXF-3561] Adding a test with custom conduit selector overriding Message.ENDPOINT_ADDRESS without failover ........ r1133023 | sergeyb | 2011-06-07 10:14:48 -0400 (Tue, 07 Jun 2011) | 1 line Removing println ........ r1133038 | coheigea | 2011-06-07 11:06:20 -0400 (Tue, 07 Jun 2011) | 2 lines Add support for the case of specifying an IssuedToken as a SignedSupportingToken. - This is for the use-case of getting a Bearer SAML Assertion from an STS, and signing it before sending it to the service provider. ........ r1133040 | coheigea | 2011-06-07 11:06:56 -0400 (Tue, 07 Jun 2011) | 1 line Fixed some more findbugs problems. ........ Modified: cxf/branches/2.3.x-fixes/ (props changed) Propchange: cxf/branches/2.3.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.