Would you consider reopening #16? That's the one asking for jdk1.4 exception tracing capabilities. As I've commented on that bug report, all that's required is to add this method to ApplicationRuntimeException:

 public Throwable getCause() {
   return getRootCause();
 }

This will make it work correctly in 1.4 without creating a dependency on 1.4, so you stone-age dwellers can still use 1.2 or whatever.

Thanks,
Luke

Howard Lewis Ship wrote:

I tihnk we're very close to Release Candidate 1:

http://issues.apache.org/jira/browse/HIVEMIND-44
http://issues.apache.org/jira/browse/HIVEMIND-34

And the fact that HiveDoc is coming out as SDL (I need to add a bug for that).

There are a few other issues, but most of them are requests for new
functionality, not bugs.  I may find time for:

http://issues.apache.org/jira/browse/HIVEMIND-37

Since its a patch with tests and everything ready to go!





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to