Author: dkulp Date: Wed Sep 2 14:30:59 2009 New Revision: 810521 URL: http://svn.apache.org/viewvc?rev=810521&view=rev Log: Blocked revisions 809178,809181,809191,809705,809802,810099,810175,810192,810234,810242,810512 via svnmerge
................ r809178 | sergeyb | 2009-08-29 13:55:58 -0400 (Sat, 29 Aug 2009) | 9 lines Merged revisions 808885 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r808885 | sergeyb | 2009-08-28 14:34:18 +0100 (Fri, 28 Aug 2009) | 1 line JAXRS : minor refactoring of JSON providers, fixing the issue of generated WADL being handled by custom writers ........ ................ r809181 | sergeyb | 2009-08-29 14:01:23 -0400 (Sat, 29 Aug 2009) | 9 lines Merged revisions 808925 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r808925 | sergeyb | 2009-08-28 16:51:22 +0100 (Fri, 28 Aug 2009) | 1 line JAXRS : adding tests for http conduits with url or qname ids ........ ................ r809191 | sergeyb | 2009-08-29 14:35:47 -0400 (Sat, 29 Aug 2009) | 9 lines Merged revisions 809190 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r809190 | sergeyb | 2009-08-29 19:33:21 +0100 (Sat, 29 Aug 2009) | 1 line CXF-2408 : applying a patch on behalf of Leonard Lu ........ ................ r809705 | dkulp | 2009-08-31 15:26:06 -0400 (Mon, 31 Aug 2009) | 10 lines Merged revisions 809082 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r809082 | dkulp | 2009-08-28 22:18:48 -0400 (Fri, 28 Aug 2009) | 2 lines Change default for ssl to "want" client certs (but not require) so the security-policies can determine if they are available or not. ........ ................ r809802 | dkulp | 2009-08-31 22:33:57 -0400 (Mon, 31 Aug 2009) | 2 lines Remove some svn:mergeinfo things that are confusing things. ................ r810099 | sergeyb | 2009-09-01 11:26:11 -0400 (Tue, 01 Sep 2009) | 9 lines Merged revisions 810090 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r810090 | sergeyb | 2009-09-01 16:16:48 +0100 (Tue, 01 Sep 2009) | 1 line JAXRS : Logging the client creation failures and wrapping the original exception ........ ................ r810175 | dkulp | 2009-09-01 15:03:31 -0400 (Tue, 01 Sep 2009) | 2 lines Fix version numbers ................ r810192 | dkulp | 2009-09-01 15:31:55 -0400 (Tue, 01 Sep 2009) | 2 lines Fix version ................ r810234 | dkulp | 2009-09-01 16:55:38 -0400 (Tue, 01 Sep 2009) | 9 lines Merged revisions 810143 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r810143 | dkulp | 2009-09-01 13:53:18 -0400 (Tue, 01 Sep 2009) | 1 line [CXF-2411] Fix some issues with parameratized types and JAXB ........ ................ r810242 | dkulp | 2009-09-01 17:10:02 -0400 (Tue, 01 Sep 2009) | 2 lines And fix the jaxrs tests ................ r810512 | dkulp | 2009-09-02 10:11:46 -0400 (Wed, 02 Sep 2009) | 68 lines Blocked revisions 807745-807747,807750,807806,807815,808024-808025,808162,808614,808616,808736,809790,810049 via svnmerge ........ r807745 | dkulp | 2009-08-25 14:21:38 -0400 (Tue, 25 Aug 2009) | 2 lines Work on reducing startup time by lazy-initting things and marking classes that Jsr250BeanPostProcessor don't need to deal with ........ r807746 | dkulp | 2009-08-25 14:22:19 -0400 (Tue, 25 Aug 2009) | 1 line Don't JSR250 BusApplicationListener ........ r807747 | dkulp | 2009-08-25 14:23:01 -0400 (Tue, 25 Aug 2009) | 2 lines Update loading of core things to be more lazy-init. Reduces # objects procressed in JSR250 Bus.init from ~55 to ~30. More to go. ........ r807750 | dkulp | 2009-08-25 14:24:33 -0400 (Tue, 25 Aug 2009) | 2 lines Start performance increase phase 1: make as much as possible lazy-init=true, reduce JSR250 processing ........ r807806 | dkulp | 2009-08-25 17:19:48 -0400 (Tue, 25 Aug 2009) | 1 line Exclude the wstx sdo pulls in ........ r807815 | dkulp | 2009-08-25 17:38:09 -0400 (Tue, 25 Aug 2009) | 1 line Lazy-init the msv_validator ........ r808024 | dkulp | 2009-08-26 10:31:44 -0400 (Wed, 26 Aug 2009) | 1 line Fix soap binding with spring doing jsr250 procesing ........ r808025 | dkulp | 2009-08-26 10:33:05 -0400 (Wed, 26 Aug 2009) | 1 line Remove a Thread.dumpStack I accidentally left in ........ r808162 | dkulp | 2009-08-26 15:12:40 -0400 (Wed, 26 Aug 2009) | 6 lines Split the HTTPConduit stuff out of AbstractHTTPTransportFactory so the conduit initiator stuff is completely separate from the destination stuff. Some fixes to ExtensionManagerBus to really allow deferred binding/transports Reduce number of initialized beans in a default bus to 8. ........ r808614 | dkulp | 2009-08-27 16:42:39 -0400 (Thu, 27 Aug 2009) | 1 line Delay loading JavascriptQueryHandler ........ r808616 | dkulp | 2009-08-27 16:43:38 -0400 (Thu, 27 Aug 2009) | 1 line More updates for reducing JSR250 processing ........ r808736 | bimargulies | 2009-08-27 22:34:58 -0400 (Thu, 27 Aug 2009) | 1 line Merge branch 'flat2' into trunk ........ r809790 | bimargulies | 2009-08-31 21:13:06 -0400 (Mon, 31 Aug 2009) | 1 line Merge branch 'aegispadb' into trunk ........ r810049 | sergeyb | 2009-09-01 09:47:38 -0400 (Tue, 01 Sep 2009) | 1 line Fixing checkstyle errors ........ ................ Modified: cxf/branches/2.1.x-fixes/ (props changed) Propchange: cxf/branches/2.1.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.
