Issue Details (XML | Word | Printable)

Key: SHALE-327
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Gary VanMatre
Reporter: Mike Meessen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Shale

Eliminate runtime dependency to JRE 1.5

Created: 08/Nov/06 09:22 AM   Updated: 23/Jan/07 04:40 PM
Component/s: Clay
Affects Version/s: 1.0.4-SNAPSHOT
Fix Version/s: 1.0.4


 Description  « Hide
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.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order