Wicket 1.3 will always run under Java 1.4. But I think requiring 1.5 will be a very good thing for next version because of generics. People who want to use the next version of Wicket under 1.4 can probably use retroweaver to create backwards-compatible bytecode directly. I've done this on a project and retroweaver seems to work pretty well all the way back to 1.2 VMs if you really want to go that far.
Bruno Borges wrote: > > I'm just wondering if isn't a good idea to have Wicket been supported > under > 1.4 until Sun drops it. :) > > -- > Bruno Borges > Summa Technologies Inc. > www.summa-tech.com > (48) 8404-1300 > (11) 3055-2060 > > On 5/23/07, Johan Compagner <[EMAIL PROTECTED]> wrote: >> >> really ? i thought sun wanted to have a cycle of 18 months for major >> updates? >> and 3/4 months for minor updates? >> >> johan >> >> >> On 5/23/07, Bruno Borges <[EMAIL PROTECTED]> wrote: >> > >> > Danny Coward said at JavaOne that Java 7 will not be release before >> 2009. >> > With that in mind, lets remember that Sun only support the last 3 >> versions >> > of the Java Platform. So, we probably are going to have Java >> 1.4available, >> > supported and maintained until 2009. Will Wicket keep supporting this >> > version? >> > >> > []'s >> > -- >> > Bruno Borges >> > Summa Technologies Inc. >> > www.summa-tech.com >> > (48) 8404-1300 >> > (11) 3055-2060 >> > >> > > -- View this message in context: http://www.nabble.com/Wicket-supporting-Java-1.4-until...---tf3805325.html#a10822286 Sent from the Wicket - Dev mailing list archive at Nabble.com.
