Integrated: 8356844: Missing @Serial annotation for sun.print.CustomOutputBin#serialVersionUID

Sergey Bylokhov serb at openjdk.org
Mon May 19 21:35:56 UTC 2025


On Tue, 13 May 2025 08:19: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).

This pull request has now been integrated.

Changeset: fbeea1da
Author:    Sergey Bylokhov <serb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fbeea1daef6a65875d713395c489483762d804fe
Stats:     4 lines in 1 file changed: 1 ins; 2 del; 1 mod

8356844: Missing @Serial annotation for sun.print.CustomOutputBin#serialVersionUID

Reviewed-by: aivanov, prr

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

PR: https://git.openjdk.org/jdk/pull/25202


More information about the client-libs-dev mailing list