[jira] [Created] (POOL-317) Correction of default value of softMinEvictableIdleTimeMillis in BaseObjectPoolConfig

2016-11-20 Thread KeiichiFujino (JIRA)
KeiichiFujino created POOL-317: -- Summary: Correction of default value of softMinEvictableIdleTimeMillis in BaseObjectPoolConfig Key: POOL-317 URL: https://issues.apache.org/jira/browse/POOL-317 Project:

[jira] [Updated] (POOL-317) Correction of default value of softMinEvictableIdleTimeMillis in BaseObjectPoolConfig

2016-11-20 Thread KeiichiFujino (JIRA)
[ https://issues.apache.org/jira/browse/POOL-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] KeiichiFujino updated POOL-317: --- Attachment: BaseObjectPoolConfig.patch > Correction of default value of softMinEvictableIdleTimeMillis

[jira] [Updated] (DBCP-475) Undefined MBean attribute of BasicDataSourceMXBean

2016-11-20 Thread KeiichiFujino (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] KeiichiFujino updated DBCP-475: --- Attachment: BasicDataSourceMXBean.patch BasicDataSource.patch > Undefined MBean

[jira] [Created] (DBCP-475) Undefined MBean attribute of BasicDataSourceMXBean

2016-11-20 Thread KeiichiFujino (JIRA)
KeiichiFujino created DBCP-475: -- Summary: Undefined MBean attribute of BasicDataSourceMXBean Key: DBCP-475 URL: https://issues.apache.org/jira/browse/DBCP-475 Project: Commons Dbcp Issue Type:

[jira] [Commented] (LANG-1067) Add a reflection-based variant of DiffBuilder

2016-11-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681835#comment-15681835 ] ASF GitHub Bot commented on LANG-1067: -- Github user PascalSchumacher commented on the issue:

[jira] [Commented] (LANG-1067) Add a reflection-based variant of DiffBuilder

2016-11-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681836#comment-15681836 ] ASF GitHub Bot commented on LANG-1067: -- Github user PascalSchumacher closed the pull request at:

[GitHub] commons-lang issue #210: LANG-1067: Add a reflection-based variant of DiffBu...

2016-11-20 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/210 https://github.com/apache/commons-lang/commit/011775551ef75d75f81189eb4604fd0f2ed424ba --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] commons-lang pull request #210: LANG-1067: Add a reflection-based variant of...

2016-11-20 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/commons-lang/pull/210 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[jira] [Commented] (TEXT-16) Make HumanNameParser configurable

2016-11-20 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681676#comment-15681676 ] Bruno P. Kinoshita commented on TEXT-16: A great suggestion from [~britter] in the dev-list is to

[jira] [Commented] (CONFIGURATION-641) XMLConfiguration.load may throw NPE

2016-11-20 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681474#comment-15681474 ] Oliver Heger commented on CONFIGURATION-641: Agreed that it is not a good style to

[jira] [Closed] (IO-517) FileUtils#copyDirectory cannot copy directory structure

2016-11-20 Thread JIRA
[ https://issues.apache.org/jira/browse/IO-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fürer closed IO-517. --- Resolution: Not A Bug > FileUtils#copyDirectory cannot copy directory structure >

[jira] [Commented] (LANG-1288) Add a builder to StringEscapeUtils

2016-11-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681289#comment-15681289 ] ASF GitHub Bot commented on LANG-1288: -- Github user PascalSchumacher commented on a diff in the pull

[GitHub] commons-lang pull request #213: LANG-1288: Add a builder to StringEscapeUtil...

2016-11-20 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/213#discussion_r88803456 --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java --- @@ -429,6 +429,65 @@ public StringEscapeUtils() {

[jira] [Closed] (CONFIGURATION-642) XMLConfiguration does not detect all prefix declarations

2016-11-20 Thread Claude Warren (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren closed CONFIGURATION-642. --- Resolution: Not A Problem The example XML declares the namespace on one

[jira] [Commented] (LANG-1066) shell/XSI escape/unescape support

2016-11-20 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681115#comment-15681115 ] Sebb commented on LANG-1066: I'm not sure this belongs in LANG at all. It only applies to the some Shell

[GitHub] commons-lang pull request #208: LANG-1066: Add shell/XSI escape/unescape sup...

2016-11-20 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/208#discussion_r88799517 --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java --- @@ -413,6 +447,47 @@ public int translate(final CharSequence input,

[jira] [Commented] (LANG-1066) shell/XSI escape/unescape support

2016-11-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681041#comment-15681041 ] ASF GitHub Bot commented on LANG-1066: -- Github user PascalSchumacher commented on a diff in the pull

[jira] [Commented] (LANG-1066) shell/XSI escape/unescape support

2016-11-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681036#comment-15681036 ] ASF GitHub Bot commented on LANG-1066: -- Github user PascalSchumacher commented on a diff in the pull

[GitHub] commons-lang pull request #208: LANG-1066: Add shell/XSI escape/unescape sup...

2016-11-20 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/208#discussion_r88799453 --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java --- @@ -272,6 +272,40 @@ public int translate(final CharSequence input,

[jira] [Updated] (CONFIGURATION-642) XMLConfiguration does not detect all prefix declarations

2016-11-20 Thread Claude Warren (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren updated CONFIGURATION-642: Attachment: Test.xml Test.java Example code and xml file >

[jira] [Created] (CONFIGURATION-642) XMLConfiguration does not detect all prefix declarations

2016-11-20 Thread Claude Warren (JIRA)
Claude Warren created CONFIGURATION-642: --- Summary: XMLConfiguration does not detect all prefix declarations Key: CONFIGURATION-642 URL: https://issues.apache.org/jira/browse/CONFIGURATION-642

[jira] [Resolved] (LANG-1067) Add a reflection-based variant of DiffBuilder

2016-11-20 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved LANG-1067. - Resolution: Fixed Assignee: Pascal Schumacher Fix Version/s: (was:

[jira] [Commented] (LANG-1067) Add a reflection-based variant of DiffBuilder

2016-11-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15680923#comment-15680923 ] ASF GitHub Bot commented on LANG-1067: -- Github user coveralls commented on the issue:

[GitHub] commons-lang issue #210: LANG-1067: Add a reflection-based variant of DiffBu...

2016-11-20 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/210 [![Coverage Status](https://coveralls.io/builds/8913034/badge)](https://coveralls.io/builds/8913034) Coverage decreased (-0.02%) to 93.646% when pulling

[jira] [Resolved] (TEXT-20) Add salutations like Mr, Mrs, etc

2016-11-20 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita resolved TEXT-20. Resolution: Fixed Pull request merged in 6fd10f89aaa3870d91368979e4f8a32ebcfc1049, plus