svn commit: r796994 - in /cxf/trunk/tools: common/src/main/java/org/apache/cxf/tools/common/ common/src/main/java/org/apache/cxf/tools/common/toolspec/ common/src/main/java/org/apache/cxf/tools/common

2009-07-23 Thread asoldano
Author: asoldano Date: Thu Jul 23 09:56:16 2009 New Revision: 796994 URL: http://svn.apache.org/viewvc?rev=796994&view=rev Log: [CXF-2351] Make tool containers use provided err/out streams instead of directly writing to System.out/System.err; also making quietMode do not touch the whol

svn commit: r796995 - in /cxf/trunk/tools: javato/ws/src/main/java/org/apache/cxf/tools/java2js/JavaToJS.java wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/WSDLToJava.java

2009-07-23 Thread asoldano
Author: asoldano Date: Thu Jul 23 09:57:25 2009 New Revision: 796995 URL: http://svn.apache.org/viewvc?rev=796995&view=rev Log: [CXF-2351] Allow jaxws tools output to be redirected to a given stream Modified: cxf/trunk/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2js/JavaToJS.

svn commit: r796997 - /cxf/trunk/tools/validator/src/main/java/org/apache/cxf/tools/validator/WSDLValidator.java

2009-07-23 Thread asoldano
Author: asoldano Date: Thu Jul 23 09:59:52 2009 New Revision: 796997 URL: http://svn.apache.org/viewvc?rev=796997&view=rev Log: [CXF-2351] Modified: cxf/trunk/tools/validator/src/main/java/org/apache/cxf/tools/validator/WSDLValidator.java Modified: cxf/trunk/tools/validator/src/main/

svn commit: r797035 - in /cxf/branches/2.2.x-fixes: ./ tools/common/src/main/java/org/apache/cxf/tools/common/ tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/ tools/common/src/main/ja

2009-07-23 Thread asoldano
Author: asoldano Date: Thu Jul 23 12:14:30 2009 New Revision: 797035 URL: http://svn.apache.org/viewvc?rev=797035&view=rev Log: Merged revisions 796994-796995,796997 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r796994 | asoldano | 2009-07-23 11:56:16 +0200 (gio

svn commit: r797505 - in /cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory: ReflectionServiceFactoryBean.java WSDLBasedServiceConfiguration.java

2009-07-24 Thread asoldano
Author: asoldano Date: Fri Jul 24 14:48:09 2009 New Revision: 797505 URL: http://svn.apache.org/viewvc?rev=797505&view=rev Log: [CXF-1996] Adding a ServiceConfiguration for getting the style from the WSDL model when building service from WSDL (for instance when we have @WebService(wsdlLoca

svn commit: r798479 - /cxf/trunk/rt/core/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java

2009-07-28 Thread asoldano
Author: asoldano Date: Tue Jul 28 10:18:24 2009 New Revision: 798479 URL: http://svn.apache.org/viewvc?rev=798479&view=rev Log: [CXF-2364] Allow SOAP address rewrite in wsdl according to the request call Modified: cxf/trunk/rt/core/src/main/java/org/apache/cxf/transport/

svn commit: r798557 - in /cxf/trunk: rt/core/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java systests/src/test/java/org/apache/cxf/systest/http/WSDLAddressRewriteTest.java

2009-07-28 Thread asoldano
Author: asoldano Date: Tue Jul 28 15:23:32 2009 New Revision: 798557 URL: http://svn.apache.org/viewvc?rev=798557&view=rev Log: [CXF-2364] adding check on Service name + providing a testcase Added: cxf/trunk/systests/src/test/java/org/apache/cxf/systest/http/WSDLAddressRewriteTest.

svn commit: r798573 - /cxf/trunk/rt/core/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java

2009-07-28 Thread asoldano
Author: asoldano Date: Tue Jul 28 15:44:27 2009 New Revision: 798573 URL: http://svn.apache.org/viewvc?rev=798573&view=rev Log: Checkstyle error fix Modified: cxf/trunk/rt/core/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java Modified: cxf/trunk/rt/core/src/main/java

svn commit: r798608 - in /cxf/branches/2.2.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java systests/src/test/java/org/apache/cxf/systest/http/WSDLAddressRewriteTe

2009-07-28 Thread asoldano
Author: asoldano Date: Tue Jul 28 17:07:05 2009 New Revision: 798608 URL: http://svn.apache.org/viewvc?rev=798608&view=rev Log: Merged revisions 798479,798557,798573 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r798479 | asoldano | 2009-07-28 12:18:24 +0200 (mar

svn commit: r822353 - /cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/ServiceImpl.java

2009-10-06 Thread asoldano
Author: asoldano Date: Tue Oct 6 17:14:50 2009 New Revision: 822353 URL: http://svn.apache.org/viewvc?rev=822353&view=rev Log: [CXF-2460] Allow configuration of JaxWsClientFactoryBean during port creation Modified: cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/j

svn commit: r822378 - in /cxf/branches/2.2.x-fixes: ./ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/ServiceImpl.java

2009-10-06 Thread asoldano
Author: asoldano Date: Tue Oct 6 17:55:25 2009 New Revision: 822378 URL: http://svn.apache.org/viewvc?rev=822378&view=rev Log: [CXF-2460] Merge from trunk Modified: cxf/branches/2.2.x-fixes/ (props changed) cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/j

svn commit: r830012 - /cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/WrapperClassInInterceptor.java

2009-10-26 Thread asoldano
Author: asoldano Date: Mon Oct 26 22:45:52 2009 New Revision: 830012 URL: http://svn.apache.org/viewvc?rev=830012&view=rev Log: [CXF-2498] Fix Modified: cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/WrapperClassInInterceptor.java Modified: cxf/trun

svn commit: r830100 - in /cxf/branches/2.2.x-fixes: ./ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/WrapperClassInInterceptor.java

2009-10-27 Thread asoldano
Author: asoldano Date: Tue Oct 27 09:19:40 2009 New Revision: 830100 URL: http://svn.apache.org/viewvc?rev=830100&view=rev Log: [CXF-2498] Fix Modified: cxf/branches/2.2.x-fixes/ (props changed) cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/j

svn commit: r835855 - /cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/context/WrappedMessageContext.java

2009-11-13 Thread asoldano
Author: asoldano Date: Fri Nov 13 14:09:04 2009 New Revision: 835855 URL: http://svn.apache.org/viewvc?rev=835855&view=rev Log: [CXF-2532] Pulling WSDL_* properties value in WrappedMessageContext from current exchange Modified: cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/j

svn commit: r835858 - in /cxf/branches/2.2.x-fixes: ./ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/context/WrappedMessageContext.java

2009-11-13 Thread asoldano
Author: asoldano Date: Fri Nov 13 14:28:28 2009 New Revision: 835858 URL: http://svn.apache.org/viewvc?rev=835858&view=rev Log: [CXF-2532] Merging changes to branch 2.2.x Modified: cxf/branches/2.2.x-fixes/ (props changed) cxf/branches/2.2.x-fixes/rt/frontend/jaxws/src/main/java

svn commit: r956044 - in /cxf/trunk/tools/javato/ws: ./ src/main/java/org/apache/cxf/tools/java2js/processor/ src/main/java/org/apache/cxf/tools/java2wsdl/processor/ src/main/java/org/apache/cxf/tools

2010-06-18 Thread asoldano
Author: asoldano Date: Fri Jun 18 16:40:44 2010 New Revision: 956044 URL: http://svn.apache.org/viewvc?rev=956044&view=rev Log: [CXF-2852] Refactor java2ws tools for requiring Spring just when a spring bean configuration file is actually specified Added: cxf/trunk/tools/javato/ws/src/

svn commit: r956802 - in /cxf/branches/2.2.x-fixes: ./ tools/javato/ws/ tools/javato/ws/src/main/java/org/apache/cxf/tools/java2js/processor/ tools/javato/ws/src/main/java/org/apache/cxf/tools/java2ws

2010-06-22 Thread asoldano
Author: asoldano Date: Tue Jun 22 08:05:20 2010 New Revision: 956802 URL: http://svn.apache.org/viewvc?rev=956802&view=rev Log: Merged revisions 956044 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r956044 | asoldano | 2010-06-18 18:40:44 +0200 (ven, 18 giu 2010)

svn commit: r982532 - /cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RMManager.java

2010-08-05 Thread asoldano
Author: asoldano Date: Thu Aug 5 10:17:58 2010 New Revision: 982532 URL: http://svn.apache.org/viewvc?rev=982532&view=rev Log: [CXF-2929] Adding public method for initialising the RMManager given a Bus instance Modified: cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RMManager.

svn commit: r982541 - /cxf/branches/2.2.x-fixes/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RMManager.java

2010-08-05 Thread asoldano
Author: asoldano Date: Thu Aug 5 10:45:55 2010 New Revision: 982541 URL: http://svn.apache.org/viewvc?rev=982541&view=rev Log: Merged revisions 982532 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk [CXF-2929] Adding public method for initialising the RMManager given a

svn commit: r982687 - /cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RMManager.java

2010-08-05 Thread asoldano
Author: asoldano Date: Thu Aug 5 16:51:25 2010 New Revision: 982687 URL: http://svn.apache.org/viewvc?rev=982687&view=rev Log: [CXF-2929] Renaming added method Modified: cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RMManager.java Modified: cxf/trunk/rt/ws/rm/src/main/java

svn commit: r982691 - /cxf/branches/2.2.x-fixes/

2010-08-05 Thread asoldano
Author: asoldano Date: Thu Aug 5 16:56:37 2010 New Revision: 982691 URL: http://svn.apache.org/viewvc?rev=982691&view=rev Log: [CXF-2929] forgot to commit update to svnmerge metadata Modified: cxf/branches/2.2.x-fixes/ (props changed) Propchange: cxf/branches/2.2.x-f

svn commit: r982694 - in /cxf/branches/2.2.x-fixes: ./ rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RMManager.java

2010-08-05 Thread asoldano
Author: asoldano Date: Thu Aug 5 17:00:16 2010 New Revision: 982694 URL: http://svn.apache.org/viewvc?rev=982694&view=rev Log: Merged revisions 982687 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r982687 | asoldano | 2010-08-05 18:51:25 +0200 (Thu, 05 Aug 2010)

svn commit: r983046 - /cxf/trunk/distribution/src/main/release/samples/aegis/testSrc/org/apache/cxf/sample/test/TestAegisSample.java

2010-08-06 Thread asoldano
Author: asoldano Date: Fri Aug 6 16:46:10 2010 New Revision: 983046 URL: http://svn.apache.org/viewvc?rev=983046&view=rev Log: Fix distribution build Modified: cxf/trunk/distribution/src/main/release/samples/aegis/testSrc/org/apache/cxf/sample/test/TestAegisSample.java Modified:

