Skip to content

Releases: atbashEE/atbash-utils-se

v1.2.0

07 Oct 07:35
Compare
Choose a tag to compare
  • 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.