Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A2467D926 for ; Fri, 3 Aug 2012 17:48:17 +0000 (UTC) Received: (qmail 24056 invoked by uid 500); 3 Aug 2012 17:48:17 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 24013 invoked by uid 500); 3 Aug 2012 17:48:17 -0000 Mailing-List: contact commits-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 commits@cxf.apache.org Received: (qmail 24006 invoked by uid 99); 3 Aug 2012 17:48:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 17:48:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 17:48:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4A61723889DA for ; Fri, 3 Aug 2012 17:47:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r827862 - in /websites/production/cxf/content: cache/docs.pageCache docs/27-migration-guide.html Date: Fri, 03 Aug 2012 17:47:31 -0000 To: commits@cxf.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120803174731.4A61723889DA@eris.apache.org> Author: buildbot Date: Fri Aug 3 17:47:30 2012 New Revision: 827862 Log: Production update by buildbot for cxf Modified: websites/production/cxf/content/cache/docs.pageCache websites/production/cxf/content/docs/27-migration-guide.html Modified: websites/production/cxf/content/cache/docs.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/cxf/content/docs/27-migration-guide.html ============================================================================== --- websites/production/cxf/content/docs/27-migration-guide.html (original) +++ websites/production/cxf/content/docs/27-migration-guide.html Fri Aug 3 17:47:30 2012 @@ -123,6 +123,10 @@ Apache CXF -- 2.7 Migration Guide

New Features

+
  • New UDP transport
+ + +

API Changes

  • The HTTPConduit class has been made abstract with the HttpURLConnection related code moving to an URLConnectionHTTPConduit. Several method calls of the HTTPConduit that used to take HttpURLConnection objects have been eliminated. Also, most methods taking a URL object now take a URI object instead. The HTTPConduit.WrappedOutputStream class is also now abstract. If you have custom subclasses of HTTPConduit, changing them to subclass URLConnectionHTTPConduit will likely work.