temporalio / sdk-java

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

Do runtime check to ensure update validator has the same parameter signature as update it validates #2317

Closed Quinn-With-Two-Ns closed 1 week ago

Quinn-With-Two-Ns commented 2 weeks ago

Is your feature request related to a problem? Please describe. We need to make sure at runtime the parameter portion of the signature of the validator matches the parameter portion of the signature of the update method it is validating.

Additional context https://github.com/temporalio/sdk-python/issues/689