[jira] [Updated] (DBCP-535) SharedPoolDataSource does not sent connectionProperties to the JDBC driver

2019-01-14 Thread Michael Seele (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Seele updated DBCP-535: --- Description: We are using org.apache.commons.dbcp2.datasources.SharedPoolDataSource via JNDI and need

[jira] [Created] (NUMBERS-92) Rename AbstractFormat to AbstractFractionFormat

2019-01-14 Thread Eric Barnhill (JIRA)
Eric Barnhill created NUMBERS-92: Summary: Rename AbstractFormat to AbstractFractionFormat Key: NUMBERS-92 URL: https://issues.apache.org/jira/browse/NUMBERS-92 Project: Commons Numbers Issue

[jira] [Updated] (DBCP-535) SharedPoolDataSource does not sent connectionProperties to the JDBC driver

2019-01-14 Thread Michael Seele (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Seele updated DBCP-535: --- Description: We are using org.apache.commons.dbcp2.datasources.SharedPoolDataSource via JNDI and need

[jira] [Updated] (DBCP-535) SharedPoolDataSource does not sent connectionProperties to the JDBC driver

2019-01-14 Thread Michael Seele (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Seele updated DBCP-535: --- Description: We are using org.apache.commons.dbcp2.datasources.SharedPoolDataSource via JNDI and need

[jira] [Updated] (DBCP-535) SharedPoolDataSource does not sent connectionProperties to the JDBC driver

2019-01-14 Thread Michael Seele (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Seele updated DBCP-535: --- Description: We are using org.apache.commons.dbcp2.datasources.SharedPoolDataSource via JNDI and need

[jira] [Created] (DBCP-535) SharedPoolDataSource does not sent connectionProperties to the JDBC driver

2019-01-14 Thread Michael Seele (JIRA)
Michael Seele created DBCP-535: -- Summary: SharedPoolDataSource does not sent connectionProperties to the JDBC driver Key: DBCP-535 URL: https://issues.apache.org/jira/browse/DBCP-535 Project: Commons DBC

[GitHub] Yash-777 commented on a change in pull request #395: Replaces the given String, with the String which is nested in between two Strings.

2019-01-14 Thread GitBox
Yash-777 commented on a change in pull request #395: Replaces the given String, with the String which is nested in between two Strings. URL: https://github.com/apache/commons-lang/pull/395#discussion_r247473007 ## File path: src/main/java/org/apache/commons/lang3/StringUtils.java #

[jira] [Updated] (JEXL-289) Passing undeclared function parameter can overwrite a local function variable

2019-01-14 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitri Blinov updated JEXL-289: --- Description: The following script {code:java} var x = function(a) { var b; return b}; x(1,2) {code} ret