Integrated: 8331189: Implementation of Scoped Values (Third Preview)
Alan Bateman
alanb at openjdk.org
Thu May 30 15:45:13 UTC 2024
On Wed, 8 May 2024 09:40:38 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> JEP 481 proposes Scoped Values to continue to preview in JDK 23 with one change. The type of the operation parameter of the callWhere method is changed to a new functional interface to avoid having the API throw Exception. With that change, the getWhere (and the corresponding method on Carrier) are no longer needed. The functional interface is not proposed for j.u.function at this time.
This pull request has now been integrated.
Changeset: 70715423
Author: Alan Bateman <alanb at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/707154235b29bebc4c3fdb797e24acd8e9f6916a
Stats: 298 lines in 7 files changed: 31 ins; 203 del; 64 mod
8331189: Implementation of Scoped Values (Third Preview)
Reviewed-by: aph, jpai, mcimadamore
-------------
PR: https://git.openjdk.org/jdk/pull/19136
More information about the core-libs-dev
mailing list