Anton

Results 4 issues of Anton

About task (0.2-SNAPSHOT) works fine on Linux, but fails on Win7 x64. Build script has all necessary permissions to write into build folder. ``` java.lang.AssertionError: Failed to delete [C:\Program Files...

It would be great to be able to temporarily disable the rule rather then deleting it completely.

TryIt should follow selected request body schema when User selects an option using oneOf dropdown. ## Context Allow user to actually interact with multiple schemas and use it with TryIt....

enhancement

## Expected Behavior Request to temporal service is retried according to RpcRetryOptions ## Actual Behavior https://github.com/temporalio/sdk-java/blob/2b05f073e4b45a79cb447fdeae6ef8f704ee1423/temporal-serviceclient/src/main/java/io/temporal/internal/retryer/GrpcRetryer.java#L60 If serviceCapabilities.get() fails (not initialized yet + network issue or whatever) actual request under...