-
Notifications
You must be signed in to change notification settings - Fork 23
What's new in 0.6
Attila Szegedi edited this page May 23, 2013
·
2 revisions
- Changed the way how handling of restricted classes works; it is now routed through a zero-privileges delegate.
- Removed last traces of dependency on
java.beans
package. - Fixed a bug in matching
null
values for overloaded method signatures. - Fixed a bug where variable arity constructors couldn't be invoked as variable arity.
- Dynalink now depends on the ASM library as it has to generate code for its zero-privilege delegate at run time.