Discussion:
Notice of java jre changes
(too old to reply)
Loial
2013-10-18 11:00:28 UTC
Permalink
When Oracle update java JRE do they give advance notice of the changes?

Often our applications will not work with latest Java JRE update...can we know in advance what the changes are?
Lew
2013-10-18 21:32:42 UTC
Permalink
Post by Loial
When Oracle update java JRE do they give advance notice of the changes?
Often our applications will not work with latest Java JRE update...can we know in advance what the changes are?
For minor changes, you get no notice, usually, except deep in the bug reports.

For major changes, e.g., from Java 4 to 5, or 6 to 7, or 7 to 8, you get years of advance notice.

For minor changes, the update does not break your code.

For major changes, you have no excuse not to be prepared. Also, since the obsolete Java 5, major changes have been backward-compatible and should not have broken your code.

So I do not believe that it was the Java updates that caused your applications to "not work".
--
Lew
Roedy Green
2013-10-21 05:28:46 UTC
Permalink
Post by Loial
When Oracle update java JRE do they give advance notice of the changes?
Often our applications will not work with latest Java JRE update...can we know in advance what the changes are?
Not that I know of. I check to see if they have changed each day
using Vercheck. see http://mindprod.com/jgloss/utilities.html

You can configure them not to autoupdate. Then you can try them out
in a test machine first.
--
Roedy Green Canadian Mind Products http://mindprod.com
Unlike many machines, computers require no water once they are
manufactured.
Real
2013-10-22 02:49:30 UTC
Permalink
Post by Loial
When Oracle update java JRE do they give advance notice of the changes?
One source of information is https://blogs.oracle.com/java-platform-group/

Right now, the security handling for the Java plugin is really a mess.

Recently each new release introduces new security popups and to get rid of
them you need to alter your codebase or packaging. If your are in corporate
environment, it's really bad.

Loading...