JDK1.6 and why xwiki needs XWikiJDBCConnection?
Hello. I would like the xwiki 1.0 release be able to compile/run on Java 1.6. Many users already use java 1.6. I see only one problem: XWikiJDBCConnection class. http://jira.xwiki.org/jira/browse/XWIKI-974 As I see, info from this class is not used in xwiki core. Main question: Why xwiki needs XWikiJDBCConnection? If it is not needed, we can easily remove it by patch http://jira.xwiki.org/jira/secure/attachment/10939/noXWikiJDBCConnection.pat... If it is needed, I can rewrite XWikiJDBCConnection using java reflections. -- Artem Melentyev, UralSU, CS401
Hi Artem, On May 14, 2007, at 1:24 PM, Artem Melentyev wrote:
Hello.
I would like the xwiki 1.0 release be able to compile/run on Java 1.6. Many users already use java 1.6.
I think it's too late to include this in 1.0. At this stage we're only incorporating important bugs. But we can add it to 1.1 B1 which is going to be released soon (planned date is end of May).
I see only one problem: XWikiJDBCConnection class. http://jira.xwiki.org/jira/browse/XWIKI-974
As I see, info from this class is not used in xwiki core. Main question: Why xwiki needs XWikiJDBCConnection?
If it is not needed, we can easily remove it by patch http:// jira.xwiki.org/jira/secure/attachment/10939/ noXWikiJDBCConnection.patch If it is needed, I can rewrite XWikiJDBCConnection using java reflections.
As it doesn't seem to be used, I'm +1 to remove it. Thanks -Vincent
participants (2)
-
Artem Melentyev -
Vincent Massol