RFR: 8356844: Missing @Serial annotation for sun.print.CustomOutputBin#serialVersionUID [v2]

Alexey Ivanov aivanov at openjdk.org
Mon May 19 17:27:53 UTC 2025


On Tue, 13 May 2025 20:35:36 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> The serialVersionUID field in sun.print.CustomOutputBin is missing the `@Serial` annotation. This is the only one missing usage of `@Serial` in the java.desktop module. The class was introduced in [JDK-8314070](https://bugs.openjdk.org/browse/JDK-8314070), after the `@Serial` annotation was applied to java.desktop in [JDK-8259522](https://bugs.openjdk.org/browse/JDK-8259522).
>
> Sergey Bylokhov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update src/java.desktop/share/classes/sun/print/CustomOutputBin.java
>   
>   Co-authored-by: Alexey Ivanov <alexey.ivanov at oracle.com>

Marked as reviewed by aivanov (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/25202#pullrequestreview-2851537515


More information about the client-libs-dev mailing list