m-miyano
m-miyano
In this case, the `GRpcRuntimeExceptionWrapper` wraps `Exception`, not `StatusRuntimeException`. This is a debugging infomation for the following section: https://github.com/LogNet/grpc-spring-boot-starter/blob/b6f9a750bf9b7b97d0a79ff94f2783523ae3d0d1/grpc-spring-boot-starter/src/main/java/org/lognet/springboot/grpc/FailureHandlingSupport.java#L28-L29 ``` e = {GRpcRuntimeExceptionWrapper@12662} "org.lognet.springboot.grpc.recovery.GRpcRuntimeExceptionWrapper" hint = null backtrace = {Object[6]@12670}...
[Here](https://github.com/m-miyano/gsbs-issue373) is a minimal project that helps to reproduce the issue. I found that the interceptor works and the behavior changes when `org.springframework.boot:spring-boot-starter-validation` is added to the dependencies.
@jvmlet Thank you for your assistance. Unfortunately, the issue has not been resolved. In v5.0.0 ``` ERROR: Code: NOT_FOUND ``` In v5.1.4 ``` ERROR: Code: INTERNAL ``` In v5.1.5-SNAPSHOT ```...