> Please review the application of the `@Serial` annotation
> ([JDK-8202385](https://bugs.openjdk.org/browse/JDK-8202385)) to types in the
> java.scripting module to enable stricter compile-time checking of
> serialization-related declarations.
>
> The patch is trivial, only one class needs to
On Wed, 1 Oct 2025 22:31:42 GMT, Sergey Bylokhov wrote:
> Please review the application of the `@Serial` annotation
> ([JDK-8202385](https://bugs.openjdk.org/browse/JDK-8202385)) to types in the
> java.scripting module to enable stricter compile-time checking of
> serialization-related declara
Please review the application of the `@Serial` annotation
([JDK-8202385](https://bugs.openjdk.org/browse/JDK-8202385)) to types in the
java.scripting module to enable stricter compile-time checking of
serialization-related declarations.
The patch is trivial, only one class needs to be updated.