]
Strong Liu resolved HHH-7283.
-----------------------------
Resolution: Fixed
Fix Version/s: 4.1.3
hibernate is not compilable on JDK7
-----------------------------------
Key: HHH-7283
URL:
https://hibernate.onjira.com/browse/HHH-7283
Project: Hibernate ORM
Issue Type: Improvement
Components: testsuite
Reporter: Strong Liu
Assignee: Strong Liu
Fix For: 4.1.3
Executing task ':hibernate-core:compileTestJava' due to:
No history is available for task ':hibernate-core:compileTestJava'.
[ant:javac] Compiling 599 source files to
/mnt/hudson_workspace/workspace/hibernate-core-master-jdk7/hibernate-core/target/classes/test
[ant:javac]
/mnt/hudson_workspace/workspace/hibernate-core-master-jdk7/hibernate-core/src/test/java/org/hibernate/connection/DriverManagerRegistrationTest.java:151:
error: TestDriver1 is not abstract and does not override abstract method getParentLogger()
in Driver
[ant:javac] public static class TestDriver1 extends AbstractTestJdbcDriver {
[ant:javac] ^
[ant:javac]
/mnt/hudson_workspace/workspace/hibernate-core-master-jdk7/hibernate-core/src/test/java/org/hibernate/connection/DriverManagerRegistrationTest.java:169:
error: TestDriver2 is not abstract and does not override abstract method getParentLogger()
in Driver
[ant:javac] public static class TestDriver2 extends AbstractTestJdbcDriver {
[ant:javac] ^
[ant:javac] Note: Some input files use or override a deprecated API.
[ant:javac] Note: Recompile with -Xlint:deprecation for details.
[ant:javac] Note: Some input files use unchecked or unsafe operations.
[ant:javac] Note: Recompile with -Xlint:unchecked for details.
[ant:javac] 2 errors
--
This message is automatically generated by JIRA.
For more information on JIRA, see: