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