You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2016/02/11 21:59:45 UTC

svn commit: r1729892 - in /axis/axis2/java/core/branches/1_7: ./ src/site/markdown/release-notes/1.7.0.md

Author: veithen
Date: Thu Feb 11 20:59:45 2016
New Revision: 1729892

URL: http://svn.apache.org/viewvc?rev=1729892&view=rev
Log:
AXIS2-5740: Merge r1729891 to the 1.7 branch for publication with Axis2 1.7.1.

Modified:
    axis/axis2/java/core/branches/1_7/   (props changed)
    axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.0.md

Propchange: axis/axis2/java/core/branches/1_7/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Feb 11 20:59:45 2016
@@ -1,4 +1,4 @@
 /axis/axis2/java/core/branches/1_6:1295540
 /axis/axis2/java/core/branches/AXIOM-420:1334386-1336397
 /axis/axis2/java/core/branches/AXIS2-4318:1230452,1295542,1324772,1327468,1329571,1332141,1335355,1335357,1340985
-/axis/axis2/java/core/trunk:1726494,1726509,1726513,1727171,1727174,1727177,1727180
+/axis/axis2/java/core/trunk:1726494,1726509,1726513,1727171,1727174,1727177,1727180,1729891

Modified: axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.0.md
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.0.md?rev=1729892&r1=1729891&r2=1729892&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.0.md (original)
+++ axis/axis2/java/core/branches/1_7/src/site/markdown/release-notes/1.7.0.md Thu Feb 11 20:59:45 2016
@@ -26,7 +26,8 @@ generated using the JAXBRI databinding w
     maintained Commons HttpClient 3.x. To enable the support for HttpClient 4.x, use
     `org.apache.axis2.transport.http.impl.httpclient4.HTTPClient4TransportSender`
     instead of `org.apache.axis2.transport.http.CommonsHTTPTransportSender` in
-    `axis2.xml`.
+    `axis2.xml`. Please note that the code was written for HttpClient 4.2.x and
+    should work with 4.3.x and 4.4.x, but is incompatible with 4.5.x.
 
 *   Several classes, methods and constants deprecated in Axis2 1.3 and 1.4 have
     been removed. See [AXIS2-5315][] for more details.