Ecwid / consul-api

Java client for Consul HTTP API
Apache License 2.0
416 stars 177 forks source link

OperationException does not propagate statusCode/statusMessage to exception message #65

Closed ahawtho closed 8 years ago

ahawtho commented 8 years ago

It would help troubleshooting if OperationException passed information to the super class constructor taking a 'message'. Otherwise, if there is an exception, we don't get any context about the failure in logs, etc..

pjvds commented 7 years ago

Is there any reason this fix is not released yet?

vgv commented 7 years ago

@pjvds I've released the new version 1.2.0 today

pjvds commented 7 years ago

Awesome @vgv, is there any easy way to add nightly or continuous builds? We could extend the travis setup. What are your thoughts?