[
https://issues.apache.org/jira/browse/JSPWIKI-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juan Pablo Santos RodrÃguez resolved JSPWIKI-277.
-------------------------------------------------
Resolution: Fixed
Fix Version/s: 2.9
marking this as fixed as JSPWiki compiles on JDK6 since 2.9
> Tests compatibility with java 1.6
> ---------------------------------
>
> Key: JSPWIKI-277
> URL: https://issues.apache.org/jira/browse/JSPWIKI-277
> Project: JSPWiki
> Issue Type: Improvement
> Components: Servlet Container/Java compatibility
> Affects Versions: 2.6.2
> Environment: java 1.6 sun jdk
> Reporter: Fabian Haupt
> Assignee: Florian Holeczek
> Priority: Trivial
> Fix For: 2.9
>
>
> With the add of the two methods:
> public boolean isWrapperFor( Class<?> arg0 ) throws SQLException
> { return false; }
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)