Re: RFR: 8369027: Apply java.io.Serial annotations in java.scripting [v2]

2025-10-03 Thread Sergey Bylokhov
> 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

Re: RFR: 8369027: Apply java.io.Serial annotations in java.scripting

2025-10-02 Thread Roger Riggs
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

RFR: 8369027: Apply java.io.Serial annotations in java.scripting

2025-10-01 Thread Sergey Bylokhov
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.