Skip to content

Releases: plume-lib/reflection-util

reflection-util 1.1.3

15 Jan 16:54
Compare
Choose a tag to compare
  • New methods in class Signatures:
    • methodDescriptorToReturnType
    • splitJvmArglist
    • splitJavaArglist

reflection-util 1.1.2

11 Dec 16:50
Compare
Choose a tag to compare
  • Produce Java 8 bytecodes (version 1.1.1 didn't work under Java 8).

reflection-util 1.1.1

09 Dec 16:11
Compare
Choose a tag to compare
  • Added method Signatures.fieldDescriptorToFullyQualified().
  • Improved type qualifiers on some methods.
  • Tested under JDK 21.

reflection-util 1.1.0

16 May 03:53
Compare
Choose a tag to compare
  • Changed type of Signatures.ClassnameAndDimensions.classname to @BinaryNameOrPrimitiveType.
  • Tested under JDK 20.

reflection-util 1.0.6

08 Jan 02:11
Compare
Choose a tag to compare
  • Tested under JDK 19.

reflection-util 1.0.5

12 Jul 18:33
Compare
Choose a tag to compare

Tested under JDK 17.

reflection-util 1.0.4

21 Jul 00:53
Compare
Choose a tag to compare
  • Tested under JDK 16.

reflection-util 1.0.3

01 Jan 14:51
Compare
Choose a tag to compare
  • New method in class ReflectionPlume:
    • nameWithoutPackage

reflection-util 1.0.2

03 Oct 18:21
Compare
Choose a tag to compare
  • New methods in class Signatures:
    • isArrayWithoutPackage
    • isBinaryNameWithoutPackage
    • isBinaryNameOrPrimitiveType
    • isClassGetSimpleName
    • isDotSeparatedIdentifiersOrPrimitiveType
    • isFieldDescriptor
    • isFieldDescriptorWithoutPackage
    • isFieldDescriptorForPrimitive
    • isFullyQualifiedName
    • isIdentifier
    • isIdentifierOrPrimitiveType
    • isInternalForm
    • isPrimitiveType
  • New class SignatureRegexes
  • Bug fixes

reflection-util 1.0.1

08 Sep 23:37
Compare
Choose a tag to compare

Make ReflectionUtil.classpathToString work on Java 11