You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "James Carman (Created) (JIRA)" <ji...@apache.org> on 2011/11/25 18:05:40 UTC

[jira] [Created] (WICKET-4265) Thread Test Uses Sun Proprietary API

Thread Test Uses Sun Proprietary API
------------------------------------

                 Key: WICKET-4265
                 URL: https://issues.apache.org/jira/browse/WICKET-4265
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.5.3
         Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
Maven home: /usr/local/programs/current/maven
Java version: 1.7.0_01, vendor: Oracle Corporation
Java home: /usr/local/programs/jdk1.7.0_01/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.35.14-103.fc14.x86_64", arch: "amd64", family: "unix"

            Reporter: James Carman


The ResourceTestPage class uses classes from com.sun.* packages to do image I/O.  You should use the ImageIO class instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4265) Thread Test Uses Sun Proprietary API

Posted by "Martin Grigorov (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-4265.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0
                   1.5.4
         Assignee: Martin Grigorov

Thanks!
                
> Thread Test Uses Sun Proprietary API
> ------------------------------------
>
>                 Key: WICKET-4265
>                 URL: https://issues.apache.org/jira/browse/WICKET-4265
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5.3
>         Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
> Maven home: /usr/local/programs/current/maven
> Java version: 1.7.0_01, vendor: Oracle Corporation
> Java home: /usr/local/programs/jdk1.7.0_01/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "2.6.35.14-103.fc14.x86_64", arch: "amd64", family: "unix"
>            Reporter: James Carman
>            Assignee: Martin Grigorov
>             Fix For: 1.5.4, 6.0.0
>
>         Attachments: WICKET-4265.patch
>
>
> The ResourceTestPage class uses classes from com.sun.* packages to do image I/O.  This breaks the build for me using Oracle's JDK7 on linux (see environment).  You should use the ImageIO class instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4265) Thread Test Uses Sun Proprietary API

Posted by "James Carman (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Carman updated WICKET-4265:
---------------------------------

    Description: The ResourceTestPage class uses classes from com.sun.* packages to do image I/O.  This breaks the build for me using Oracle's JDK7 on linux (see environment).  You should use the ImageIO class instead.  (was: The ResourceTestPage class uses classes from com.sun.* packages to do image I/O.  You should use the ImageIO class instead.)
    
> Thread Test Uses Sun Proprietary API
> ------------------------------------
>
>                 Key: WICKET-4265
>                 URL: https://issues.apache.org/jira/browse/WICKET-4265
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5.3
>         Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
> Maven home: /usr/local/programs/current/maven
> Java version: 1.7.0_01, vendor: Oracle Corporation
> Java home: /usr/local/programs/jdk1.7.0_01/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "2.6.35.14-103.fc14.x86_64", arch: "amd64", family: "unix"
>            Reporter: James Carman
>         Attachments: WICKET-4265.patch
>
>
> The ResourceTestPage class uses classes from com.sun.* packages to do image I/O.  This breaks the build for me using Oracle's JDK7 on linux (see environment).  You should use the ImageIO class instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4265) Thread Test Uses Sun Proprietary API

Posted by "James Carman (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Carman updated WICKET-4265:
---------------------------------

    Attachment: WICKET-4265.patch

A patch which fixes the issue.
                
> Thread Test Uses Sun Proprietary API
> ------------------------------------
>
>                 Key: WICKET-4265
>                 URL: https://issues.apache.org/jira/browse/WICKET-4265
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5.3
>         Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
> Maven home: /usr/local/programs/current/maven
> Java version: 1.7.0_01, vendor: Oracle Corporation
> Java home: /usr/local/programs/jdk1.7.0_01/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "2.6.35.14-103.fc14.x86_64", arch: "amd64", family: "unix"
>            Reporter: James Carman
>         Attachments: WICKET-4265.patch
>
>
> The ResourceTestPage class uses classes from com.sun.* packages to do image I/O.  You should use the ImageIO class instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira