Changelog

The version update history of KavaRef is recorded here.

Pay Attention

We will only maintain the latest API version. If you are using an outdated API version, you voluntarily renounce any possibility of maintenance.

1.0.3 | 2026.05.28  latest

kavaref-core

  • Unified the member accessibility handling of MethodResolver, FieldResolver, and ConstructorResolver
  • Optimized annotation handling in MemberProcessor and improved condition mismatch messages
  • Fixed an issue where failed string type resolution in optional mode could incorrectly match Any

kavaref-extension

  • Adjusted the behavior of makeAccessible(), which now returns Boolean to indicate whether succeeded, and supports using trySetAccessible() to set accessibility
  • Optimized the constructor cache logic of createInstance() and added constructor accessibility checks

Historical Versions

kavaref-core

1.0.2 | 2025.09.23  stale

  • Remove the org.slf4j:slf4j-simple dependency to fix conflict issues in SpringBoot projects
  • Remove the deprecated T.resolve() method to avoid its scope contamination. If you still haven't migrated, please follow the documentation instructions to migrate to T.asResolver()

1.0.1 | 2025.07.06  stale

  • T.resolve() has been deprecated because it has namespace pollution problems. It is now recommended to migrate to T.asResolver()
  • Removed the residual block method in KavaRef. If this method is used, you can manually implement it with apply

1.0.0 | 2025.06.25  stale

  • The first version is submitted to Maven

kavaref-extension

1.0.2 | 2025.12.13  stale

  • Added TypeRef feature, which can be used to preserve generic information at runtime

1.0.1 | 2025.07.06  stale

  • Fixed an issue where the return type of loadOrNull is Class<*>? instead of Class<Any>? in VariousClass

1.0.0 | 2025.06.25  stale

  • The first version is submitted to Maven