Reasons and advantages for upgrading to Java 6 for a non-technical decider (at the client)

后端 未结 11 1505
无人及你
无人及你 2020-12-16 09:10

I\'d like to upgrade from Java 5 to Java 6. We all know about the technical advantages and benefits, but:

I have the problem that a major client refuses to upgrade f

11条回答
  •  Happy的楠姐
    2020-12-16 10:08

    Java 5 is now well past its end-of-life date. Sun/Oracle will no longer issue public updates to it.

    Java SE 5.0 is in its Java Technology End of Life (EOL) transition period. The EOL transition period began April 8th, 2007 and will complete October 8th, 2009, when Java SE 5.0 will have reached its End of Service Life (EOSL).

    If you find a bug in Java5 now (e.g. a hotspot crash - they do happen), you're screwed. If you have a dedicated support contract with Sun/Oracle, which they do offer for those stuck on obsolete versions, then they can fix it for you.

    You could argue that the risk of staying on an unsupported platform is greater than the (more manageable) risk of migrating.

提交回复
热议问题