github classgraph/classgraph classgraph-4.8.1

latest releases: classgraph-4.8.172, classgraph-4.8.171, classgraph-4.8.170...
5 years ago

Bugs fixed:

  • #316 ClassGraph#verbose() causes FileSystemNotFoundException exception with 4.8.0 (thanks to @robfitz273k for the report)
  • #317 An error occurs when calling nonapi.io.github.classgraph.concurrency.SingletonMap.get() (thanks to @ahamana for the report)
  • #318 ScanResult.getClassesWithAnnotation with Repeatable Annotation (thanks to robfitz273k for the feature request). Allows classes, methods, and fields to be found based on @Repeatable annotation, and also odds the following methods to allow the repeated annotations to be retrieved:
    • AnnotationInfoList ClassInfo#getAnnotationInfoRepeatable(String name)
    • AnnotationInfoList FieldInfo#getAnnotationInfoRepeatable(String name)
    • AnnotationInfoList MethodInfo#getAnnotationInfoRepeatable(String name)
    • AnnotationInfoList MethodParameterInfo#getAnnotationInfoRepeatable(String name)
    • AnnotationInfoList AnnotationInfoList#getRepeatable(String name)

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.