v1.2.0
Changes
- The native code based and method handle factories are now only marked as available if IMPL_LOOKUP was loaded successfully, else bare member access will be used instead.
Dependency Updates
Dependency:
Maven:
<dependency>
<groupId>dev.derklaro.reflexion</groupId>
<artifactId>reflexion</artifactId>
<version>1.2.0</version>
</dependency>
Gradle:
implementation("dev.derklaro.reflexion", "reflexion", "1.2.0")
Releases can take up to 20 minutes to show up in Maven-Central.