svn commit: r986701 - in /cxf/trunk/rt: ./ transports/http-jaxws-spi/ transports/http-jaxws-spi/src/ transports/http-jaxws-spi/src/main/ transports/http-jaxws-spi/src/main/java/ transports/http-jaxws-

2010-08-18 Thread asoldano
Author: asoldano Date: Wed Aug 18 14:33:15 2010 New Revision: 986701 URL: http://svn.apache.org/viewvc?rev=986701&view=rev Log: [CXF-2845] Adding http_jaxws_spi transport module (included in build with "jaxws22" profile only) Added: cxf/trunk/rt/transports/http-jaxws-spi/

svn commit: r986704 - in /cxf/trunk/rt/frontend/jaxws: pom.xml src/main/jaxws22/org/apache/cxf/jaxws22/EndpointImpl.java

2010-08-18 Thread asoldano
Author: asoldano Date: Wed Aug 18 14:35:40 2010 New Revision: 986704 URL: http://svn.apache.org/viewvc?rev=986704&view=rev Log: [CXF-2845] Modifying JAXWS 2.2 Endpoint impl to use the new http_jaxws_spi transport Modified: cxf/trunk/rt/frontend/jaxws/pom.xml cxf/trunk/rt/frontend/j

svn commit: r986706 - in /cxf/trunk/systests/container-integration: ./ grizzly/ grizzly/src/ grizzly/src/test/ grizzly/src/test/java/ grizzly/src/test/java/org/ grizzly/src/test/java/org/apache/ grizz

2010-08-18 Thread asoldano
Author: asoldano Date: Wed Aug 18 14:38:31 2010 New Revision: 986706 URL: http://svn.apache.org/viewvc?rev=986706&view=rev Log: [CXF-2845] Adding grizzly container integration module for testing JAXWS 2.2 HTTP SPI against Grizzly container (through jaxws-grizzly-httpspi - https://ja

svn commit: r986758 - in /cxf/trunk/rt: ./ frontend/jaxws/ frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/ frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/ frontend/j

2010-08-18 Thread asoldano
Author: asoldano Date: Wed Aug 18 16:00:31 2010 New Revision: 986758 URL: http://svn.apache.org/viewvc?rev=986758&view=rev Log: [CXF-2845] Moving jaxws 2.2 http spi transport to frontend-jaxws module to simplify build Added: cxf/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache

svn commit: r986760 - /cxf/trunk/systests/container-integration/grizzly/pom.xml

2010-08-18 Thread asoldano
Author: asoldano Date: Wed Aug 18 16:01:59 2010 New Revision: 986760 URL: http://svn.apache.org/viewvc?rev=986760&view=rev Log: [CXF-2845] Updating pom for removing reference to http_jaxws_spi transport module Modified: cxf/trunk/systests/container-integration/grizzly/pom.xml Modified:

svn commit: r986762 - /cxf/trunk/rt/transports/http-jaxws-spi/

2010-08-18 Thread asoldano
Author: asoldano Date: Wed Aug 18 16:04:00 2010 New Revision: 986762 URL: http://svn.apache.org/viewvc?rev=986762&view=rev Log: [CXF-2845] Removing http-jaxws-spi transport Removed: cxf/trunk/rt/transports/http-jaxws-spi/

svn commit: r986772 - in /cxf/trunk/rt/frontend/jaxws/src: main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/ test/jaxws22/org/apache/cxf/transport/http_jaxws_spi/

2010-08-18 Thread asoldano
Author: asoldano Date: Wed Aug 18 16:13:59 2010 New Revision: 986772 URL: http://svn.apache.org/viewvc?rev=986772&view=rev Log: [CXF-2845] Fixing svn props on added files Modified: cxf/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/HttpHandlerImpl.

svn commit: r987059 - in /cxf/trunk/systests/container-integration/grizzly: ./ src/main/ src/main/java/ src/main/resources/ src/test/java/org/apache/cxf/systest/grizzly/ src/test/resources/

2010-08-19 Thread asoldano
Author: asoldano Date: Thu Aug 19 08:02:15 2010 New Revision: 987059 URL: http://svn.apache.org/viewvc?rev=987059&view=rev Log: [CXF-2845] Few minor changes to please Eclipse and set proper svn props Added: cxf/trunk/systests/container-integration/grizzly/src/main/ cxf/trunk/syst

svn commit: r987852 - in /cxf/trunk/rt/frontend/jaxws: pom.xml src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/HttpServletRequestAdapter.java src/main/jaxws22/org/apache/cxf/transport/http_ja

2010-08-22 Thread asoldano
Author: asoldano Date: Sun Aug 22 08:54:37 2010 New Revision: 987852 URL: http://svn.apache.org/viewvc?rev=987852&view=rev Log: [CXF-2845] Removing dependency on commons-lang Modified: cxf/trunk/rt/frontend/jaxws/pom.xml cxf/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache

svn commit: r995871 - /cxf/trunk/systests/pom.xml

2010-09-10 Thread asoldano
Author: asoldano Date: Fri Sep 10 17:05:21 2010 New Revision: 995871 URL: http://svn.apache.org/viewvc?rev=995871&view=rev Log: Including container-integration module in systests Modified: cxf/trunk/systests/pom.xml Modified: cxf/trunk/systests/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r996788 - /cxf/trunk/systests/container-integration/grizzly/pom.xml

