Build broken under jdk 1.7
--------------------------
Key: JSPWIKI-722
URL: https://issues.apache.org/jira/browse/JSPWIKI-722
Project: JSPWiki
Issue Type: Bug
Components: Servlet Container/Java compatibility
Affects Versions: 2.8.5
Environment: JDK 1.7
Reporter: Mike Morris
Priority: Minor
Attempting to build under JDK 1.7 causes a compile failure on test class
org.apache.wiki.TestJDBCDataSource.
JDK1.7 introduces a new method getParentLogger() in javax.sql.CommonDataSource
which is not implemented by TestJDBCDataSource.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira