<div dir="ltr">Am I reading this correctly?<div><br></div><div>Does this mean Scoped Values will be fully available (not hidden behind the preview flag) in Java 25 ?</div><div><br></div><div><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, Apr 14, 2025 at 9:43 PM Mark Reinhold <<a href="mailto:mark.reinhold@oracle.com">mark.reinhold@oracle.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><a href="https://openjdk.org/jeps/506" rel="noreferrer" target="_blank">https://openjdk.org/jeps/506</a><br>
<br>
  Summary: Introduce scoped values, which enable a method to share<br>
  immutable data both with its callees within a thread, and with child<br>
  threads.  Scoped values are easier to reason about than thread-local<br>
  variables.  They also have lower space and time costs, especially when<br>
  used together with virtual threads (JEP 444) and structured concurrency<br>
  (JEP 505).<br>
<br>
- Mark</blockquote></div>