2010-09-14 Thread asoldano
Author: asoldano Date: Tue Sep 14 08:28:39 2010 New Revision: 996788 URL: http://svn.apache.org/viewvc?rev=996788&view=rev Log: Adding http://download.java.net/maven/2/ repo to the grizzly container integration tests only Modified: cxf/trunk/systests/container-integration/grizzly/pom

svn commit: r1021792 - in /cxf/trunk: systests/container-integration/grizzly/pom.xml systests/container-integration/jetty6/pom.xml test-samples/pom.xml

2010-10-12 Thread asoldano
Author: asoldano Date: Tue Oct 12 15:06:38 2010 New Revision: 1021792 URL: http://svn.apache.org/viewvc?rev=1021792&view=rev Log: Fixing some versions from 2.3.0-SNAPSHOT to 2.3.1-SNAPSHOT Modified: cxf/trunk/systests/container-integration/grizzly/pom.xml cxf/trunk/systests/conta

svn commit: r1022401 - /cxf/trunk/rt/transports/http/src/test/java/org/apache/cxf/transport/http/HTTPConduitURLEasyMockTest.java

2010-10-14 Thread asoldano
Author: asoldano Date: Thu Oct 14 07:50:31 2010 New Revision: 1022401 URL: http://svn.apache.org/viewvc?rev=1022401&view=rev Log: [CXF-3065] Follow HTTP 301 redirect responses to HTTP GET requests Modified: cxf/trunk/rt/transports/http/src/test/java/org/apache/cxf/transport/

svn commit: r1022402 - /cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java

2010-10-14 Thread asoldano
Author: asoldano Date: Thu Oct 14 07:51:19 2010 New Revision: 1022402 URL: http://svn.apache.org/viewvc?rev=1022402&view=rev Log: [CXF-3065] Follow HTTP 301 redirect responses to HTTP GET requests Modified: cxf/trunk/rt/transports/http/src/main/java/org/apache/cxf/transport/

svn commit: r1022408 - in /cxf/branches/2.3.x-fixes: ./ rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java rt/transports/http/src/test/java/org/apache/cxf/transport/http/H

2010-10-14 Thread asoldano
Author: asoldano Date: Thu Oct 14 08:02:51 2010 New Revision: 1022408 URL: http://svn.apache.org/viewvc?rev=1022408&view=rev Log: Merged revisions 1022401-1022402 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1022401 | asoldano | 2010-10-14 09:50:31 +0200 (Thu, 14

svn commit: r1027462 - /cxf/trunk/systests/container-integration/grizzly/pom.xml

2010-10-26 Thread asoldano
Author: asoldano Date: Tue Oct 26 11:02:10 2010 New Revision: 1027462 URL: http://svn.apache.org/viewvc?rev=1027462&view=rev Log: Fix build, properties were renamed Modified: cxf/trunk/systests/container-integration/grizzly/pom.xml Modified: cxf/trunk/systests/container-integration/gri

svn commit: r1027467 - in /cxf/branches/2.3.x-fixes: ./ systests/container-integration/grizzly/pom.xml

2010-10-26 Thread asoldano
Author: asoldano Date: Tue Oct 26 11:12:02 2010 New Revision: 1027467 URL: http://svn.apache.org/viewvc?rev=1027467&view=rev Log: Merged revisions 1027462 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1027462 | asoldano | 2010-10-26 13:02:10 +0200 (Tue, 26 Oct

svn commit: r1027509 - /cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.java

2010-10-26 Thread asoldano
Author: asoldano Date: Tue Oct 26 12:32:58 2010 New Revision: 1027509 URL: http://svn.apache.org/viewvc?rev=1027509&view=rev Log: [CXF-3069] Adding NPE guard to getWrapperPartMinOccurs method Modified: cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/sup

svn commit: r1027513 - in /cxf/branches/2.3.x-fixes: ./ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.java

2010-10-26 Thread asoldano
Author: asoldano Date: Tue Oct 26 12:35:56 2010 New Revision: 1027513 URL: http://svn.apache.org/viewvc?rev=1027513&view=rev Log: Merged revisions 1027509 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1027509 | asoldano | 2010-10-26 14:32:58 +0200 (Tue, 26 Oct

svn commit: r1027530 - in /cxf/branches/2.2.x-fixes: ./ rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.java

2010-10-26 Thread asoldano
Author: asoldano Date: Tue Oct 26 13:03:51 2010 New Revision: 1027530 URL: http://svn.apache.org/viewvc?rev=1027530&view=rev Log: Merged revisions 1027513 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes r1027513 | asoldano | 2010-10-26 14:3

svn commit: r1027553 - /cxf/trunk/rt/frontend/jaxws/pom.xml

2010-10-26 Thread asoldano
Author: asoldano Date: Tue Oct 26 13:44:42 2010 New Revision: 1027553 URL: http://svn.apache.org/viewvc?rev=1027553&view=rev Log: Fixing another leftover from the build properties rename, causing wrong META-INF/services/java.xml.ws.spi.Provider prop to be included in installed artifact

svn commit: r1027557 - in /cxf/branches/2.3.x-fixes: ./ rt/frontend/jaxws/pom.xml

2010-10-26 Thread asoldano
Author: asoldano Date: Tue Oct 26 13:47:50 2010 New Revision: 1027557 URL: http://svn.apache.org/viewvc?rev=1027557&view=rev Log: Merged revisions 1027553 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1027553 | asoldano | 2010-10-26 15:44:42 +0200 (Tue, 26 Oct

svn commit: r1030508 - in /cxf/branches/2.3.x-fixes: ./ common/common/src/main/java/org/apache/cxf/common/security/ rt/core/src/main/java/org/apache/cxf/interceptor/security/ rt/core/src/test/java/org

2010-11-03 Thread asoldano
Author: asoldano Date: Wed Nov 3 15:58:35 2010 New Revision: 1030508 URL: http://svn.apache.org/viewvc?rev=1030508&view=rev Log: Merged revisions 1022599,1022866,1022884 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1022599 | sergeyb | 2010-10-14 18:22:13 +0200

svn commit: r1076052 - in /cxf/trunk/rt/core/src/main/java/org/apache/cxf/bus/extension: ExtensionManagerBus.java ExtensionManagerImpl.java

2011-03-01 Thread asoldano
Author: asoldano Date: Tue Mar 1 23:43:57 2011 New Revision: 1076052 URL: http://svn.apache.org/viewvc?rev=1076052&view=rev Log: [CXF-3373] Allow for providing a specific classloader for bus extensions lookup Modified: cxf/trunk/rt/core/src/main/java/org/apache/cxf/bus/exten

svn commit: r1076056 - in /cxf/branches/2.3.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/bus/extension/ExtensionManagerBus.java rt/core/src/main/java/org/apache/cxf/bus/extension/ExtensionManagerI

2011-03-01 Thread asoldano
Author: asoldano Date: Tue Mar 1 23:50:41 2011 New Revision: 1076056 URL: http://svn.apache.org/viewvc?rev=1076056&view=rev Log: Merged revisions 1076052 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1076052 | asoldano | 2011-03-02 00:43:57 +0100 (Wed, 02 Mar

svn commit: r1076141 - /cxf/trunk/systests/container-integration/grizzly/pom.xml

2011-03-02 Thread asoldano
Author: asoldano Date: Wed Mar 2 08:45:09 2011 New Revision: 1076141 URL: http://svn.apache.org/viewvc?rev=1076141&view=rev Log: Fixing container-integration/grizzly failures when running testsuite with -Pjaxws22 profile Modified: cxf/trunk/systests/container-integration/grizzly/pom

svn commit: r1076156 - /cxf/trunk/rt/transports/http-osgi/pom.xml

2011-03-02 Thread asoldano
Author: asoldano Date: Wed Mar 2 09:31:29 2011 New Revision: 1076156 URL: http://svn.apache.org/viewvc?rev=1076156&view=rev Log: Fixing rt/transports/http-osgi/pom.xml to avoid trying pulling in spring artifacts of wrong version and not available on maven central Modified: cxf/trun

svn commit: r1076157 - in /cxf/branches/2.3.x-fixes: ./ rt/transports/http-osgi/pom.xml systests/container-integration/grizzly/pom.xml

2011-03-02 Thread asoldano
Author: asoldano Date: Wed Mar 2 09:36:05 2011 New Revision: 1076157 URL: http://svn.apache.org/viewvc?rev=1076157&view=rev Log: Merged revisions 1076141,1076156 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1076141 | asoldano | 2011-03-02 09:45:09 +0100 (Wed, 02

svn commit: r1076246 - in /cxf/trunk: rt/core/src/main/java/org/apache/cxf/wsdl11/WSDLManagerImpl.java systests/uncategorized/src/test/java/org/apache/cxf/systest/bus/BusExtensionLoadingTest.java

2011-03-02 Thread asoldano
Author: asoldano Date: Wed Mar 2 15:16:12 2011 New Revision: 1076246 URL: http://svn.apache.org/viewvc?rev=1076246&view=rev Log: [CXF-3373] Adding testcase and fixing WSDLManagerImpl to load extensions from the classloader that loaded it (WSDLManagerImpl is created using the classlo

svn commit: r1076253 - in /cxf/branches/2.3.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/wsdl11/WSDLManagerImpl.java systests/uncategorized/src/test/java/org/apache/cxf/systest/bus/BusExtensionLoa

2011-03-02 Thread asoldano
Author: asoldano Date: Wed Mar 2 15:28:18 2011 New Revision: 1076253 URL: http://svn.apache.org/viewvc?rev=1076253&view=rev Log: Merged revisions 1076246 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1076246 | asoldano | 2011-03-02 16:16:12 +0100 (Wed, 02 Mar

svn commit: r1076554 - /cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/bus/BusExtensionLoadingTest.java

2011-03-03 Thread asoldano
Author: asoldano Date: Thu Mar 3 08:27:58 2011 New Revision: 1076554 URL: http://svn.apache.org/viewvc?rev=1076554&view=rev Log: [CXF-3373] Fixing testcase failure on JDK 1.5 Modified: cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/bus/BusExtensionLoadingTest.

svn commit: r1076555 - in /cxf/branches/2.3.x-fixes: ./ systests/uncategorized/src/test/java/org/apache/cxf/systest/bus/BusExtensionLoadingTest.java

2011-03-03 Thread asoldano
Author: asoldano Date: Thu Mar 3 08:32:22 2011 New Revision: 1076555 URL: http://svn.apache.org/viewvc?rev=1076555&view=rev Log: Merged revisions 1076554 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1076554 | asoldano | 2011-03-03 09:27:58 +0100 (Thu, 03 Mar

svn commit: r1337187 - in /cxf/trunk/rt/ws/security/src: main/java/org/apache/cxf/ws/security/ main/java/org/apache/cxf/ws/security/trust/ test/java/org/apache/cxf/ws/security/sts/

2012-05-11 Thread asoldano
Author: asoldano Date: Fri May 11 14:42:00 2012 New Revision: 1337187 URL: http://svn.apache.org/viewvc?rev=1337187&view=rev Log: [CXF-4308] Add option for disabling STS client WS-MEX invocation using WSA EPR address Modified: cxf/trunk/rt/ws/security/src/main/java/org/apache/cx

svn commit: r1337193 - in /cxf/branches/2.5.x-fixes: ./ rt/ws/security/src/main/java/org/apache/cxf/ws/security/ rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/ rt/ws/security/src/test/

2012-05-11 Thread asoldano
Author: asoldano Date: Fri May 11 14:54:53 2012 New Revision: 1337193 URL: http://svn.apache.org/viewvc?rev=1337193&view=rev Log: Merged revisions 1337187 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1337187 | asoldano | 2012-05-11 16:42:00 +0200 (Fri, 11 May

svn commit: r1340102 - /cxf/trunk/rt/ws/mex/src/main/java/org/apache/cxf/ws/mex/MEXInInterceptor.java

2012-05-18 Thread asoldano
Author: asoldano Date: Fri May 18 14:22:44 2012 New Revision: 1340102 URL: http://svn.apache.org/viewvc?rev=1340102&view=rev Log: [CXF-4321] Prevent NPE Modified: cxf/trunk/rt/ws/mex/src/main/java/org/apache/cxf/ws/mex/MEXInInterceptor.java Modified: cxf/trunk/rt/ws/mex/src/main/java

svn commit: r1340120 - in /cxf/branches/2.5.x-fixes: ./ rt/ws/mex/src/main/java/org/apache/cxf/ws/mex/MEXInInterceptor.java

2012-05-18 Thread asoldano
Author: asoldano Date: Fri May 18 14:54:04 2012 New Revision: 1340120 URL: http://svn.apache.org/viewvc?rev=1340120&view=rev Log: Merged revisions 1340102 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1340102 | asoldano | 2012-05-18 16:22:44 +0200 (Fri, 18 May

svn commit: r1398052 - /cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.java

2012-10-14 Thread asoldano
Author: asoldano Date: Sun Oct 14 10:58:27 2012 New Revision: 1398052 URL: http://svn.apache.org/viewvc?rev=1398052&view=rev Log: [CXF-4561] Allow disabling WSI-BSP compliance in UsernameTokenInterceptor Modified: cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/w

svn commit: r1398689 - in /cxf/branches/2.6.x-fixes: ./ rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.java

2012-10-16 Thread asoldano
Author: asoldano Date: Tue Oct 16 07:55:43 2012 New Revision: 1398689 URL: http://svn.apache.org/viewvc?rev=1398689&view=rev Log: Merged revisions 1398052 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1398052 | asoldano | 2012-10-14 12:58:27 +0200 (Sun, 14 Oct

svn commit: r1398692 - in /cxf/branches/2.5.x-fixes: ./ rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.java

2012-10-16 Thread asoldano
Author: asoldano Date: Tue Oct 16 08:02:20 2012 New Revision: 1398692 URL: http://svn.apache.org/viewvc?rev=1398692&view=rev Log: Merged revisions 1398689 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes r1398689 | asoldano | 2012-10-16 09:5

svn commit: r1399007 - /cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyAnnotationListener.java

2012-10-16 Thread asoldano
Author: asoldano Date: Tue Oct 16 21:55:05 2012 New Revision: 1399007 URL: http://svn.apache.org/viewvc?rev=1399007&view=rev Log: [CXF-4576] Output a warn log when failing parsing policy attachments Modified: cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/po

svn commit: r1083736 - /cxf/trunk/common/common/src/main/java/org/apache/cxf/common/util/ClassHelper.java

2011-03-21 Thread asoldano
Author: asoldano Date: Mon Mar 21 11:29:11 2011 New Revision: 1083736 URL: http://svn.apache.org/viewvc?rev=1083736&view=rev Log: [CXF-3407] Catch Throwable instead of Exception required for trapping NCDF errors when Spring not available Modified: cxf/trunk/common/common/src/main/java

svn commit: r1083739 - in /cxf/branches/2.3.x-fixes: ./ common/common/src/main/java/org/apache/cxf/common/util/ClassHelper.java

2011-03-21 Thread asoldano
Author: asoldano Date: Mon Mar 21 11:32:58 2011 New Revision: 1083739 URL: http://svn.apache.org/viewvc?rev=1083739&view=rev Log: Merged revisions 1083736 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1083736 | asoldano | 2011-03-21 12:29:11 +0100 (Mon, 21 Mar

svn commit: r1143452 - /cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/JDKBugHacks.java

2011-07-06 Thread asoldano
Author: asoldano Date: Wed Jul 6 14:59:08 2011 New Revision: 1143452 URL: http://svn.apache.org/viewvc?rev=1143452&view=rev Log: [CXF-3634] Avoid opening a connection in JDKBugHacks to disable url caching Modified: cxf/trunk/common/common/src/main/java/org/apache/cxf/common/log

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

2011-07-06 Thread asoldano
Author: asoldano Date: Wed Jul 6 15:08:21 2011 New Revision: 1143458 URL: http://svn.apache.org/viewvc?rev=1143458&view=rev Log: Merged revisions 1143452 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1143452 | asoldano | 2011-07-06 16:59:08 +0200 (Wed, 06 Jul

svn commit: r1149183 - /cxf/trunk/common/common/src/main/java/org/apache/cxf/helpers/DOMUtils.java

