Thomas Hardy

Results 6 comments of Thomas Hardy

In this change, users are prevented from registering signals/updates/queries with reserved names from the *handler*. Users can still `defineQuery`, `defineSignal`, `defineUpdate` that have reserved names. The reason for this is...

this is blocked on https://github.com/temporalio/sdk-typescript/pull/1640 so we can handle the same prefix cases for updates as well

skipping the test in time-skipping environments, needs https://github.com/temporalio/sdk-java/pull/2441 which I suppose hasn't been released yet (or is not used in the Python SDK yet)

Yeah, good questions, I could've clarified this earlier. 1. > Will the ENV variable values override the options of the different profile, even though the profile is not the configured...

> @THardy98 can you also verify that TLS is automatically enabled for Springboot as well? Added a couple tests