From tabata.daishi at fujitsu.com Fri Aug 22 07:59:21 2025 From: tabata.daishi at fujitsu.com (Daishi Tabata (Fujitsu)) Date: Fri, 22 Aug 2025 07:59:21 +0000 Subject: Feedback on two errors in JSR 400 Message-ID: Hello experts, I apologize for commenting after the public review has finished. I found two errors in JSR 400, so I am providing feedback. * A9 Java Remote Method Invocation (RMI) Specification 10.2.1 https://cr.openjdk.org/~iris/se/25/spec/latest/specs/rmi/protocol.html#rmi-transport-protocol Current: Note: The obsolete ProtocolMultiplexProtocol (0x4d) has been removed as of Java SE 9. Correction: Note: The obsolete MultiplexProtocol (0x4d) has been removed as of Java SE 9. * A1 Complete API Specification https://cr.openjdk.org/~iris/se/25/spec/latest/api/java.base/java/security/spec/EncodedKeySpec.html#%3Cinit%3E(byte[],java.lang.String) https://cr.openjdk.org/~iris/se/25/spec/latest/api/java.base/java/security/spec/PKCS8EncodedKeySpec.html#%3Cinit%3E(byte[],java.lang.String) https://cr.openjdk.org/~iris/se/25/spec/latest/api/java.base/java/security/spec/X509EncodedKeySpec.html#%3Cinit%3E(byte%5B%5D,java.lang.String) Current: External Specifications Java Security Standard Algorithm Names, Java Security Standard Algorithm Names Correction: External Specifications Java Security Standard Algorithm Names If it is necessary to modify the OpenJDK source to fix the second error, I can provide a patch. Please let me know if there is anything else I can help with. Best regards, Daishi -------------- next part -------------- An HTML attachment was scrubbed... URL: From iris.clark at oracle.com Tue Aug 26 17:20:08 2025 From: iris.clark at oracle.com (Iris Clark) Date: Tue, 26 Aug 2025 17:20:08 +0000 Subject: Feedback on two errors in JSR 400 In-Reply-To: References: Message-ID: Hi, Daishi. Thank you so much for taking the time to provide feedback. The issues you've discovered in the RMI Spec and security JavaDoc API have both been addressed in this bug and associated PR: https://bugs.openjdk.org/browse/JDK-8366126 https://github.com/openjdk/jdk/pull/26945 These changes will appear in the next promotion of JDK 26 (build 13). The Early Access build containing these changes will be available at https://jdk.java.net/26/ . Unfortunately, it's too late to backport to JDK 25. Best, Iris ________________________________ From: java-se-spec-comments on behalf of Daishi Tabata (Fujitsu) Sent: Friday, August 22, 2025 12:59 AM To: 'java-se-spec-comments at openjdk.org' Subject: Feedback on two errors in JSR 400 Hello experts, I apologize for commenting after the public review has finished. I found two errors in JSR 400, so I am providing feedback. * A9 Java Remote Method Invocation (RMI) Specification 10.2.1 https://cr.openjdk.org/~iris/se/25/spec/latest/specs/rmi/protocol.html#rmi-transport-protocol Current: Note: The obsolete ProtocolMultiplexProtocol (0x4d) has been removed as of Java SE 9. Correction: Note: The obsolete MultiplexProtocol (0x4d) has been removed as of Java SE 9. * A1 Complete API Specification https://cr.openjdk.org/~iris/se/25/spec/latest/api/java.base/java/security/spec/EncodedKeySpec.html#%3Cinit%3E(byte[],java.lang.String) https://cr.openjdk.org/~iris/se/25/spec/latest/api/java.base/java/security/spec/PKCS8EncodedKeySpec.html#%3Cinit%3E(byte[],java.lang.String) https://cr.openjdk.org/~iris/se/25/spec/latest/api/java.base/java/security/spec/X509EncodedKeySpec.html#%3Cinit%3E(byte%5B%5D,java.lang.String) Current: External Specifications Java Security Standard Algorithm Names, Java Security Standard Algorithm Names Correction: External Specifications Java Security Standard Algorithm Names If it is necessary to modify the OpenJDK source to fix the second error, I can provide a patch. Please let me know if there is anything else I can help with. Best regards, Daishi -------------- next part -------------- An HTML attachment was scrubbed... URL: