[jira] Updated: (IO-153) FileWriter that accepts an encoding

2008-01-06 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/IO-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Colebourne updated IO-153: -- Attachment: io-FileWriterWithEncoding.patch Class and test case FileWriter that accepts an

[jira] Created: (IO-153) FileWriter that accepts an encoding

2008-01-06 Thread Stephen Colebourne (JIRA)
FileWriter that accepts an encoding --- Key: IO-153 URL: https://issues.apache.org/jira/browse/IO-153 Project: Commons IO Issue Type: New Feature Components: Streams/Writers Reporter:

[jira] Created: (POOL-119) GenericObjectPool: Provide option to create new objects serial

2008-01-06 Thread Christoph Kutzinski (JIRA)
GenericObjectPool: Provide option to create new objects serial -- Key: POOL-119 URL: https://issues.apache.org/jira/browse/POOL-119 Project: Commons Pool Issue Type: New Feature

[jira] Updated: (POOL-119) GenericObjectPool: Provide option to create new objects serial

2008-01-06 Thread Christoph Kutzinski (JIRA)
[ https://issues.apache.org/jira/browse/POOL-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kutzinski updated POOL-119: - Attachment: patch.txt Patch to GenericObjectPool and TestGenericObjectPool to fix the

[jira] Commented: (POOL-119) GenericObjectPool: Provide option to create new objects serial

2008-01-06 Thread Christoph Kutzinski (JIRA)
[ https://issues.apache.org/jira/browse/POOL-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12556379#action_12556379 ] Christoph Kutzinski commented on POOL-119: -- Some comments on the patch: - the field

[jira] Updated: (LANG-395) annotations based builders

2008-01-06 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörg Gottschling updated LANG-395: -- Fix Version/s: (was: LangTwo 1.0) annotations based builders --

[jira] Created: (POOL-120) maxActive can be exceeded by one

2008-01-06 Thread Phil Steitz (JIRA)
maxActive can be exceeded by one Key: POOL-120 URL: https://issues.apache.org/jira/browse/POOL-120 Project: Commons Pool Issue Type: Bug Affects Versions: 1.2 Reporter: Phil Steitz

[jira] Resolved: (IO-152) Add ByteArrayOutputStream.write(InputStream)

2008-01-06 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/IO-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved IO-152. -- Resolution: Fixed Assignee: Jukka Zitting ByteArrayOutputStream.write(InputStream) added in revision

[jira] Commented: (IO-153) FileWriter that accepts an encoding

2008-01-06 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12556438#action_12556438 ] Niall Pemberton commented on IO-153: On the JDK 1.3 compatibility the majority agreed with

[jira] Updated: (POOL-119) GenericObjectPool: Provide option to create new objects serial

2008-01-06 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-119: - Fix Version/s: 1.5 GenericObjectPool: Provide option to create new objects serial

[jira] Commented: (POOL-120) maxActive can be exceeded by one

2008-01-06 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12556446#action_12556446 ] Phil Steitz commented on POOL-120: -- The problem occurs because addObject does not update

[jira] Resolved: (IO-148) IOException with constructors which take a cause

2008-01-06 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved IO-148. Resolution: Fixed Assignee: Gary Gregory IOException with constructors which take a cause

[jira] Resolved: (IO-105) Add a FileUtils copyDirectory method that makes use of FileFilter

2008-01-06 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved IO-105. Resolution: Fixed Fixed: http://svn.apache.org/viewvc?view=revrevision=609471 Add a FileUtils

[jira] Updated: (LANG-395) annotations based builders

2008-01-06 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-395: --- Fix Version/s: LangTwo 1.0 Affects Version/s: (was: LangTwo 1.0) annotations based

[jira] Resolved: (POOL-118) build.xml uses java to run JUnit

2008-01-06 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved POOL-118. -- Resolution: Fixed Patch applied to 1.4 release branch. Thanks! build.xml uses java to run JUnit

[jira] Resolved: (POOL-120) maxActive can be exceeded by one

2008-01-06 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved POOL-120. -- Resolution: Fixed Fixed in r609487 by restoring synchronization to addObject. maxActive can be