Alex Panchenko
Alex Panchenko
Currently IntelliJ IDEA highlights blocking calls as a warning - as `AbstractBlockingStub` is annotated with `@CheckReturnValue`. I think as a separate feature, such an annotation can be also adde via...
Currently junit4 has api scope, so it will be visible outside And then projects using junit 5 will see 2 `@Test` annotations, which can cause problems - #970 After this...
There are errors logged in case of DEADLINE_EXCEEDED which I would like to avoid. ``` 2025-01-13 11:46:01.942 ERROR [grpc-timer-0] SerializingExecutor Exception while executing runnable io.grpc.servlet.ServletServerStream$Sink$$Lambda$2200/0x0000000801a1cab0@3580f36e java.lang.IllegalStateException: Calling [asyncComplete()] is not...