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 3E938960C for ; Mon, 12 Dec 2011 15:50:36 +0000 (UTC) Received: (qmail 40483 invoked by uid 500); 12 Dec 2011 15:50:36 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 40401 invoked by uid 500); 12 Dec 2011 15:50: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 40311 invoked by uid 99); 12 Dec 2011 15:50:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2011 15:50:35 +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; Mon, 12 Dec 2011 15:50:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 320EF238897F for ; Mon, 12 Dec 2011 15:50:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1213288 - /cxf/branches/2.4.x-fixes/ Date: Mon, 12 Dec 2011 15:50:11 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111212155011.320EF238897F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Mon Dec 12 15:50:10 2011 New Revision: 1213288 URL: http://svn.apache.org/viewvc?rev=1213288&view=rev Log: Blocked revisions 1212530,1212596,1212664,1212725-1212726,1213001,1213015,1213022,1213024,1213027,1213072,1213074,1213139,1213164,1213179,1213211,1213262 via svnmerge ........ r1212530 | cschneider | 2011-12-09 12:24:43 -0500 (Fri, 09 Dec 2011) | 1 line CXF-3920 Return the correct transport URI ........ r1212596 | dkulp | 2011-12-09 14:43:32 -0500 (Fri, 09 Dec 2011) | 1 line [CXF-3901] Allow osgi services to opt-out of the global pickup ........ r1212664 | dkulp | 2011-12-09 17:17:48 -0500 (Fri, 09 Dec 2011) | 2 lines Fix a strange timing issue that could cause features to get wiped out Make sure the Interceptor lists are all of the CopyOnWrite variety. ........ r1212725 | dkulp | 2011-12-09 22:22:27 -0500 (Fri, 09 Dec 2011) | 4 lines Simplify spring Bus parsing by parsing directly to the Bus object when posible make sure the BusLifeCycleListeners are loaded and registered prior to initComplete called. ........ r1212726 | dkulp | 2011-12-09 22:57:20 -0500 (Fri, 09 Dec 2011) | 4 lines BusLifeCycleListener is usless as a global service as it doesn't get the Bus passed in. Introduce a new interface that can be used to get noticed when Bus's are created and can then register additional BusLifeCycleListeners for the finer events. ........ r1213001 | dkulp | 2011-12-11 08:47:28 -0500 (Sun, 11 Dec 2011) | 2 lines More tests for the lifecyclelisteners Fix issues if jetty isn't available ........ r1213015 | bimargulies | 2011-12-11 10:36:10 -0500 (Sun, 11 Dec 2011) | 2 lines Stop trying to report surefire and checkstyle. Since we fail the build for test failures and checkstyle violations, it makes the site build wildly slower to no purpose at all. ........ r1213022 | sergeyb | 2011-12-11 12:15:18 -0500 (Sun, 11 Dec 2011) | 1 line [CXF-3967] Adding OAuthContext to be used by custom filters for extra checks ........ r1213024 | bimargulies | 2011-12-11 12:17:44 -0500 (Sun, 11 Dec 2011) | 1 line Make the parent structure conventional in the maven plugins. ........ r1213027 | sergeyb | 2011-12-11 12:29:52 -0500 (Sun, 11 Dec 2011) | 1 line [CXF-3967] Setting OAuthContext as class content on Message ........ r1213072 | bimargulies | 2011-12-11 16:11:20 -0500 (Sun, 11 Dec 2011) | 1 line CXF-3972: refactor wsdl2java mojo to make room for js. ........ r1213074 | ay | 2011-12-11 16:20:25 -0500 (Sun, 11 Dec 2011) | 1 line [CXF-3973] making non-default bus instances also appear in the JMX monioring ........ r1213139 | ningjiang | 2011-12-11 23:16:28 -0500 (Sun, 11 Dec 2011) | 1 line CXF-3972 Fixed the rt-javascript build error ........ r1213164 | ningjiang | 2011-12-12 03:44:23 -0500 (Mon, 12 Dec 2011) | 1 line CXF-3920 clean up the code of MessageIdAsCorrelationIdJMSConduitTest ........ r1213179 | ay | 2011-12-12 04:43:37 -0500 (Mon, 12 Dec 2011) | 1 line [CXF-3975] consolidate ws-rm configuration schema for spring and blueprint ........ r1213211 | ay | 2011-12-12 07:30:11 -0500 (Mon, 12 Dec 2011) | 1 line fix to make cxf-3975 work for spring with no internet connection ........ r1213262 | ay | 2011-12-12 09:59:10 -0500 (Mon, 12 Dec 2011) | 1 line removing spring schema reference in CXF-3975 ........ Modified: cxf/branches/2.4.x-fixes/ (props changed) Propchange: cxf/branches/2.4.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.