Jon Peterson
Jon Peterson
I got really stuck on this as well and was about to switch to grpc-java, but then saw how `TransmitStatusRuntimeExceptionInterceptor` implemented a custom `ServerCall`. I'm going to post my solution...
I ran into this same issue. As a workaround for this: ``` public class CustomRESTClient extends RESTClient { private static class HttpDeleteWithEntity extends HttpEntityEnclosingRequestBase { public final static String METHOD_NAME...
To further narrow this down, I just noticed the above behavior is only happening in `ospackage` blocks, not in `buildRpm` blocks.
Did some poking around and found that what is needed is creating and appending the IDEA's DiffHyperlink in there somewhere.