[ https://issues.apache.org/jira/browse/COCOON-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13916460#comment-13916460 ]
Reynaldo Porras commented on COCOON-2341: ----------------------------------------- About the "ExcaliburDataSourceFactory.java:82..." issue I found other ways to fix it in other projects commons-dbcp [1] and jackrabbit [2]. I leave it up to you how to fix it, but I thought you may want see what other people did in other projects. Best Regards. [1] - https://svn.apache.org/repos/asf/tomcat/sandbox/trunk-resources/res/dbcp/dbcp-java-7.patch [2] - https://fisheye6.atlassian.com/viewrep/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/util/db/DataSourceWrapper.java?r1&r2=1209581 > Use ImageIO instead of old com.sun.image.* package in ImageReader > ----------------------------------------------------------------- > > Key: COCOON-2341 > URL: https://issues.apache.org/jira/browse/COCOON-2341 > Project: Cocoon > Issue Type: Improvement > Components: * Cocoon Core > Affects Versions: 2.1.12 > Reporter: Reynaldo Porras > Attachments: COCOON-2341.patch, COCOON-CaptchaReader-2341.patch, > COCOON-CaptchaReader-sample-sitemap-2341.patch > > > Classes from sun.* should not be used as specified in: > http://www.oracle.com/technetwork/java/faq-sun-packages-142232.html > ImageIO is available since java 1.4. I have tested it using java 1.4 version > and it works. This change has already be implemented in cocoon 2.2.1 version > as in: https://issues.apache.org/jira/browse/COCOON-2327 > I have a patch which is pretty much the same as the one in COCOON-2327 only > differences are that import of SystemUtils is removed and It is not using > generics to keep compatibility with java 1.4. > Additionally this change allows cocoon-core 2.1.13-dev to compile in java 1.7 -- This message was sent by Atlassian JIRA (v6.1.5#6160)