You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2008/08/19 14:41:44 UTC

[jira] Created: (WICKET-1792) wicket-1.3.x uses class from java 1.5, therefore doesn't compile on java 1.4 as it should

wicket-1.3.x uses class from java 1.5, therefore doesn't compile on java 1.4 as it should
-----------------------------------------------------------------------------------------

                 Key: WICKET-1792
                 URL: https://issues.apache.org/jira/browse/WICKET-1792
             Project: Wicket
          Issue Type: Bug
          Components: wicket
            Reporter: Peter Ertl


current wicket 1.3.x does not compile with jdk 1.4

class 

  org.apache.wicket.util.crypt.KeyInSessionSunJceCryptFactory 

uses the class 

  java.util.UUID

which exist @since 1.5

this should be fixed as wicket-1.3 requires a minimum jdk of 1.4

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


[jira] Resolved: (WICKET-1792) wicket-1.3.x uses class from java 1.5, therefore doesn't compile on java 1.4 as it should

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

Igor Vaynberg resolved WICKET-1792.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.5
         Assignee: Johan Compagner

thanks for fixing johan :)

> wicket-1.3.x uses class from java 1.5, therefore doesn't compile on java 1.4 as it should
> -----------------------------------------------------------------------------------------
>
>                 Key: WICKET-1792
>                 URL: https://issues.apache.org/jira/browse/WICKET-1792
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Peter Ertl
>            Assignee: Johan Compagner
>             Fix For: 1.3.5
>
>
> current wicket 1.3.x does not compile with jdk 1.4
> class 
>   org.apache.wicket.util.crypt.KeyInSessionSunJceCryptFactory 
> uses the class 
>   java.util.UUID
> which exist @since 1.5
> this should be fixed as wicket-1.3 requires a minimum jdk of 1.4

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


[jira] Closed: (WICKET-1792) wicket-1.3.x uses class from java 1.5, therefore doesn't compile on java 1.4 as it should

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

Peter Ertl closed WICKET-1792.
------------------------------


> wicket-1.3.x uses class from java 1.5, therefore doesn't compile on java 1.4 as it should
> -----------------------------------------------------------------------------------------
>
>                 Key: WICKET-1792
>                 URL: https://issues.apache.org/jira/browse/WICKET-1792
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Peter Ertl
>            Assignee: Johan Compagner
>             Fix For: 1.3.5
>
>
> current wicket 1.3.x does not compile with jdk 1.4
> class 
>   org.apache.wicket.util.crypt.KeyInSessionSunJceCryptFactory 
> uses the class 
>   java.util.UUID
> which exist @since 1.5
> this should be fixed as wicket-1.3 requires a minimum jdk of 1.4

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