Skip to content

v1.1.0

Compare
Choose a tag to compare
@derklaro derklaro released this 30 Mar 19:46
· 109 commits to master since this release
0c053f1

Changes

  • Most of the native reflection code was removed (by @0utplay ) and replaced by just accessing the jvm-internal IMPL_LOOKUP field and then using trusted MethodHandles.

Dependency Updates

Dependency:

Maven:

<dependency>
  <groupId>dev.derklaro.reflexion</groupId>
  <artifactId>reflexion</artifactId>
  <version>1.1.0</version>
</dependency>

Gradle:

  implementation("dev.derklaro.reflexion", "reflexion", "1.1.0")

Releases can take up to 20 minutes to show up in Maven-Central.

Full changelog

v1.0.0...v1.1.0