[GitHub] commons-text issue #81: 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-text/pull/81 Currently javadoc fails on java 11 with: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:javadoc (default-cli) on project commons-tex

[GitHub] commons-text issue #81: 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-text/pull/81 [![Coverage Status](https://coveralls.io/builds/16841269/badge)](https://coveralls.io/builds/16841269) Coverage remained the same at 97.833% when pulling **9d4e76e57bc35741724b2e

[GitHub] commons-text pull request #81: Travis: Add Java 10 "Oracle JDK", Java 10 "Op...

2018-05-04 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-text/pull/81 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 https://github.com/Pa

Re: [BBUTILS] Update from Java 6 to 7

2018-05-04 Thread Pascal Schumacher
+1 Am 04.05.2018 um 18:19 schrieb Gary Gregory: Hi All: DBUtils contains the kind of code that would benefit from bullet proofing using try-with-resources statementds. To this end I propose we update from Java 6 to 7. Gary --

[DBUTILS] Update from Java 6 to 7

2018-05-04 Thread sebb
[Fixing subject prefix] On 4 May 2018 at 17:19, Gary Gregory wrote: > Hi All: > > DBUtils contains the kind of code that would benefit from bullet proofing > using try-with-resources statementds. > > To this end I propose we update from Java 6 to 7. +1 > Gary --

[BBUTILS] Update from Java 6 to 7

2018-05-04 Thread Gary Gregory
Hi All: DBUtils contains the kind of code that would benefit from bullet proofing using try-with-resources statementds. To this end I propose we update from Java 6 to 7. Gary