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/31 09:53:44 UTC

[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

     [ 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.