You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2003/04/11 15:17:04 UTC

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/util BrowserDetector.java Comparable.java FileUtils.java HttpUtils.java QuickSort.java StringStackBuffer.java StringUtils.java

henning     2003/04/11 06:17:04

  Modified:    src/java/org/apache/turbine/util BrowserDetector.java
                        Comparable.java FileUtils.java HttpUtils.java
                        QuickSort.java StringStackBuffer.java
                        StringUtils.java
  Log:
  Deprecated classes to go post 2.3
  
  Revision  Changes    Path
  1.4       +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/util/BrowserDetector.java
  
  Index: BrowserDetector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/BrowserDetector.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BrowserDetector.java	9 Mar 2003 02:54:11 -0000	1.3
  +++ BrowserDetector.java	11 Apr 2003 13:17:04 -0000	1.4
  @@ -79,6 +79,8 @@
    * @author <a href="mailto:mospaw@polk-county.com">Chris Mospaw</a>
    * @author <a href="mailto:bgriffin@cddb.com">Benjamin Elijah Griffin</a>
    * @version $Id$
  + * @deprecated This class will be removed after the 2.3 release. Please
  + *             use BrowserDetector from <a href="http://jakarta.apache.org/commons/">commons-http</a>.
    */
   public class BrowserDetector
   {
  
  
  
  1.5       +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/util/Comparable.java
  
  Index: Comparable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/Comparable.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Comparable.java	9 Mar 2003 02:54:11 -0000	1.4
  +++ Comparable.java	11 Apr 2003 13:17:04 -0000	1.5
  @@ -59,6 +59,9 @@
    *
    * @author <a href="mailto:mbryson@mindspring.com">Dave Bryson</a>
    * @version $Id$
  + * @deprecated This class will be removed after the 2.3 release. It is
  + *             not part of the Web Framework scope. If you need it, please
  + *             use a sorting library for quicksort.
    */
   public interface Comparable
   {
  
  
  
  1.4       +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/util/FileUtils.java
  
  Index: FileUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/FileUtils.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FileUtils.java	9 Mar 2003 02:54:11 -0000	1.3
  +++ FileUtils.java	11 Apr 2003 13:17:04 -0000	1.4
  @@ -59,6 +59,8 @@
    *
    * @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
    * @version $Id$
  + * @deprecated This class will be removed after the 2.3 release. Please
  + *             use FileUtils from <a href="http://jakarta.apache.org/commons/">commons-io</a>.
    */
   public class FileUtils
   {
  
  
  
  1.4       +2 -0      jakarta-turbine-2/src/java/org/apache/turbine/util/HttpUtils.java
  
  Index: HttpUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/HttpUtils.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpUtils.java	9 Mar 2003 02:54:11 -0000	1.3
  +++ HttpUtils.java	11 Apr 2003 13:17:04 -0000	1.4
  @@ -64,6 +64,8 @@
    * HTTP stuff that would othterwize be handled elsewhere.
    *
    * @author <a href="mailto:magnus@handpoint.com">Magn�s ��r Torfason</a>
  + * @deprecated This class will be removed after the 2.3 release. Please
  + *             use HttpUtils from <a href="http://jakarta.apache.org/commons/">commons-http</a>.
    */
   public class HttpUtils
   {
  
  
  
  1.4       +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/util/QuickSort.java
  
  Index: QuickSort.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/QuickSort.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- QuickSort.java	9 Mar 2003 02:54:11 -0000	1.3
  +++ QuickSort.java	11 Apr 2003 13:17:04 -0000	1.4
  @@ -60,6 +60,9 @@
    *
    * @author <a href="mailto:mbryson@mindspring.com">Dave Bryson</a>
    * @version $Id$
  + * @deprecated This class will be removed after the 2.3 release. It is
  + *             not part of the Web Framework scope. If you need it, please
  + *             use a sorting library for quicksort.
    */
   public class QuickSort
   {
  
  
  
  1.6       +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/util/StringStackBuffer.java
  
  Index: StringStackBuffer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/StringStackBuffer.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- StringStackBuffer.java	9 Mar 2003 02:54:11 -0000	1.5
  +++ StringStackBuffer.java	11 Apr 2003 13:17:04 -0000	1.6
  @@ -63,6 +63,9 @@
    *
    * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
    * @version $Id$
  + * @deprecated This class will be removed after the 2.3 release. It is
  + *             not part of the Web Framework scope. If you need this class,
  + *             please lobby for inclusion in the <a href="http://jakarta.apache.org/commons/">commons-collections</a> component repository.
    */
   public class StringStackBuffer implements Serializable
   {
  
  
  
  1.7       +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/util/StringUtils.java
  
  Index: StringUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/StringUtils.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- StringUtils.java	9 Mar 2003 02:54:11 -0000	1.6
  +++ StringUtils.java	11 Apr 2003 13:17:04 -0000	1.7
  @@ -68,6 +68,8 @@
    * @author <a href="mailto:gcoladonato@yahoo.com">Greg Coladonato</a>
    * @author <a href="mailto:quintonm@bellsouth.net">Quinton McCombs</a>
    * @version $Id$
  + * @deprecated This class will be removed after the 2.3 release. Please
  + *             use the <a href="http://jakarta.apache.org/commons/">commons-lang</a> component.
    */
   public class StringUtils
   {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org