Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.6.2
-
None
-
java 1.6 sun jdk
Description
With the add of the two methods:
public boolean isWrapperFor( Class<?> arg0 ) throws SQLException
public <T> T unwrap( Class<T> arg0 ) throws SQLException
{ return null; }(probably not a very usefull implementation, but it works anyways )
in TestJDBCDataSource.java (com.ecyrd.jspwiki)
JSPWiki becomes runnable and compilable in java-1.6
This is just a minor change, and so far I have encountered no problem running and building jspwiki in java-1.6. As this wouldn't break anything with 1.5 maybe this could be added to the svn?
greetings
Fabian Haupt
Attachments
Issue Links
- is duplicated by
-
JSPWIKI-722 Build broken under jdk 1.7
- Closed
- is related to
-
JSPWIKI-722 Build broken under jdk 1.7
- Closed