2011-07-21 Thread asoldano
Author: asoldano Date: Thu Jul 21 13:57:33 2011 New Revision: 1149183 URL: http://svn.apache.org/viewvc?rev=1149183&view=rev Log: [CXF-3675] Applying patch to get DocumentBuilderFactory instances from XMLUtils, which keeps a classloader based map of them Modified: cxf/trunk/common/co

svn commit: r1149190 - in /cxf/branches/2.4.x-fixes: ./ common/common/src/main/java/org/apache/cxf/helpers/DOMUtils.java

2011-07-21 Thread asoldano
Author: asoldano Date: Thu Jul 21 14:16:25 2011 New Revision: 1149190 URL: http://svn.apache.org/viewvc?rev=1149190&view=rev Log: Merged revisions 1149183 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1149183 | asoldano | 2011-07-21 15:57:33 +0200 (Thu, 21 Jul

svn commit: r1149218 - in /cxf/branches/2.3.x-fixes: ./ common/common/src/main/java/org/apache/cxf/helpers/DOMUtils.java

2011-07-21 Thread asoldano
Author: asoldano Date: Thu Jul 21 15:16:37 2011 New Revision: 1149218 URL: http://svn.apache.org/viewvc?rev=1149218&view=rev Log: Merged revisions 1149190 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.4.x-fixes r1149190 | asoldano | 2011-07-21 16:1

svn commit: r1153796 - /cxf/trunk/common/common/src/main/java/org/apache/cxf/helpers/DOMUtils.java

2011-08-04 Thread asoldano
Author: asoldano Date: Thu Aug 4 09:09:25 2011 New Revision: 1153796 URL: http://svn.apache.org/viewvc?rev=1153796&view=rev Log: [CXF-3675] Add a classloader based map of DocumentBuilder instances in DOMUtils to improve performances when building documents. This also restores the fo

svn commit: r1153802 - in /cxf/branches/2.4.x-fixes: ./ common/common/src/main/java/org/apache/cxf/helpers/DOMUtils.java

2011-08-04 Thread asoldano
Author: asoldano Date: Thu Aug 4 09:16:42 2011 New Revision: 1153802 URL: http://svn.apache.org/viewvc?rev=1153802&view=rev Log: Merged revisions 1153796 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1153796 | asoldano | 2011-08-04 11:09:25 +0200 (Thu, 04 Aug

svn commit: r1153811 - in /cxf/branches/2.3.x-fixes: ./ common/common/src/main/java/org/apache/cxf/helpers/DOMUtils.java

2011-08-04 Thread asoldano
Author: asoldano Date: Thu Aug 4 09:39:51 2011 New Revision: 1153811 URL: http://svn.apache.org/viewvc?rev=1153811&view=rev Log: Merged revisions 1153802 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.4.x-fixes r1153802 | asoldano | 2011-08-04 11:1

svn commit: r1174824 - /cxf/trunk/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/HttpServletRequestAdapter.java

2011-09-23 Thread asoldano
Author: asoldano Date: Fri Sep 23 15:05:12 2011 New Revision: 1174824 URL: http://svn.apache.org/viewvc?rev=1174824&view=rev Log: [CXF-3787] Applying patch from Magesh Kumar Bojan to the http_jaxws_spi HttpServletRequestAdapter Modified: cxf/trunk/rt/frontend/jaxws/src/main/jaxws22

svn commit: r1174836 - in /cxf/branches/2.4.x-fixes: ./ rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/HttpServletRequestAdapter.java

2011-09-23 Thread asoldano
Author: asoldano Date: Fri Sep 23 15:33:01 2011 New Revision: 1174836 URL: http://svn.apache.org/viewvc?rev=1174836&view=rev Log: Merged revisions 1174824 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk r1174824 | asoldano | 2011-09-23 17:05:12 +0200 (Fri, 23 Sep

svn commit: r786395 - in /cxf/trunk/tools/javato/ws/src: main/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/ test/java/org/apache/cxf/tools/fortest/withannotation/doc/ test/java/org/apa

2009-06-19 Thread asoldano
Author: asoldano Date: Fri Jun 19 07:07:05 2009 New Revision: 786395 URL: http://svn.apache.org/viewvc?rev=786395&view=rev Log: [CXF-2300] Adding generic support to response wrapper Added: cxf/trunk/tools/javato/ws/src/test/java/org/apache/cxf/tools/fortest/withannotation

cxf git commit: [CXF-6799] handle arrays of generics - patch by Chris Dolphy

2016-03-02 Thread asoldano
Repository: cxf Updated Branches: refs/heads/master a9fe8470c -> 02d826d7a [CXF-6799] handle arrays of generics - patch by Chris Dolphy Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/02d826d7 Tree: http://git-wip-us.apache.or

[2/3] cxf git commit: Merge remote-tracking branch 'cdolphy/CXF-6799-3.1.x' into 3.1.x-fixes

2016-03-02 Thread asoldano
Merge remote-tracking branch 'cdolphy/CXF-6799-3.1.x' into 3.1.x-fixes Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/b0b9f1e9 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b0b9f1e9 Diff: http://git-wip-us.apache.org/repo

[3/3] cxf git commit: Recording .gitmergeinfo Changes

2016-03-02 Thread asoldano
Recording .gitmergeinfo Changes Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/58592742 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/58592742 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/58592742 Branch: refs/h

[1/3] cxf git commit: handle arrays of generics

2016-03-02 Thread asoldano
Repository: cxf Updated Branches: refs/heads/3.1.x-fixes f116182ef -> 585927421 handle arrays of generics Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5e7b2c17 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5e7b2c17

