You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Valeriy Molyakov (JIRA)" <de...@myfaces.apache.org> on 2008/05/27 10:21:55 UTC

[jira] Created: (MYFACES-1876) 1.1.6-SNAPSHOT version is not JDK 1.4 compatible

1.1.6-SNAPSHOT version is not JDK 1.4 compatible
------------------------------------------------

                 Key: MYFACES-1876
                 URL: https://issues.apache.org/jira/browse/MYFACES-1876
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions:  1.1.6-SNAPSHOT
         Environment: JBoss Portal 2.6.2 and Java 1.4.2
MyFaces 1.1.6-SNAPSHOT + facelets
            Reporter: Valeriy Molyakov
            Priority: Critical


The latest snapshot use Java 1.5 API  Integer.valueOf(int)
E.g. HtmlDataTable.java 

    public Object saveState(FacesContext facesContext)
    {
        Object[] values = new Object[29];
        values[0] = super.saveState(facesContext);
        values[1] = _bgcolor;
        values[2] = Integer.valueOf(_border);


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.