Skip to content

v1.2.0

Latest

Choose a tag to compare

@rdebusscher rdebusscher released this 07 Oct 07:35
· 2 commits to main since this release
  • Support for JAR URL paths within ResourceUtil.
  • Added method ResourceUtil.getContent.
  • ObjectUtils.requiresNot and ObjectUtils.requiresNotBlank verification methods.
  • FastPropertyMemberAccessor utility to access fields through getters and setters based on property name and LambdaMetafactory instead of Java Reflection with setAccessible.