vert-x3 / vertx-service-proxy

EventBus Proxy generation
Apache License 2.0
66 stars 58 forks source link

HelperUtils loses the stacktrace of real exception #103

Closed D-D-H closed 4 years ago

D-D-H commented 5 years ago

I found same problem at https://github.com/vert-x3/vertx-service-proxy/issues/88, and this problem should be resolved in 3.7.1, but I still encounter this problem in 3.7.1, can you help me?

gaol commented 5 years ago

Looks there is a includeDebugInfo introduced in ServiceBinder, have you tried to use setIncludeDebugInfo(true) ?

D-D-H commented 4 years ago

includeDebugInfo

there is no method named setIncludeDebugInfo in io.vertx.serviceproxy.ServiceBinder

gaol commented 4 years ago

Ah, I see. The fix https://github.com/vert-x3/vertx-service-proxy/commit/1ec01694a82c41d15306fde956a0359337a32b06 went into master(4.0.0-SNAPSHOT) branch only. Are you feasible to switch to latest 4.0.0-milestone3 ? :)

D-D-H commented 4 years ago

Ok, I will try 4.0.0, thanks.