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.
Paul van Rossem - 20 Feb 2005 17:46 GMT
> Are there any special problems in Java 1.5 ?
>
[quoted text clipped - 9 lines]
>
> 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.