[jira] Commented: (LANG-492) Remove code handled now by the JDK

2009-11-17 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779334#action_12779334 ] Henri Yandell commented on LANG-492: hashCode removed. toString - toString(Object[], Str

[jira] Commented: (LANG-411) HashCodeBuilder: expose typed hashing methods

2009-11-17 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779324#action_12779324 ] Paul Benedict commented on LANG-411: The default functionality of HashCodeBuilder will ca

[jira] Resolved: (LANG-555) SystemUtils needs IS_OS_WINDOWS_7 constant

2009-11-17 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict resolved LANG-555. Resolution: Fixed > SystemUtils needs IS_OS_WINDOWS_7 constant >

[jira] Resolved: (LANG-554) SystemUtils needs IS_JAVA_1_7 constant

2009-11-17 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict resolved LANG-554. Resolution: Fixed > SystemUtils needs IS_JAVA_1_7 constant > -- >

[jira] Created: (LANG-555) SystemUtils needs IS_OS_WINDOWS_7 constant

2009-11-17 Thread Paul Benedict (JIRA)
SystemUtils needs IS_OS_WINDOWS_7 constant -- Key: LANG-555 URL: https://issues.apache.org/jira/browse/LANG-555 Project: Commons Lang Issue Type: Improvement Reporter: Paul Benedict

[jira] Updated: (VALIDATOR-281) Indexed property validation stops on first failed element

2009-11-17 Thread Lorenzo Dee (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorenzo Dee updated VALIDATOR-281: -- Attachment: Field.java Here's a simple fix I did. I just modified line 912 (Field.java). Ins

[jira] Created: (VALIDATOR-281) Indexed property validation stops on first failed element

2009-11-17 Thread Lorenzo Dee (JIRA)
Indexed property validation stops on first failed element - Key: VALIDATOR-281 URL: https://issues.apache.org/jira/browse/VALIDATOR-281 Project: Commons Validator Issue Type: Improvemen

[jira] Updated: (DBCP-305) Use API-specific exception for logging abandoned objects

2009-11-17 Thread Christopher Schultz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Schultz updated DBCP-305: - Attachment: DBCP-305.diff Proposed patch to a) use an API-specific exception type and b) in

[jira] Commented: (DBCP-305) Use API-specific exception for logging abandoned objects

2009-11-17 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779108#action_12779108 ] Mark Thomas commented on DBCP-305: -- AbandonedTrace is the way to go. The deprecation markers

[jira] Commented: (DBCP-305) Use API-specific exception for logging abandoned objects

2009-11-17 Thread Christopher Schultz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779106#action_12779106 ] Christopher Schultz commented on DBCP-305: -- I'm happy to provide a patch to Abandone

TelnetClient adds an extra newline

2009-11-17 Thread Shlomy Reinstein
Hi, I use TelnetClient for automation of telnet sessions (something similar to the 'Expect' tool). I noticed that whenever I write a newline (\n) to the output stream of a TelnetClient, two newlines are inserted instead of just one, which prevents the automation from working, because many commands

[jira] Commented: (COMPRESS-90) French accent

2009-11-17 Thread bdupont (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778851#action_12778851 ] bdupont commented on COMPRESS-90: - I'm doing that (tried every combination) but still no r

[jira] Issue Comment Edited: (COMPRESS-90) French accent

2009-11-17 Thread bdupont (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778851#action_12778851 ] bdupont edited comment on COMPRESS-90 at 11/17/09 1:05 PM: --- I'm

[jira] Commented: (COMPRESS-90) French accent

2009-11-17 Thread JIRA
[ https://issues.apache.org/jira/browse/COMPRESS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778814#action_12778814 ] Julien Aymé commented on COMPRESS-90: - Did you try setting the encoding in your ZipArc

[jira] Updated: (COMPRESS-90) French accent

2009-11-17 Thread bdupont (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bdupont updated COMPRESS-90: Attachment: demo.zip > French accent > - > > Key: COMPRESS-90 >

[jira] Created: (COMPRESS-90) French accent

2009-11-17 Thread bdupont (JIRA)
French accent - Key: COMPRESS-90 URL: https://issues.apache.org/jira/browse/COMPRESS-90 Project: Commons Compress Issue Type: Bug Affects Versions: 1.1 Environment: windows XP Reporter: bdupont I have a

[jira] Created: (IO-223) IOUtils.copy Javadoc inconsistency (return -1 vs. throw ArithmeticException)

2009-11-17 Thread Adam Michalik (JIRA)
IOUtils.copy Javadoc inconsistency (return -1 vs. throw ArithmeticException) Key: IO-223 URL: https://issues.apache.org/jira/browse/IO-223 Project: Commons IO Issue

[jira] Commented: (LANG-492) Remove code handled now by the JDK

2009-11-17 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778779#action_12778779 ] Henri Yandell commented on LANG-492: Consider removing ArrayUtils.hashCode (Arrays.hashCo

[jira] Commented: (LANG-537) Add ArrayUtils.toArray to create generic arrays

2009-11-17 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/LANG-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778775#action_12778775 ] Stephen Colebourne commented on LANG-537: - I get it now, and looks good. However, th