olegk 2004/06/13 13:24:49 Modified: httpclient/src/java/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH HttpMethod.java HttpMethodBase.java httpclient/src/java/org/apache/commons/httpclient/methods Tag: HTTPCLIENT_2_0_BRANCH EntityEnclosingMethod.java GetMethod.java HeadMethod.java MultipartPostMethod.java Log: HttpMethod#recycle deprecated Revision Changes Path No revision No revision 1.23.2.5 +7 -4 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethod.java Index: HttpMethod.java =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethod.java,v retrieving revision 1.23.2.4 retrieving revision 1.23.2.5 diff -u -r1.23.2.4 -r1.23.2.5 --- HttpMethod.java 22 Feb 2004 18:21:13 -0000 1.23.2.4 +++ HttpMethod.java 13 Jun 2004 20:24:48 -0000 1.23.2.5 @@ -402,6 +402,9 @@ * release the connection being used by this HTTP method. * * @see #releaseConnection() + * + * @deprecated no longer supported and will be removed in the future + * version of HttpClient */ void recycle(); 1.159.2.28 +7 -4 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java Index: HttpMethodBase.java =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java,v retrieving revision 1.159.2.27 retrieving revision 1.159.2.28 diff -u -r1.159.2.27 -r1.159.2.28 --- HttpMethodBase.java 11 Jun 2004 18:55:31 -0000 1.159.2.27 +++ HttpMethodBase.java 13 Jun 2004 20:24:48 -0000 1.159.2.28 @@ -1273,6 +1273,9 @@ * release the connection being used by this HTTP method. * * @see #releaseConnection() + * + * @deprecated no longer supported and will be removed in the future + * version of HttpClient */ public void recycle() { LOG.trace("enter HttpMethodBase.recycle()"); No revision No revision 1.18.2.5 +7 -4 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/EntityEnclosingMethod.java Index: EntityEnclosingMethod.java =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/EntityEnclosingMethod.java,v retrieving revision 1.18.2.4 retrieving revision 1.18.2.5 diff -u -r1.18.2.4 -r1.18.2.5 --- EntityEnclosingMethod.java 22 Feb 2004 18:21:15 -0000 1.18.2.4 +++ EntityEnclosingMethod.java 13 Jun 2004 20:24:49 -0000 1.18.2.5 @@ -476,6 +476,9 @@ * release the connection being used by this HTTP method. * * @see #releaseConnection() + * + * @deprecated no longer supported and will be removed in the future + * version of HttpClient */ public void recycle() { LOG.trace("enter EntityEnclosingMethod.recycle()"); 1.24.2.3 +7 -4 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/GetMethod.java Index: GetMethod.java =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/GetMethod.java,v retrieving revision 1.24.2.2 retrieving revision 1.24.2.3 diff -u -r1.24.2.2 -r1.24.2.3 --- GetMethod.java 22 Feb 2004 18:21:15 -0000 1.24.2.2 +++ GetMethod.java 13 Jun 2004 20:24:49 -0000 1.24.2.3 @@ -334,6 +334,9 @@ * @see #releaseConnection() * * @since 1.0 + * + * @deprecated no longer supported and will be removed in the future + * version of HttpClient */ public void recycle() { LOG.trace("enter GetMethod.recycle()"); 1.19.2.4 +7 -4 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/HeadMethod.java Index: HeadMethod.java =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/HeadMethod.java,v retrieving revision 1.19.2.3 retrieving revision 1.19.2.4 diff -u -r1.19.2.3 -r1.19.2.4 --- HeadMethod.java 22 Feb 2004 18:21:15 -0000 1.19.2.3 +++ HeadMethod.java 13 Jun 2004 20:24:49 -0000 1.19.2.4 @@ -118,6 +118,9 @@ * @see #releaseConnection() * * @since 1.0 + * + * @deprecated no longer supported and will be removed in the future + * version of HttpClient */ public void recycle() { super.recycle(); 1.17.2.4 +5 -3 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/MultipartPostMethod.java Index: MultipartPostMethod.java =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/MultipartPostMethod.java,v retrieving revision 1.17.2.3 retrieving revision 1.17.2.4 diff -u -r1.17.2.3 -r1.17.2.4 --- MultipartPostMethod.java 22 Feb 2004 18:21:15 -0000 1.17.2.3 +++ MultipartPostMethod.java 13 Jun 2004 20:24:49 -0000 1.17.2.4 @@ -290,6 +290,8 @@ * * @see #releaseConnection() * + * @deprecated no longer supported and will be removed in the future + * version of HttpClient */ public void recycle() { LOG.trace("enter MultipartPostMethod.recycle()");
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]