Re: Java version 1.5

From: Paul van Rossem (paul_at_timeware.nl)
Date: 02/20/05


Date: Sun, 20 Feb 2005 18:46:16 +0100

On 20-02-2005 16:38, yaboaz@gmail.com wrote:
> Are there any special problems in Java 1.5 ?
>
> I'm working for a small startup company and we would like to upgrade
> from java 1.4.2 to java 1.5 . However, we are afraid of the
> consequences (if there are any).
>
> So,
> Are there any problematic bugs?
> Is the version stable?
> Should there be a problem to migrate to 1.5 ?
> Other issues maybe?
>
> Thanks.
>
I migrated several programs (of some hundred classes) from 1.4 to 1.5.
Only got initially some warnings about unchecked generic types (which
can be switched off if you don't have the immediate time to upgrade),
but found no problems whatsoever.
Paul.