I think using java 5.0 at this point is perfectly acceptable.

On 3-Jun-08, at 2:42 AM, Emmanuel Venisse wrote:

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


Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------




Reply via email to