Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 51440 invoked from network); 27 Jul 2003 17:08:57 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 27 Jul 2003 17:08:57 -0000 Received: (qmail 26911 invoked by uid 97); 27 Jul 2003 17:11:33 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 26904 invoked from network); 27 Jul 2003 17:11:32 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 27 Jul 2003 17:11:32 -0000 Received: (qmail 51208 invoked by uid 500); 27 Jul 2003 17:08:54 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 51197 invoked by uid 500); 27 Jul 2003 17:08:54 -0000 Received: (qmail 51193 invoked from network); 27 Jul 2003 17:08:54 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 27 Jul 2003 17:08:54 -0000 Received: (qmail 66586 invoked by uid 1482); 27 Jul 2003 17:08:54 -0000 Date: 27 Jul 2003 17:08:54 -0000 Message-ID: <20030727170854.66585.qmail@icarus.apache.org> From: jeremias@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/io STATUS.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jeremias 2003/07/27 10:08:54 Modified: io STATUS.html Log: Some action items updates Revision Changes Path 1.10 +9 -6 jakarta-commons-sandbox/io/STATUS.html Index: STATUS.html =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/io/STATUS.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- STATUS.html 6 Jul 2003 15:47:27 -0000 1.9 +++ STATUS.html 27 Jul 2003 17:08:54 -0000 1.10 @@ -72,18 +72,21 @@
  • Compress - Move the compress sub-package out of IO - READY
  • Rename FileUtilTest to FileUtilsTest - DONE
  • -
  • Rename *Util.java for *Utils.java for consistency
  • +
  • Rename *Util.java for *Utils.java for consistency - DONE
  • Extract code from IOUtils to CopyUtils?
  • Remove StreamUtils as all its methods are in IOUtils - DONE
  • -
  • IOUtil: Remove the toByteArray() variants with the bufferSize +
  • IOUtils: Remove the toByteArray() variants with the bufferSize parameter. Reasoning can be found at http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg19703.html
  • -
  • IOUtil: Change toByteArray() methods to use the new +
  • IOUtils: Change toByteArray() methods to use the new ByteArrayOutputStream which should improve performance considerably.
  • -
  • IOUtil: Remove the deprecated bufferedCopy method. IO is not released - so we should be able to do that.
  • +
  • IOUtils: Remove the deprecated bufferedCopy method. IO is not released + so we should be able to do that - DONE
  • FileUtils: Add isFileNewer() method from Alban Peignier: http://nagoya.apache.org/eyebrowse/BrowseList?listName=commons-dev@jakarta.apache.org&by=thread&from=348688
  • +
  • FileUtils: This class is a big mess ATM. We need to clean it up.
  • +
  • More TestCases!!!
  • +
  • More Javadocs!!!
5.1 NEW CODE
    --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org