Anonymous | Login | Signup for a new account | 12-17-2024 08:49 PST |
Main | My View | View Issues | Change Log | Docs |
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 | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |