-
Bug
-
Resolution: Done
-
Minor
-
3.0-beta-1
-
None
The class se.unlogic.standardutils.dao.SimpleDataSource doesn't compile with jdk1.7 because the interface javax.sql.CommonDataSource has added the method
//------------------------- JDBC 4.1 ----------------------------------- /** * Return the parent Logger of all the Loggers used by this data source. This * should be the Logger farthest from the root Logger that is * still an ancestor of all of the Loggers used by this data source. Configuring * this Logger will affect all of the log messages generated by the data source. * In the worst case, this may be the root Logger. * * @return the parent Logger for this data source * @throws SQLFeatureNotSupportedException if the data source does not use <code>java.util.logging<code>. * @since 1.7 */ public Logger getParentLogger() throws SQLFeatureNotSupportedException;