temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
199 stars 134 forks source link

Fix caching in LazyUpdateHandleImpl #2098

Closed Quinn-With-Two-Ns closed 3 weeks ago

Quinn-With-Two-Ns commented 3 weeks ago

Fix caching in LazyUpdateHandleImpl. setFromWaitCompleted was not being used.

Note: Very likely I will refactor all these handlers as part of https://github.com/temporalio/sdk-java/issues/2094