+1. -- Olivier
2008/6/3 Emmanuel Venisse <[EMAIL PROTECTED]>: > I'd like to migrate to java5 too but for the moment maven-scm is used by > maven plugins and java5 isn't a prerequisite for the moment in maven. > > What others think about this proposal? > > Emmanuel > > On Mon, Jun 2, 2008 at 4:24 PM, Sergey Zakusov <[EMAIL PROTECTED]> wrote: > >> Hello, >> >> What do you think about migration to java 5.0 - it will allow you to close >> many todos like >> >> // XXX List of what? >> private List files; >> >> The following code looks better :) >> >> private List<ScmFile> files; >> >> + we can use another form of for statement designed for iteration >> through Collections and arrays. >> + many other issues. >> >> PS: >> In actual fact, "J2SE 5.0 is in its Java Technology End of Life (EOL) >> transition period. The EOL transition period began April 8th, 2008 and will >> complete October 8th, 2009, when J2SE 5.0 will have reached its End of >> Service Life (EOSL)" (see >> http://java.sun.com/javase/downloads/index_jdk5.jsp), so it's time to >> migrate the project to java 6.0 ;) >> >> >> >> -- >> Best regards, >> Sergey Zakusov >> ------------------------------------------ >> Software Developer, EmDev, >> Saint-Petersburg, Remeslennaya 17-415, >> 197110, Russia >> >> Phone: +7 (812) 498-72-21 >> Mobile: +7 (921) 301-77-13 > > >