[jira] Created: (SCXML-114) Support for JEXL2

2009-12-15 Thread Henri Biestro (JIRA)
Support for JEXL2 - Key: SCXML-114 URL: https://issues.apache.org/jira/browse/SCXML-114 Project: Commons SCXML Issue Type: Improvement Reporter: Henri Biestro Fix For: 0.10 JEXL 2.0 release being

[jira] Updated: (SCXML-114) Support for JEXL2

2009-12-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SCXML-114: Attachment: SCXML-114.patch Code replacing JEXL1.1 with JEXL2.0. The 'In' and 'Data' functions are

[jira] Updated: (VFS-228) Ant regression with ClassNotFoundException for DefaultLocalFileProvider

2009-12-15 Thread Olivier Samyn (JIRA)
[ https://issues.apache.org/jira/browse/VFS-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Samyn updated VFS-228: -- Attachment: vfs-task.diff Instead of reverting the patch of VFS-135 (and not 136), you can just set the

[jira] Created: (POOL-153) Deadlock at GenericObjectPool.addObjectToPool and AbandonedTrace.addTrace

2009-12-15 Thread Stephen Evanchik (JIRA)
Deadlock at GenericObjectPool.addObjectToPool and AbandonedTrace.addTrace - Key: POOL-153 URL: https://issues.apache.org/jira/browse/POOL-153 Project: Commons Pool

[jira] Commented: (POOL-153) Deadlock at GenericObjectPool.addObjectToPool and AbandonedTrace.addTrace

2009-12-15 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/POOL-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12790851#action_12790851 ] Gary Gregory commented on POOL-153: --- Can you test with the latest 1.5.x release? Deadlock

[jira] Commented: (MATH-323) Add Semivariance calculation

2009-12-15 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12790906#action_12790906 ] Luc Maisonobe commented on MATH-323: I have just a comment on this proposal, but beware I

[jira] Commented: (LANG-316) Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder

2009-12-15 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791220#action_12791220 ] Henri Yandell commented on LANG-316: I changed the EqualsBuilder method to rely on

[jira] Commented: (LANG-316) Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder

2009-12-15 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791227#action_12791227 ] Paul Benedict commented on LANG-316: I do this manually anyway in most of my code. It's a

[jira] Commented: (LANG-469) Commons-lang StringUtils head, tail and indexOfNth (with patch)

2009-12-15 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791230#action_12791230 ] Henri Yandell commented on LANG-469: Just noticed that indexOfNth is already there as

[jira] Updated: (LANG-469) Commons-lang StringUtils head, tail and indexOfNth (with patch)

2009-12-15 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-469: --- Attachment: LANG-469.patch Patch adding a lastOrdinalIndexOf method. Commons-lang StringUtils head,

[jira] Closed: (LANG-469) Commons-lang StringUtils head, tail and indexOfNth (with patch)

2009-12-15 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-469. -- Resolution: Fixed svn ci -m Applying my patch from LANG-469 - adding a lastOrdinalIndexOf method to

[jira] Commented: (LANG-469) Commons-lang StringUtils head, tail and indexOfNth (with patch)

2009-12-15 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791248#action_12791248 ] Henri Yandell commented on LANG-469: Note that head and tail are covered in the javadoc

[jira] Created: (LANG-566) Replace lastIndexOf methods with -ve index support?

2009-12-15 Thread Henri Yandell (JIRA)
Replace lastIndexOf methods with -ve index support? --- Key: LANG-566 URL: https://issues.apache.org/jira/browse/LANG-566 Project: Commons Lang Issue Type: Improvement Reporter: