Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-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 6D7DDDBCE for ; Sun, 20 Jan 2013 22:09:10 +0000 (UTC) Received: (qmail 257 invoked by uid 500); 20 Jan 2013 22:09:10 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 225 invoked by uid 500); 20 Jan 2013 22:09:10 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 216 invoked by uid 99); 20 Jan 2013 22:09:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jan 2013 22:09:10 +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; Sun, 20 Jan 2013 22:09:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D935923888CD for ; Sun, 20 Jan 2013 22:08:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1435985 - in /httpcomponents/project/trunk/src/site: apt/news.apt site.xml xdoc/downloads.xml Date: Sun, 20 Jan 2013 22:08:46 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130120220846.D935923888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Sun Jan 20 22:08:46 2013 New Revision: 1435985 URL: http://svn.apache.org/viewvc?rev=1435985&view=rev Log: Updated project web site for HttpClient 4.3-alpha1 release Modified: httpcomponents/project/trunk/src/site/apt/news.apt httpcomponents/project/trunk/src/site/site.xml httpcomponents/project/trunk/src/site/xdoc/downloads.xml Modified: httpcomponents/project/trunk/src/site/apt/news.apt URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/src/site/apt/news.apt?rev=1435985&r1=1435984&r2=1435985&view=diff ============================================================================== --- httpcomponents/project/trunk/src/site/apt/news.apt (original) +++ httpcomponents/project/trunk/src/site/apt/news.apt Sun Jan 20 22:08:46 2013 @@ -30,6 +30,36 @@ HttpComponents Project News +* 21 January 2013 - HttpComponents HttpClient 4.3-alpha1 released + + This is the first ALPHA release of HttpClient 4.3. The 4.3 branch enhances HttpClient in + several key areas and includes several notable features and improvements: + + * Support for Java 7 try-with-resources for resource management (connection release.) + + * Added fluent Builder classes for HttpEntity, HttpRequest and HttpClient instances. + + * Deprecation of preference and configuration API based on HttpParams interface in favor of + constructor injection and plain configuration objects. + + * Reliance on object immutability instead of access synchronization for thread safety. + Several old classes whose instances can be shared by multiple request exchanges have + been replaced by immutable equivalents. + + * DefaultHttpClient, DecompressingHttpClient, CachingHttpClient and similar classes are + deprecated in favor of builder classes that produce immutable HttpClient instances. + + * HttpClient builders now dynamically construct a request execution pipeline tailored + specifically to the user configuration by physically excluding unnecessary protocol components. + + * There is now an option to construct a minimal HttpClient implementation that can only execute + basic HTTP message exchanges without redirects, authentication, state management or proxy + support. This feature might be of particular use in web crawler development. + + * There is now option to avoid strict URI syntax for request URIs by executing HTTP requests + with an explicitly specified target host. HttpClient will no longer attempt to parse the + request URI if it does not need to extract the target host from it. + * 15 January 2013 - HttpComponents HttpClient 4.2.3 (GA) released This is a bug fix release that addresses a number of issues reported since release 4.2.2. Modified: httpcomponents/project/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/src/site/site.xml?rev=1435985&r1=1435984&r2=1435985&view=diff ============================================================================== --- httpcomponents/project/trunk/src/site/site.xml (original) +++ httpcomponents/project/trunk/src/site/site.xml Sun Jan 20 22:08:46 2013 @@ -79,6 +79,7 @@ + Modified: httpcomponents/project/trunk/src/site/xdoc/downloads.xml URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/src/site/xdoc/downloads.xml?rev=1435985&r1=1435984&r2=1435985&view=diff ============================================================================== --- httpcomponents/project/trunk/src/site/xdoc/downloads.xml (original) +++ httpcomponents/project/trunk/src/site/xdoc/downloads.xml Sun Jan 20 22:08:46 2013 @@ -48,7 +48,7 @@ KEYS - Release Notes + Release Notes

Binary

    @@ -88,6 +88,48 @@
+ + KEYS + Release Notes +
+

Binary

+ +

Source

+ +
+ KEYS Release Notes