[jira] Updated: (EMAIL-95) content duplicated with UTF8 encoding

2010-02-04 Thread Leos Literak (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leos Literak updated EMAIL-95: -- Hmm, my fault probably. I was planning to export MimeMessage and work with it, so I tried to run buildMessag

[jira] Created: (EMAIL-95) content duplicated with UTF8 encoding

2010-02-04 Thread Leos Literak (JIRA)
content duplicated with UTF8 encoding - Key: EMAIL-95 URL: https://issues.apache.org/jira/browse/EMAIL-95 Project: Commons Email Issue Type: Bug Affects Versions: 1.2 Environment: linux

Re: [jira] Resolved: (LANG-586) Use of ThreadLocal in ToStringStyle.java triggers memory leak in container environment

2010-02-04 Thread Henri Yandell
This definitely feels like a fix for 2.5 as well. On Thu, Feb 4, 2010 at 2:01 PM, Matt Benson (JIRA) wrote: > >     [ > https://issues.apache.org/jira/browse/LANG-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Matt Benson resolved LANG-586. > -

[jira] Commented: (LANG-586) Use of ThreadLocal in ToStringStyle.java triggers memory leak in container environment

2010-02-04 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/LANG-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829861#action_12829861 ] Mark Thomas commented on LANG-586: -- Thanks for such a quick response. > Use of ThreadLocal

[jira] Commented: (LANG-472) RandomUtils.nextLong() get all even number

2010-02-04 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829827#action_12829827 ] Sebb commented on LANG-472: --- Math.abs() can return a negative number if parameter is MIN_VALUE. Rep

[jira] Resolved: (LANG-586) Use of ThreadLocal in ToStringStyle.java triggers memory leak in container environment

2010-02-04 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Benson resolved LANG-586. -- Resolution: Fixed Fix Version/s: 3.0 svn commit: r906673 svn commit: r906676 > Use of ThreadLocal

[jira] Resolved: (VALIDATOR-250) Banking CheckDigit implementations: ABA, CUSIP, IBAN, ISIN and Sedol

2010-02-04 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved VALIDATOR-250. --- Resolution: Fixed http://svn.apache.org/viewvc?view=revision&revision=906656 > Ba

[jira] Commented: (LANG-586) Use of ThreadLocal in ToStringStyle.java triggers memory leak in container environment

2010-02-04 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829783#action_12829783 ] Matt Benson commented on LANG-586: -- As it happens I'm currently working on similar issues at

[jira] Created: (LANG-586) Use of ThreadLocal in ToStringStyle.java triggers memory leak in container environment

2010-02-04 Thread Mark Thomas (JIRA)
Use of ThreadLocal in ToStringStyle.java triggers memory leak in container environment -- Key: LANG-586 URL: https://issues.apache.org/jira/browse/LANG-586 Project: C

[jira] Commented: (LANG-472) RandomUtils.nextLong() get all even number

2010-02-04 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829634#action_12829634 ] Sebb commented on LANG-472: --- Just realised that nextInt() will never return Integer.MAX_VALUE. Sho

[jira] Commented: (LANG-472) RandomUtils.nextLong() get all even number

2010-02-04 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829592#action_12829592 ] Sebb commented on LANG-472: --- It's just occurred to me that using Math.abs() to ensure non-negative