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.