[1/2] cxf git commit: handle arrays of generics

2016-03-02 Thread asoldano
Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 1d802c274 -> 807605c33 handle arrays of generics Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/51223721 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/51223721

[2/2] cxf git commit: Recording .gitmergeinfo Changes

2016-03-02 Thread asoldano
Recording .gitmergeinfo Changes Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/807605c3 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/807605c3 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/807605c3 Branch: refs/h

[1/2] cxf git commit: [CXF-6826] Cache MediaTypeHeaderProvider.valueOf results (with automatic cache cleanup when reaching a threshold)

2016-03-11 Thread asoldano
Repository: cxf Updated Branches: refs/heads/master 15504ab90 -> 2196b6c2c [CXF-6826] Cache MediaTypeHeaderProvider.valueOf results (with automatic cache cleanup when reaching a threshold) Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf

[2/2] cxf git commit: Merge remote-tracking branch 'asoldano/CXF-6826'

2016-03-11 Thread asoldano
Merge remote-tracking branch 'asoldano/CXF-6826' Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/2196b6c2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/2196b6c2 Diff: http://git-wip-us.apache.org/repos/as

[2/2] cxf git commit: Recording .gitmergeinfo Changes

2016-03-11 Thread asoldano
Recording .gitmergeinfo Changes Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e4cab647 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e4cab647 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e4cab647 Branch: refs/h

[1/2] cxf git commit: [CXF-6826] Cache MediaTypeHeaderProvider.valueOf results (with automatic cache cleanup when reaching a threshold)

2016-03-11 Thread asoldano
Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 810063b93 -> e4cab6471 [CXF-6826] Cache MediaTypeHeaderProvider.valueOf results (with automatic cache cleanup when reaching a threshold) Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repo

cxf git commit: [CXF-6867] Ensure Envelope and Body element prefixes are not changed when processing messages without headers

2016-04-13 Thread asoldano
Repository: cxf Updated Branches: refs/heads/master 6566e5c6e -> 26edcd457 [CXF-6867] Ensure Envelope and Body element prefixes are not changed when processing messages without headers Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf

[1/2] cxf git commit: [CXF-6867] Ensure Envelope and Body element prefixes are not changed when processing messages without headers

2016-04-13 Thread asoldano
Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 4a749e745 -> c7234f413 [CXF-6867] Ensure Envelope and Body element prefixes are not changed when processing messages without headers Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/as

[2/2] cxf git commit: Recording .gitmergeinfo Changes

2016-04-13 Thread asoldano
Recording .gitmergeinfo Changes Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c7234f41 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c7234f41 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c7234f41 Branch: refs/h

[2/2] cxf git commit: Recording .gitmergeinfo Changes

2016-04-14 Thread asoldano
Recording .gitmergeinfo Changes Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/727e403f Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/727e403f Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/727e403f Branch: refs/h

[1/2] cxf git commit: [CXF-6867] Ensure Envelope and Body element prefixes are not changed when processing messages without headers

2016-04-14 Thread asoldano
Repository: cxf Updated Branches: refs/heads/3.0.x-fixes f01d17173 -> 727e403f7 [CXF-6867] Ensure Envelope and Body element prefixes are not changed when processing messages without headers Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/as

[3/4] cxf git commit: Fix unused imports

2016-05-18 Thread asoldano
Fix unused imports Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/fa2c6249 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/fa2c6249 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/fa2c6249 Branch: refs/heads/3.1.x-fi

[1/4] cxf git commit: [CXF-6900] Get Colm's tests working....

2016-05-18 Thread asoldano
Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 0ceb6a1d9 -> 01bf5f841 [CXF-6900] Get Colm's tests working Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a1e4b880 Tree: http://git-wip-us.apache.org/repos/asf/cxf/

[4/4] cxf git commit: Recording .gitmergeinfo Changes

2016-05-18 Thread asoldano
Recording .gitmergeinfo Changes Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/01bf5f84 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/01bf5f84 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/01bf5f84 Branch: refs/h

[2/4] cxf git commit: [CXF-6900] More SAAJ fixes

2016-05-18 Thread asoldano
[CXF-6900] More SAAJ fixes Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1046894b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1046894b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1046894b Branch: refs/heads/

[2/2] cxf git commit: [CXF-6908] Excluding test for still open issue

2016-05-20 Thread asoldano
[CXF-6908] Excluding test for still open issue Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/0c2fb8fe Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/0c2fb8fe Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/0c2fb8fe

[1/2] cxf git commit: [CXF-6908] Adding testcase

2016-05-20 Thread asoldano
Repository: cxf Updated Branches: refs/heads/master e28b6d244 -> 0c2fb8fe7 [CXF-6908] Adding testcase Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ffa81f69 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ffa81f69 Diff

git commit: Refactoring cert host verifier

2014-10-23 Thread asoldano
Repository: cxf Updated Branches: refs/heads/master 5e2b1fa9d -> 68cd67b11 Refactoring cert host verifier Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/68cd67b1 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/68cd67b1

git commit: Refactoring cert host verifier

2014-10-23 Thread asoldano
Repository: cxf Updated Branches: refs/heads/2.7.x-fixes 3877d5d79 -> e227a1a9e Refactoring cert host verifier Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e227a1a9 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e227

git commit: Refactoring cert host verifier

2014-10-23 Thread asoldano
Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 585b71e33 -> 35f28c58d Refactoring cert host verifier Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/35f28c58 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/35f2

  1   2   3   4   >