Re: RFR: 8355022: Implement JEP 506: Scoped Values [v3]

2025-05-08 Thread Alan Bateman
On Thu, 8 May 2025 17:18:12 GMT, Andrew Haley wrote: >> @theRealAph Can you include the update to javax/security/auth/Subject.java >> as part of this? > >> @theRealAph Can you include the update to javax/security/auth/Subject.java >> as part of this? > > Fixed now. @theRealAph One other test

Re: RFR: 8355022: Implement JEP 506: Scoped Values [v3]

2025-05-08 Thread Andrew Haley
On Wed, 30 Apr 2025 12:48:08 GMT, Alan Bateman wrote: > @theRealAph Can you include the update to javax/security/auth/Subject.java as > part of this? Fixed now. - PR Comment: https://git.openjdk.org/jdk/pull/24923#issuecomment-2863756144

Re: RFR: 8355022: Implement JEP 506: Scoped Values [v3]

2025-05-02 Thread Alan Bateman
On Fri, 2 May 2025 12:03:35 GMT, ExE Boss wrote: >> Andrew Haley has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Since when? > > src/java.base/share/classes/java/lang/ScopedValue.java line 1: > >> 1: /* > > It occurred to me that `Scop

Re: RFR: 8355022: Implement JEP 506: Scoped Values [v3]

2025-05-02 Thread ExE Boss
On Tue, 29 Apr 2025 07:54:23 GMT, Andrew Haley wrote: >> Propose to finalize scoped values. >> The only functional change is that the orElse() method no longer accepts a >> null argument. > > Andrew Haley has updated the pull request incrementally with one additional > commit since the last rev

Re: RFR: 8355022: Implement JEP 506: Scoped Values [v3]

2025-04-30 Thread Alan Bateman
On Tue, 29 Apr 2025 07:54:23 GMT, Andrew Haley wrote: >> Propose to finalize scoped values. >> The only functional change is that the orElse() method no longer accepts a >> null argument. > > Andrew Haley has updated the pull request incrementally with one additional > commit since the last rev

Re: RFR: 8355022: Implement JEP 506: Scoped Values [v3]

2025-04-29 Thread Alan Bateman
On Tue, 29 Apr 2025 07:54:23 GMT, Andrew Haley wrote: >> Propose to finalize scoped values. >> The only functional change is that the orElse() method no longer accepts a >> null argument. > > Andrew Haley has updated the pull request incrementally with one additional > commit since the last rev

Re: RFR: 8355022: Implement JEP 506: Scoped Values [v3]

2025-04-29 Thread Alan Bateman
On Tue, 29 Apr 2025 07:54:23 GMT, Andrew Haley wrote: >> Propose to finalize scoped values. >> The only functional change is that the orElse() method no longer accepts a >> null argument. > > Andrew Haley has updated the pull request incrementally with one additional > commit since the last rev

Re: RFR: 8355022: Implement JEP 506: Scoped Values [v3]

2025-04-29 Thread Andrew Haley
> Propose to finalize scoped values. > The only functional change is that the orElse() method no longer accepts a > null argument. Andrew Haley has updated the pull request incrementally with one additional commit since the last revision: Since when? - Changes: - all: https://