You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Michael Bouschen (JIRA)" <ji...@apache.org> on 2006/03/17 18:35:59 UTC

[jira] Created: (JDO-342) Compiling SignatureVerifier with JDK1.4 fails

Compiling SignatureVerifier with JDK1.4 fails
---------------------------------------------

         Key: JDO-342
         URL: http://issues.apache.org/jira/browse/JDO-342
     Project: JDO
        Type: Bug
  Components: tck20  
    Reporter: Michael Bouschen
 Assigned to: Martin Zaun 
     Fix For: JDO 2 final


The tck20 class org.apache.jdo.tck.util.signature.SignatureVerifier uses method java.lang.Character.valueOf(char c) which has been added with JDK 1.5. So the class fails to compile using JDK1.4.


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


[jira] Assigned: (JDO-342) Compiling SignatureVerifier with JDK1.4 fails

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-342?page=all ]

Craig Russell reassigned JDO-342:
---------------------------------

    Assign To: Craig Russell  (was: Martin Zaun)

> Compiling SignatureVerifier with JDK1.4 fails
> ---------------------------------------------
>
>          Key: JDO-342
>          URL: http://issues.apache.org/jira/browse/JDO-342
>      Project: JDO
>         Type: Bug
>   Components: tck20
>     Reporter: Michael Bouschen
>     Assignee: Craig Russell
>      Fix For: JDO 2 final

>
> The tck20 class org.apache.jdo.tck.util.signature.SignatureVerifier uses method java.lang.Character.valueOf(char c) which has been added with JDK 1.5. So the class fails to compile using JDK1.4.

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


[jira] Resolved: (JDO-342) Compiling SignatureVerifier with JDK1.4 fails

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-342?page=all ]
     
Craig Russell resolved JDO-342:
-------------------------------

    Resolution: Fixed

svn commit -m "JDO-342 Changed Character.valueOf to new Character to support JDK 1.4" src/java/org/apache/jdo/tck/util/signature/SignatureVerifier.java
Sending        src/java/org/apache/jdo/tck/util/signature/SignatureVerifier.java
Transmitting file data .
Committed revision 387343.


> Compiling SignatureVerifier with JDK1.4 fails
> ---------------------------------------------
>
>          Key: JDO-342
>          URL: http://issues.apache.org/jira/browse/JDO-342
>      Project: JDO
>         Type: Bug
>   Components: tck20
>     Reporter: Michael Bouschen
>     Assignee: Craig Russell
>      Fix For: JDO 2 final

>
> The tck20 class org.apache.jdo.tck.util.signature.SignatureVerifier uses method java.lang.Character.valueOf(char c) which has been added with JDK 1.5. So the class fails to compile using JDK1.4.

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