Skip to content

v6.0.14

@kares kares tagged this 26 Jan 12:30
The unwrapping at the Java level is for exceptions wrapped by Netty.

These exceptions as they are are rather useless (unless they're properly logged with a cause's printStackTrace), and since we're pretty much type-less Ruby on the layer above we should rather propagate the cause ...

Full exception details will be logged at debug level from the Java side - since we seem to prefer (manual) exception logging at the plugin level. We also make sure to log cause, if any, on the Ruby side which now catches all (expected) Java exceptions.
Assets 2
Loading