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 F0D98915D for ; Fri, 6 Apr 2012 14:30:36 +0000 (UTC) Received: (qmail 73854 invoked by uid 500); 6 Apr 2012 14:30:36 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 73790 invoked by uid 500); 6 Apr 2012 14:30:36 -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 73782 invoked by uid 99); 6 Apr 2012 14:30:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2012 14:30:36 +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; Fri, 06 Apr 2012 14:30:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8E9572388C22; Fri, 6 Apr 2012 14:30:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1310349 - /cxf/branches/2.5.x-fixes/ Date: Fri, 06 Apr 2012 14:30:11 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120406143011.8E9572388C22@eris.apache.org> Author: dkulp Date: Fri Apr 6 14:30:11 2012 New Revision: 1310349 URL: http://svn.apache.org/viewvc?rev=1310349&view=rev Log: Blocking revisions 1307445,1307520,1308337,1308438,1308504,1308906,1308908,1308968,1309333,1309334,1309449,1309473,1309739,1309846,1309860,1310009,1310071,1310072,1310276,1310277,1310278 via git from https://svn.apache.org/repos/asf/cxf/trunk ........ r1307445 | coheigea | 2012-03-30 10:33:05 -0400 (Fri, 30 Mar 2012) | 2 lines [CXF-4158] - Started on re-using TokenValidators for token renewal ........ ........ r1307520 | sergeyb | 2012-03-30 12:38:00 -0400 (Fri, 30 Mar 2012) | 2 lines Starting to fix OAuth2 module Java docs, more to come ........ ........ r1308337 | coheigea | 2012-04-02 09:09:53 -0400 (Mon, 02 Apr 2012) | 2 lines [CXF-4219] - Switch to using EhCache for the SecurityToken caching solution in the cxf-rt-ws-security module ........ ........ r1308438 | dkulp | 2012-04-02 13:40:37 -0400 (Mon, 02 Apr 2012) | 3 lines Update to XmlSchema 2.0.2-SNAPSHOT so we can get some testing in before release it later this week. ........ ........ r1308504 | sergeyb | 2012-04-02 15:43:14 -0400 (Mon, 02 Apr 2012) | 2 lines More Java docs updates to the oauth2 module ........ ........ r1308906 | coheigea | 2012-04-03 09:44:59 -0400 (Tue, 03 Apr 2012) | 2 lines [CXF-4219] - Remove EhCache warning message about max cache size ........ ........ r1308908 | coheigea | 2012-04-03 09:45:59 -0400 (Tue, 03 Apr 2012) | 2 lines [CXF-4219] - Another refactor of TokenStore. Removed AssociatedHash functionality. ........ ........ r1308968 | sergeyb | 2012-04-03 11:04:19 -0400 (Tue, 03 Apr 2012) | 2 lines Finalizing with Java docs and comments to the oauth2 module for now ........ ........ r1309333 | coheigea | 2012-04-04 07:25:57 -0400 (Wed, 04 Apr 2012) | 2 lines [CXF-4129] - Added some unit tests for security token caching ........ ........ r1309334 | coheigea | 2012-04-04 07:26:16 -0400 (Wed, 04 Apr 2012) | 3 lines [CXF-4219] - Fixed a failing test in the STS - Also enabled caching of validated SAML and UsernameTokens ........ ........ r1309449 | ay | 2012-04-04 11:15:25 -0400 (Wed, 04 Apr 2012) | 2 lines change the package name of jsse.TLS config classes (remove spring) ........ ........ r1309473 | coheigea | 2012-04-04 12:03:25 -0400 (Wed, 04 Apr 2012) | 2 lines [CXF-4158] - Some minor stuff related to token renewing ........ ........ r1309739 | sergeyb | 2012-04-05 06:29:43 -0400 (Thu, 05 Apr 2012) | 2 lines [CXF-4179] Remove checks for well-known context class names as it won't work with custom contexts ........ ........ r1309846 | coheigea | 2012-04-05 09:31:43 -0400 (Thu, 05 Apr 2012) | 2 lines [CXF-4158] - Added an initial SAMLTokenRenewer & some tests. ........ ........ r1309860 | sergeyb | 2012-04-05 09:46:06 -0400 (Thu, 05 Apr 2012) | 2 lines Enabling OAuth 10 feature, thanks to JB ........ ........ r1310009 | dkulp | 2012-04-05 14:53:12 -0400 (Thu, 05 Apr 2012) | 3 lines Introduce a new @UseAsyncMethod to allow selecting the usage of the async variants on the server side when using JAX-WS. ........ ........ r1310071 | dkulp | 2012-04-05 16:58:35 -0400 (Thu, 05 Apr 2012) | 2 lines Get the async exceptions working ........ ........ r1310072 | dkulp | 2012-04-05 16:58:41 -0400 (Thu, 05 Apr 2012) | 3 lines Update the jaxws_async sample to also show server side async handling and provide a war build to show the same thing in tomcat. ........ ........ r1310276 | coheigea | 2012-04-06 06:57:58 -0400 (Fri, 06 Apr 2012) | 2 lines Added in some Lifetime unit tests for renewing SAML tokens. ........ ........ r1310277 | coheigea | 2012-04-06 06:58:23 -0400 (Fri, 06 Apr 2012) | 2 lines Added in some realm tests for renewing tokens ........ ........ r1310278 | coheigea | 2012-04-06 06:58:46 -0400 (Fri, 06 Apr 2012) | 2 lines Added in functionality to prevent the renewal of a token that is "overly" expired ........ Modified: cxf/branches/2.5.x-fixes/ (props changed) Propchange: cxf/branches/2.5.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.