svn commit: r1301434 - in /cxf/trunk/services/sts/sts-core/src: main/java/org/apache/cxf/sts/claims/ main/java/org/apache/cxf/sts/operation/ main/java/org/apache/cxf/sts/request/ test/java/org/apache/

2012-03-16 Thread coheigea
Author: coheigea Date: Fri Mar 16 11:05:43 2012 New Revision: 1301434 URL: http://svn.apache.org/viewvc?rev=1301434view=rev Log: [CXF-4062][CXF-4173] - Enabling custom claim parser / Support for ClaimValue element of federation claims dialect added - Patch(es) applied, thanks! I made a few

svn commit: r1301440 - in /cxf/branches/2.5.x-fixes/services/sts/sts-core/src: main/java/org/apache/cxf/sts/claims/ main/java/org/apache/cxf/sts/operation/ main/java/org/apache/cxf/sts/request/ test/j

2012-03-16 Thread coheigea
Author: coheigea Date: Fri Mar 16 11:33:48 2012 New Revision: 1301440 URL: http://svn.apache.org/viewvc?rev=1301440view=rev Log: [CXF-4062][CXF-4173] - Enabling custom claim parser / Support for ClaimValue element of federation claims dialect added - Patch(es) applied, thanks! I made a few

svn commit: r1301484 - /cxf/trunk/pom.xml

2012-03-16 Thread dkulp
Author: dkulp Date: Fri Mar 16 13:16:19 2012 New Revision: 1301484 URL: http://svn.apache.org/viewvc?rev=1301484view=rev Log: Set the prereq for building to Maven 3.0. Should not affect those using CXF. Modified: cxf/trunk/pom.xml Modified: cxf/trunk/pom.xml URL:

[CONF] Apache CXF Release Management

2012-03-16 Thread confluence
Release Management Page edited by Daniel Kulp Changes (4) ... Then, to actually perform the relesae, run the below commands.

svn commit: r808851 - in /websites/production/cxf/content: cache/main.pageCache release-management.html

2012-03-16 Thread buildbot
Author: buildbot Date: Fri Mar 16 13:48:12 2012 New Revision: 808851 Log: Production update by buildbot for cxf Modified: websites/production/cxf/content/cache/main.pageCache websites/production/cxf/content/release-management.html Modified:

svn commit: r1301516 - in /cxf/trunk/services/sts/sts-core/src: main/java/org/apache/cxf/sts/cache/ main/java/org/apache/cxf/sts/claims/ main/java/org/apache/cxf/sts/operation/ main/java/org/apache/cx

2012-03-16 Thread coheigea
Author: coheigea Date: Fri Mar 16 13:51:45 2012 New Revision: 1301516 URL: http://svn.apache.org/viewvc?rev=1301516view=rev Log: Updates to the STS caching mechanism. - Tokens have a default TTL of 30 minutes now. - Removed STSTokenStore interface Removed:

svn commit: r1301539 - /cxf/trunk/api/src/main/java/org/apache/cxf/common/logging/LogUtils.java

2012-03-16 Thread ningjiang
Author: ningjiang Date: Fri Mar 16 14:18:01 2012 New Revision: 1301539 URL: http://svn.apache.org/viewvc?rev=1301539view=rev Log: CXF-4180 LogUtils should default to CXF's Slf4jLogger if it can't find Log4J or JCL driver Modified:

svn commit: r1301550 - /cxf/trunk/api/src/main/java/org/apache/cxf/common/logging/LogUtils.java

2012-03-16 Thread ningjiang
Author: ningjiang Date: Fri Mar 16 14:38:47 2012 New Revision: 1301550 URL: http://svn.apache.org/viewvc?rev=1301550view=rev Log: CXF-4180 Fixed the CS error of my last commit Modified: cxf/trunk/api/src/main/java/org/apache/cxf/common/logging/LogUtils.java Modified:

svn commit: r1301560 - in /cxf/branches/2.4.x-fixes: ./ common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java

2012-03-16 Thread ningjiang
Author: ningjiang Date: Fri Mar 16 14:46:46 2012 New Revision: 1301560 URL: http://svn.apache.org/viewvc?rev=1301560view=rev Log: Merged revisions 1301549 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes r1301549 | ningjiang | 2012-03-16 22:38:18

svn commit: r1301569 - in /cxf/branches/2.3.x-fixes: ./ common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java

2012-03-16 Thread ningjiang
Author: ningjiang Date: Fri Mar 16 14:59:07 2012 New Revision: 1301569 URL: http://svn.apache.org/viewvc?rev=1301569view=rev Log: Merged revisions 1301560 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.4.x-fixes r1301560 | ningjiang | 2012-03-16 22:46:46

