Skip to content

v1.3.0

Latest

Choose a tag to compare

@Karlatemp Karlatemp released this 08 Jan 01:54
· 1 commit to main since this release
50af000

Changes:

  • Avoid early initialization failed. When the core part of unsafe accessor failed to initialize, exceptions are only thrown when the relevant functionality is actually executed, rather than causing class initialization to fail during initialization.
  • Added a new module unsafe-accessor-module-editor for helping calling Module#addOpens
  • Added a new module unsafe-accessor-definer for defining classes with any classloader (with null, the bootstrap classloader)
  • Some inexplicable Javadoc were added.

Full Changelog: v1.2.0...v1.3.0