Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 22859 invoked from network); 13 Oct 2010 20:03:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Oct 2010 20:03:20 -0000 Received: (qmail 13508 invoked by uid 500); 13 Oct 2010 20:03:20 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 13455 invoked by uid 500); 13 Oct 2010 20:03:20 -0000 Mailing-List: contact dev-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 dev@cxf.apache.org Received: (qmail 13447 invoked by uid 99); 13 Oct 2010 20:03:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 20:03:19 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.85.173.253] (HELO server.dankulp.com) (64.85.173.253) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 20:03:13 +0000 Received: by server.dankulp.com (Postfix, from userid 5000) id 972FF186F18; Wed, 13 Oct 2010 16:02:52 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on server.dankulp.com X-Spam-Level: X-Msg-File: /tmp/mailfilter-dev@cxf.apache.org.j20GbsgPCr Received: from dilbert.dankulp.com (c-24-91-72-253.hsd1.ma.comcast.net [24.91.72.253]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.dankulp.com (Postfix) with ESMTPSA id 2FD03186F11; Wed, 13 Oct 2010 16:02:49 -0400 (EDT) From: Daniel Kulp To: Andreas Veithen Subject: Re: svn commit: r1022269 - in /cxf/sandbox/veithen/cxf-spring-security: cxf-spring-security/pom.xml cxf-systests-spring-security/pom.xml pom.xml Date: Wed, 13 Oct 2010 16:01:10 -0400 User-Agent: KMail/1.13.5 (Linux/2.6.35; KDE/4.5.2; x86_64; ; ) References: <20101013195648.929FD2388A02@eris.apache.org> In-Reply-To: <20101013195648.929FD2388A02@eris.apache.org> Cc: dev@cxf.apache.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201010131601.11037.dkulp@apache.org> X-Old-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.1 Andreas, What are your thoughts about CXF including all of this in a future version? It looks like it woudl definitely have some value. Dan On Wednesday 13 October 2010 3:56:48 pm veithen@apache.org wrote: > Author: veithen > Date: Wed Oct 13 19:56:48 2010 > New Revision: 1022269 > > URL: http://svn.apache.org/viewvc?rev=1022269&view=rev > Log: > Sandbox: switched the CXF version to 2.3.0 and changed the version of the > cxf-spring-security stuff to SNAPSHOT. > > Added: > cxf/sandbox/veithen/cxf-spring-security/pom.xml (with props) > Modified: > cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/pom.xml > > cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.x > ml > > Modified: > cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/pom.xml URL: > http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/cxf-s > pring-security/pom.xml?rev=1022269&r1=1022268&r2=1022269&view=diff > ========================================================================== > ==== --- > cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/pom.xml > (original) +++ > cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/pom.xml Wed > Oct 13 19:56:48 2010 @@ -21,26 +21,26 @@ > com.google.code.cxf-spring-security > cxf-spring-security > jar > - 2.3.0-SNAPSHOT > + SNAPSHOT > Apache CXF Spring Security integration > http://code.google.com/p/cxf-spring-security/ > > > - org.apache.cxf > - cxf-parent > - 2.3.0-SNAPSHOT > + com.google.code.cxf-spring-security > + root > + SNAPSHOT > > > > > org.apache.cxf > cxf-api > - ${project.version} > + ${cxf.version} > > > org.apache.cxf > cxf-rt-bindings-soap > - ${project.version} > + ${cxf.version} > > > org.apache.ws.security > @@ -58,18 +58,4 @@ > 2.0.4 > > > - > - > - > - apache.snapshots > - Apache Development Snapshot Repository > - > https://repository.apache.org/content/repositories/snapshots/ - > > - false > - > - > - true > - > - > - > > \ No newline at end of file > > Modified: > cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.x > ml URL: > http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/cxf-s > ystests-spring-security/pom.xml?rev=1022269&r1=1022268&r2=1022269&view=diff > ========================================================================== > ==== --- > cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.x > ml (original) +++ > cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.x > ml Wed Oct 13 19:56:48 2010 @@ -26,9 +26,9 @@ > http://code.google.com/p/cxf-spring-security/ > > > - org.apache.cxf > - cxf-parent > - 2.3.0-SNAPSHOT > + com.google.code.cxf-spring-security > + root > + SNAPSHOT > > > > @@ -57,37 +57,37 @@ > > org.apache.cxf > cxf-testutils > - ${project.version} > + ${cxf.version} > test > > > org.apache.cxf > cxf-rt-transports-http-jetty > - ${project.version} > + ${cxf.version} > test > > > org.apache.cxf > cxf-rt-frontend-jaxws > - ${project.version} > + ${cxf.version} > > > > org.apache.cxf > cxf-rt-frontend-jaxrs > - ${project.version} > + ${cxf.version} > test > > > org.apache.cxf > cxf-rt-ws-security > - ${project.version} > + ${cxf.version} > test > > > org.apache.cxf > cxf-rt-ws-policy > - ${project.version} > + ${cxf.version} > test > > > @@ -125,7 +125,7 @@ > > org.apache.cxf > cxf-rt-transports-jms > - ${version} > + ${cxf.version} > test > > > > Added: cxf/sandbox/veithen/cxf-spring-security/pom.xml > URL: > http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/pom.x > ml?rev=1022269&view=auto > ========================================================================== > ==== --- cxf/sandbox/veithen/cxf-spring-security/pom.xml (added) > +++ cxf/sandbox/veithen/cxf-spring-security/pom.xml Wed Oct 13 19:56:48 > 2010 @@ -0,0 +1,44 @@ > + > + > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> + > 4.0.0 > + com.google.code.cxf-spring-security > + root > + pom > + SNAPSHOT > + Apache CXF Spring Security integration > + http://code.google.com/p/cxf-spring-security/ > + > + > + org.apache.cxf > + cxf-parent > + 2.3.0 > + > + > + > + 2.3.0 > + > + > + > + cxf-spring-security > + cxf-systests-spring-security > + > + > + > \ No newline at end of file > > Propchange: cxf/sandbox/veithen/cxf-spring-security/pom.xml > --------------------------------------------------------------------------- > --- svn:eol-style = native -- Daniel Kulp dkulp@apache.org http://dankulp.com/blog