You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Mike Meessen (JIRA)" <ji...@apache.org> on 2006/11/08 10:23:57 UTC

[jira] Created: (SHALE-327) Eliminate runtime dependency to JRE 1.5

Eliminate runtime dependency to JRE 1.5
---------------------------------------

                 Key: SHALE-327
                 URL: http://issues.apache.org/struts/browse/SHALE-327
             Project: Shale
          Issue Type: Bug
          Components: Clay
    Affects Versions: 1.0.4-SNAPSHOT
            Reporter: Mike Meessen
            Priority: Minor


The classes 

org.apache.shale.clay.convert.StringArrayConverter
org.apache.shale.clay.convert.StringArrayConverterTestCase

use the method: Character.valueOf(Char), which doesn't exist in JDK's prior to 1.5.

Since clay should be runnable on JDK 1.4 according to the project descriptions, this method shouldn't be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (SHALE-327) Eliminate runtime dependency to JRE 1.5

Posted by "Gary VanMatre (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/SHALE-327?page=all ]

Gary VanMatre resolved SHALE-327.
---------------------------------

    Fix Version/s: 1.0.4-SNAPSHOT
       Resolution: Fixed
         Assignee: Gary VanMatre

Good catch Mike.  Thanks for the help.

> Eliminate runtime dependency to JRE 1.5
> ---------------------------------------
>
>                 Key: SHALE-327
>                 URL: http://issues.apache.org/struts/browse/SHALE-327
>             Project: Shale
>          Issue Type: Bug
>          Components: Clay
>    Affects Versions: 1.0.4-SNAPSHOT
>            Reporter: Mike Meessen
>         Assigned To: Gary VanMatre
>            Priority: Minor
>             Fix For: 1.0.4-SNAPSHOT
>
>
> The classes 
> org.apache.shale.clay.convert.StringArrayConverter
> org.apache.shale.clay.convert.StringArrayConverterTestCase
> use the method: Character.valueOf(Char), which doesn't exist in JDK's prior to 1.5.
> Since clay should be runnable on JDK 1.4 according to the project descriptions, this method shouldn't be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira