Description
With a minor tweak we can get all stack traces to include the exact version numbers of each jar thats on the stack trace.
see https://issues.apache.org/bugzilla/show_bug.cgi?id=45721
mostly its about using the log4j version with this patch and then updating the logging properties file to
log4j.throwableRenderer=org.apache.log4j.EnhancedThrowableRenderer
or the XML to this...
<throwableRenderer class="org.apache.log4j.EnhancedThrowableRenderer"/>