svn commit: r1301616 - in /cxf/branches/2.3.x-fixes: ./ common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java

2012-03-16 Thread ningjiang
Author: ningjiang Date: Fri Mar 16 16:09:03 2012 New Revision: 1301616 URL: http://svn.apache.org/viewvc?rev=1301616view=rev Log: CXF-4180 revert the patch which has some side effects Modified: cxf/branches/2.3.x-fixes/ (props changed)

svn commit: r1301626 - in /cxf/branches/2.4.x-fixes: ./ common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java

2012-03-16 Thread ningjiang
Author: ningjiang Date: Fri Mar 16 16:16:58 2012 New Revision: 1301626 URL: http://svn.apache.org/viewvc?rev=1301626view=rev Log: CXF-4180 revert the patch which has some side effects Modified: cxf/branches/2.4.x-fixes/ (props changed)

svn commit: r1301627 - in /cxf/branches/2.5.x-fixes: ./ common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java

2012-03-16 Thread ningjiang
Author: ningjiang Date: Fri Mar 16 16:17:11 2012 New Revision: 1301627 URL: http://svn.apache.org/viewvc?rev=1301627view=rev Log: CXF-4180 revert the patch which has some side effects Modified: cxf/branches/2.5.x-fixes/ (props changed)

svn commit: r1301636 - in /cxf/branches/2.5.x-fixes: ./ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JAXWSMethodInvoker.java systests/jaxws/src/test/java/org/apache/cxf/systest/provider/Interp

2012-03-16 Thread ay
Author: ay Date: Fri Mar 16 16:29:14 2012 New Revision: 1301636 URL: http://svn.apache.org/viewvc?rev=1301636view=rev Log: Merged revisions 1299707 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1299707 | ay | 2012-03-12 16:17:47 +0100 (Mon, 12 Mar 2012) | 1 line

svn commit: r1301659 - in /cxf/branches/2.4.x-fixes: ./ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JAXWSMethodInvoker.java systests/jaxws/src/test/java/org/apache/cxf/systest/provider/Interp

2012-03-16 Thread ay
Author: ay Date: Fri Mar 16 17:30:31 2012 New Revision: 1301659 URL: http://svn.apache.org/viewvc?rev=1301659view=rev Log: Merged revisions 1301636 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes r1301636 | ay | 2012-03-16 17:29:14 +0100 (Fri, 16

svn commit: r1301708 - in /cxf/trunk/rt/transports/http-jetty: ./ src/main/java/org/apache/cxf/transport/http_jetty/ src/main/java/org/apache/cxf/transport/http_jetty/osgi/

2012-03-16 Thread dkulp
Author: dkulp Date: Fri Mar 16 19:12:02 2012 New Revision: 1301708 URL: http://svn.apache.org/viewvc?rev=1301708view=rev Log: Initial work to get jetty stuff configured from config:admin Added: cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/osgi/

svn commit: r1301710 - /cxf/trunk/api/src/main/java/org/apache/cxf/common/logging/LogUtils.java

2012-03-16 Thread dkulp
Author: dkulp Date: Fri Mar 16 19:16:17 2012 New Revision: 1301710 URL: http://svn.apache.org/viewvc?rev=1301710view=rev Log: Revert CXF-4180 LogUtils should default to CXF's Slf4jLogger if it can't find Log4J or JCL driver Need to revert so the unit tests will run to test other changes. This

svn commit: r1301711 - in /cxf/trunk: api/ distribution/ distribution/manifest/ integration/jca/ parent/ rt/bindings/corba/ rt/databinding/jaxb/ rt/frontend/jaxws/ systests/transport-jms/ systests/tra

2012-03-16 Thread dkulp
Author: dkulp Date: Fri Mar 16 19:16:27 2012 New Revision: 1301711 URL: http://svn.apache.org/viewvc?rev=1301711view=rev Log: Downgrade to 3.3.1 of ASM as code compiled with ASM 4.0 is NOT compatible with 3.3.1 and is causing some strange conflicts that need more investigation Modified:

svn commit: r1301714 - /cxf/trunk/osgi/karaf/features/src/main/resources/features.xml

2012-03-16 Thread dkulp
Author: dkulp Date: Fri Mar 16 19:42:20 2012 New Revision: 1301714 URL: http://svn.apache.org/viewvc?rev=1301714view=rev Log: Add in fastinfoset bundle so the fastinfoset stuff works Modified: cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Modified: