[jira] [Closed] (DBUTILS-139) Update Java requirement from version 6 to 7.

2018-05-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed DBUTILS-139. Resolution: Fixed Fix Version/s: 2.0 In git master. > Update Java requirement from version

[GitHub] commons-lang issue #329: Travis: Add Java 10 "Oracle JDK", Java 10 "OpenJDK"...

2018-05-04 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/329 When using Java 11 the following test failures occur: ``` [ERROR] Failures: [ERROR]

[jira] [Created] (DBUTILS-139) Update Java requirement from version 6 to 7.

2018-05-04 Thread Gary Gregory (JIRA)
Gary Gregory created DBUTILS-139: Summary: Update Java requirement from version 6 to 7. Key: DBUTILS-139 URL: https://issues.apache.org/jira/browse/DBUTILS-139 Project: Commons DbUtils Issue

[GitHub] commons-lang issue #329: Travis: Add Java 10 "Oracle JDK", Java 10 "OpenJDK"...

2018-05-04 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/329 [![Coverage Status](https://coveralls.io/builds/16841508/badge)](https://coveralls.io/builds/16841508) Coverage decreased (-0.001%) to 95.139% when pulling

[GitHub] commons-lang pull request #329: Travis: Add Java 10 "Oracle JDK", Java 10 "O...

2018-05-04 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-lang/pull/329 Travis: Add Java 10 "Oracle JDK", Java 10 "OpenJDK", Java 11 "Oracle … …JDK" You can merge this pull request into a Git repository by running: $ git pull

[jira] [Closed] (DBUTILS-138) org.apache.commons.dbutils.QueryRunner.query(Connection, boolean, String, ResultSetHandler, Object...) Exception in closing statement leave connections open

2018-05-04 Thread Stefano Lissa (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Lissa closed DBUTILS-138. - Perfect, thank you. > org.apache.commons.dbutils.QueryRunner.query(Connection, boolean, String, >

[jira] [Resolved] (DBUTILS-138) org.apache.commons.dbutils.QueryRunner.query(Connection, boolean, String, ResultSetHandler, Object...) Exception in closing statement leave connections open

2018-05-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved DBUTILS-138. -- Resolution: Fixed Fixed in git master. Please verify and close. You can build the code or

[jira] [Updated] (DBUTILS-138) org.apache.commons.dbutils.QueryRunner.query(Connection, boolean, String, ResultSetHandler, Object...) Exception in closing statement leave connections open

2018-05-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated DBUTILS-138: - Description: On class QueryRunner starting at line 393 (see the snippet below) if the statement

[jira] [Updated] (DBUTILS-138) org.apache.commons.dbutils.QueryRunner.query(Connection, boolean, String, ResultSetHandler, Object...) Exception in closing statement leave connections open

2018-05-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated DBUTILS-138: - Summary: org.apache.commons.dbutils.QueryRunner.query(Connection, boolean, String,

[jira] [Updated] (DBUTILS-138) org.apache.commons.dbutils.QueryRunner.query(Connection, boolean, String, ResultSetHandler, Object...) Exception in closing statement leave connections open

2018-05-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated DBUTILS-138: - Description: On class QueryRunner starting at line 393 (see the snippet below) if the statement

[jira] [Updated] (DBUTILS-138) Exception in closing statement leave connections open

2018-05-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated DBUTILS-138: - Description: On class QueryRunner starting at line 393 (see the snippet below) if the statement

[jira] [Closed] (DBCP-490) The method org.apache.commons.dbcp2.PoolingDriver.getConnectionPool(String) does not tell you which pool name is not registered when it throws an exception.

2018-05-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed DBCP-490. - Resolution: Fixed Fix Version/s: 2.3.0 In git master. > The method

[jira] [Created] (DBCP-490) The method org.apache.commons.dbcp2.PoolingDriver.getConnectionPool(String) does not tell you which pool name is not registered when it throws an exception.

2018-05-04 Thread Gary Gregory (JIRA)
Gary Gregory created DBCP-490: - Summary: The method org.apache.commons.dbcp2.PoolingDriver.getConnectionPool(String) does not tell you which pool name is not registered when it throws an exception. Key: DBCP-490

[jira] [Commented] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-05-04 Thread adrian (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463982#comment-16463982 ] adrian commented on MATH-1459: -- [~erans], that makes sense. I've moved the BevingtonProblem class out

[jira] [Commented] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-05-04 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463924#comment-16463924 ] Gilles commented on MATH-1459: -- Thanks for the changes; the functionality looks more flexible now. As noted