Github user PascalSchumacher commented on the issue:
https://github.com/apache/commons-dbutils/pull/4
Thanks for the pull request.
DBUtils currently still requires only java 6, but you are using classes
which were introduced in java 8. Therefore the builds on java 6/7 fail because
these classes can not be found. See e.g.:
https://travis-ci.org/apache/commons-dbutils/jobs/287860481 for details.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]