License standardized on LGPL. See LICENSE.TXT for more information
Event Callbacks
Event handlers are now wrapped in an InvocationProxy. The COM/JNI event
code knows only about InvocationProxies and calls the appropriate methods
on the Invocation proxy to get needed Variant instances and to forward
events to the Java layer.
Variants
Automatic conversion between Windows Time and Java Date is now supported
SafeArray
Multi-dimensional (greater than 2) support
Tracked Changes
Bugs
1335897
SafeArray() called toString() on objects when debug was turned on