v1.1.0
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.