I don't know that there is any actual problem with any of the new URLs here
but I don't have much information about what is and is not supposed to work.
In particular
1) Is the java.sun.com -> oracle.com redirect considered to be something
we can rely on for ever ? Given the number of references to the former
it may need to be.
2) But on the other hand, is there a policy of updating the links as
time permits ?
3) I don't know how permanent names like "persistence4-140124.html" are
considered to be ? I would guess this is a generated name and perhaps next
time the web page "tree" is re-generated it'll be a different name ?
4) Although I only see it in a comment, it is odd in JDK 9 docs to
reference JDK 8:-
+// <https://docs.oracle.com/javase/8/docs/technotes/guides/access/index.html>
But I don't think we can do anything about that.
5) || src/demo/share/jvmti/index.html is presumably owned by someone else ..
but I don't suppose they will mind you fixing it.
For 1 -> 3 can we ask the docs team ?
-phil.
On 04/14/2016 08:13 AM, Sergey Bylokhov wrote:
Hello,
Please review the fix for jdk9.
The bunch of links in client code were updated to point to the new
location on oracle.com site.
During the fix I realized that not all of data stored on java.sun.com
were moved to the oracle.com. For example:
The article "Using Timers in Swing Applications"
http://java.sun.com/products/jfc/tsc/articles/timer/
I leave such links for now, and will try to find someone who can
probably restore them on oracle.com.
Another problem I found is that some of the articles have a broken
formatting (take a look to <java>,. etc):
http://www.oracle.com/technetwork/java/persistence3-139471.html
I'll try to find someone who will be able to fix it.
Bug: https://bugs.openjdk.java.net/browse/JDK-8143346
Webrev can be found at:
http://cr.openjdk.java.net/~serb/8143346/webrev.04