[jira] [Resolved] (CONFIGURATION-710) (doc) Fix typos in the user guides

2018-08-13 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-710. Resolution: Fixed Fix Version/s: 2.4 Pull request applied in SVN

[jira] [Created] (CONFIGURATION-710) (doc) Fix typos in the user guides

2018-08-13 Thread Oliver Heger (JIRA)
Oliver Heger created CONFIGURATION-710: -- Summary: (doc) Fix typos in the user guides Key: CONFIGURATION-710 URL: https://issues.apache.org/jira/browse/CONFIGURATION-710 Project: Commons

[jira] [Resolved] (DBCP-461) Prepared statements are not cached with XA

2018-08-13 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved DBCP-461. -- Resolution: Invalid This is nothing to do with DBCP. The OP is using Tomcat's own pooling

[jira] [Commented] (DBCP-461) Prepared statements are not cached with XA

2018-08-13 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16578805#comment-16578805 ] Gary Gregory commented on DBCP-461: --- Hi [~sailaja_r]: If you want this to go anywhere here, you should

[jira] [Commented] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-08-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16578478#comment-16578478 ] ASF GitHub Bot commented on LANG-1406: -- Github user HiuKwok commented on a diff in the pull request:

[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-08-13 Thread HiuKwok
Github user HiuKwok commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/340#discussion_r209659530 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -5596,8 +5596,8 @@ private static String replace(final String text, String

[jira] [Commented] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-08-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16578196#comment-16578196 ] ASF GitHub Bot commented on LANG-1406: -- Github user kinow commented on a diff in the pull request:

[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-08-13 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/340#discussion_r209587514 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -5596,8 +5596,8 @@ private static String replace(final String text, String

[jira] [Commented] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-08-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16578129#comment-16578129 ] ASF GitHub Bot commented on LANG-1406: -- Github user HiuKwok commented on a diff in the pull request:

[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-08-13 Thread HiuKwok
Github user HiuKwok commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/340#discussion_r209574053 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -5596,8 +5596,8 @@ private static String replace(final String text, String

[jira] [Commented] (DBCP-461) Prepared statements are not cached with XA

2018-08-13 Thread Sailaja (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16577883#comment-16577883 ] Sailaja commented on DBCP-461: -- [~garydgregory] [~b.eckenfels] The issue still exists in TomEE 7.   As per