Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 81865 invoked from network); 5 Feb 2008 22:24:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2008 22:24:46 -0000 Received: (qmail 43893 invoked by uid 500); 5 Feb 2008 22:24:38 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 43769 invoked by uid 500); 5 Feb 2008 22:24:38 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 43760 invoked by uid 99); 5 Feb 2008 22:24:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 14:24:37 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 22:24:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 664231A983A; Tue, 5 Feb 2008 14:24:22 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r618801 - /incubator/cxf/branches/2.0.x-fixes/ Date: Tue, 05 Feb 2008 22:24:22 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080205222422.664231A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Tue Feb 5 14:24:20 2008 New Revision: 618801 URL: http://svn.apache.org/viewvc?rev=618801&view=rev Log: Blocked revisions 612472,612972,613174-613175,613272,613330,613340,613348,613394,613498,613732,614051,614186,614195,614203,614208,614217,614223,614641 via svnmerge ........ r612472 | bimargulies | 2008-01-16 09:44:06 -0500 (Wed, 16 Jan 2008) | 2 lines Teach Javascript to send MtoM. ........ r612972 | bimargulies | 2008-01-17 15:45:34 -0500 (Thu, 17 Jan 2008) | 2 lines Add a failing MTOM test case. ........ r613174 | bimargulies | 2008-01-18 09:33:34 -0500 (Fri, 18 Jan 2008) | 2 lines Work on the state of MTOM in Aegis. ........ r613175 | bimargulies | 2008-01-18 09:35:02 -0500 (Fri, 18 Jan 2008) | 2 lines Eclipse messed me up, here is the rest. ........ r613272 | bimargulies | 2008-01-18 16:08:21 -0500 (Fri, 18 Jan 2008) | 6 lines MtoM is specified as an optimization. This change allows the DataHandler binding to work, somewhat, when mtom is turned off, rather than going ahead and creating attachments even when it has been sternly instructed not to do so. ........ r613330 | bimargulies | 2008-01-18 19:37:33 -0500 (Fri, 18 Jan 2008) | 3 lines More MTOM Aegis. Now we add in the xmime schema to legitimize the use of xmime:contentType, and we use it. ........ r613340 | bimargulies | 2008-01-18 20:26:52 -0500 (Fri, 18 Jan 2008) | 2 lines This time for sure, use xmime:base64Binary instead of xsd:base64Binary. ........ r613348 | bimargulies | 2008-01-18 22:00:06 -0500 (Fri, 18 Jan 2008) | 3 lines Make Javascript generator recognize xmime:contentType as a clue that MTOM is desired. ........ r613394 | bimargulies | 2008-01-19 09:21:54 -0500 (Sat, 19 Jan 2008) | 2 lines Fix dependency issue. ........ r613498 | dkulp | 2008-01-19 21:12:08 -0500 (Sat, 19 Jan 2008) | 4 lines upgrade the version of several plugins to the latest versions upgrade the JAXB version to the latest in hopes it might fix some of the issues Benson keeps running into. :-) ........ r613732 | bimargulies | 2008-01-20 21:28:41 -0500 (Sun, 20 Jan 2008) | 2 lines Add aegis/mtom test for the other direction. ........ r614051 | dkulp | 2008-01-21 18:31:01 -0500 (Mon, 21 Jan 2008) | 2 lines deploy is broken as the new shade plugin fixes the jar issue, but breaks source jars. Don't create the source jar right now ........ r614186 | bimargulies | 2008-01-22 07:13:22 -0500 (Tue, 22 Jan 2008) | 2 lines Fix the interaction of @MTOM and servers, so that it works for jaxws:server as well as jaxws:endpoint (cxf-1400). Make the threshold travel down to the jaxb attachment code (cxf-1401). Fix some spelling errors in the names of things. Push toward generating JavaScript that can process text/plain attachments via MTOM. ........ r614195 | bimargulies | 2008-01-22 07:58:04 -0500 (Tue, 22 Jan 2008) | 2 lines fix PMD violation. ........ r614203 | bimargulies | 2008-01-22 09:14:16 -0500 (Tue, 22 Jan 2008) | 2 lines Read MTOM attachments for text/plain in Javascript. ........ r614208 | bimargulies | 2008-01-22 09:33:39 -0500 (Tue, 22 Jan 2008) | 2 lines fix npe ........ r614217 | bimargulies | 2008-01-22 10:32:16 -0500 (Tue, 22 Jan 2008) | 2 lines Fix goofy mishap with parsing MIME headers in JavaScript. ........ r614223 | bimargulies | 2008-01-22 10:57:45 -0500 (Tue, 22 Jan 2008) | 2 lines Add Tyler Akins' public domain notice to the necessary notices. ........ r614641 | bimargulies | 2008-01-23 14:51:54 -0500 (Wed, 23 Jan 2008) | 2 lines Fill in a little more of the 'standalone' aegis API. ........ Modified: incubator/cxf/branches/2.0.x-fixes/ (props changed) Propchange: incubator/cxf/branches/2.0.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.