Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1792

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.5
    • wicket
    • None

    Description

      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

      Attachments

        Activity

          People

            jcompagner Johan Compagner
            pete Peter Ertl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: