Skip to content
Attila Szegedi edited this page May 23, 2013 · 2 revisions

Changes in 0.6 compared to 0.5

Minor new features

  • Changed the way how handling of restricted classes works; it is now routed through a zero-privileges delegate.

Improvements and fixes

  • 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.

Backwards incompatible changes

  • Dynalink now depends on the ASM library as it has to generate code for its zero-privilege delegate at run time.