Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005370 [Resin] minor always 02-14-13 07:55 02-26-13 12:03
Reporter nam View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 4.0.36
Summary 0005370: cannot compile Resin 4.x with JDK7
Description Oracle made backward-incompatible API changes to JDK7 such that javac may not be able to compile JDK6 and below sources. The javac -source and -target options make no difference. Resin users have inquiried about this issue on at least three occasions already.

    [javac] /Users/nam/caucho/resin/modules/resin/src/com/caucho/amber/jdbc/AmberConnectionImpl.java:39: error: AmberConnectionImpl is not abstract and does not override abstract method getNetworkTimeout() in Connection
    [javac] public class AmberConnectionImpl implements Connection {
    [javac] ^
    [javac] /Users/nam/caucho/resin/modules/resin/src/com/caucho/amber/jdbc/AmberStatementImpl.java:38: error: AmberStatementImpl is not abstract and does not override abstract method isCloseOnCompletion() in Statement
    [javac] public class AmberStatementImpl implements java.sql.Statement {
    [javac] ^
    [javac] /Users/nam/caucho/resin/modules/resin/src/com/caucho/amber/query/ResultSetImpl.java:55: error: ResultSetImpl is not abstract and does not override abstract method <T>getObject(String,Class<T>) in ResultSet
    [javac] public class ResultSetImpl implements ResultSet {
    [javac] ^

...
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
02-14-13 07:55 nam New Issue
02-26-13 12:03 ferg Assigned To  => ferg
02-26-13 12:03 ferg Status new => closed
02-26-13 12:03 ferg Resolution open => fixed
02-26-13 12:03 ferg Fixed in Version  => 4.0.36


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker