From: Kai Moritz Date: Wed, 28 Nov 2012 16:05:10 +0000 (+0100) Subject: DriverProxy now implements Driver.getParentLogger() X-Git-Tag: hibernate4-maven-plugin-1.0~5 X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=08c347e44a4eaeb0c5106f6c03c21f8c4282a14b;hp=08c347e44a4eaeb0c5106f6c03c21f8c4282a14b DriverProxy now implements Driver.getParentLogger() Otherwise, the plugin would not run with database-drivers compiled for Java 1.7. This method must not be annotated with @Override, because otherwise, the plugin won't compile under Java 1.6 (the method was added to the interface Driver in Java 1.7). ---