On Thu, 6 Aug 2026 22:44:13 GMT, Andy Goryachev <[email protected]> wrote:
>> - Added documentation for "resource" protocol. >> - "resource" protocol was added with JDK-8238755 to support GraalVM >> native-image. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > modules/javafx.media/src/main/java/javafx/scene/media/Media.java line 363: > >> 361: * for more information about URI formatting in general. >> 362: * JAR URL syntax is specified in <a >> href="https://docs.oracle.com/javase/8/docs/api/java/net/JarURLConnection.html">java.net.JarURLConnection</a>. >> 363: * RESOURCE URL syntax is specified in <a >> href="https://www.graalvm.org/latest/reference-manual/native-image/dynamic-features/URLProtocols/">URL >> Protocols in Native Image</a>. > > similar question: why refer to graalvm.org? > shouldn't we point to some authoritative document instead? I found this one `https://docs.oracle.com/en/graalvm/jdk/25/docs/reference-manual/native-image/dynamic-features/URLProtocols/`, but it does not point to latest as graalvm.org. I do not see any problems with pointing to graalvm.org. Is there any concerns? ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2251#discussion_r3732772557
