Re: RFR: 8297515: serialVersionUID fields are not annotated with @Serial

2022-11-28 Thread Lance Andersen
On Thu, 24 Nov 2022 08:19:17 GMT, Per Minborg wrote: > This PR proposes adding `@Serial` annotations to certain fields participating > in serialisation. Marked as reviewed by lancea (Reviewer). - PR: https://git.openjdk.org/jdk/pull/11347

Re: RFR: 8297515: serialVersionUID fields are not annotated with @Serial

2022-11-28 Thread Roger Riggs
On Thu, 24 Nov 2022 08:19:17 GMT, Per Minborg wrote: > This PR proposes adding `@Serial` annotations to certain fields participating > in serialisation. LGTM - Marked as reviewed by rriggs (Reviewer). PR: https://git.openjdk.org/jdk/pull/11347

RFR: 8297515: serialVersionUID fields are not annotated with @Serial

2022-11-24 Thread Per Minborg
This PR proposes adding `@Serial` annotations to certain fields participating in serialisation. - Commit messages: - Annotate serailzation fields with @Serial Changes: https://git.openjdk.org/jdk/pull/11347/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11347&range=00 Is