smallrye/jandex
 Watch   
 Star   
 Fork   
16 days ago
jandex

3.5.2

What's Changed

Full Changelog: https://github.com/smallrye/jandex/compare/3.5.1...3.5.2

2025-10-23 21:05:53
jandex

3.5.1

What's Changed

Full Changelog: https://github.com/smallrye/jandex/compare/3.5.0...3.5.1

2025-09-12 20:04:12
jandex

3.5.0

  • #575 Jandex2Gizmo#classDescOf() should use the ClassDesc cache
  • #574 Annotations in Method hashCode?
  • #568 Reproducible Jandex indexes
  • #561 Should we move ArC Methods.MethodKey into Jandex?
  • #560 Should we cache ArrayType#name() result for the usual suspects?
2025-07-21 16:02:23
jandex

3.4.0

  • #544 Gizmo 2 integration
2025-07-03 22:53:00
jandex
2025-05-13 17:09:38
jandex

3.3.1

  • #526 ClassInfo#simpleName() behaves inconsistently for nested/top-level classes with a dollar sign in name
  • #519 Add IndexView deprecated javadoc notices
  • #514 add module-info.class
2025-04-07 20:58:45
jandex

3.3.0

  • #513 release 3.3.0
  • #512 Bump actions/create-github-app-token from 1 to 2
  • #511 add IndexView.getKnownDirectImplementations() and getAllKnownImplementations()
  • #510 add ClassInfo.enclosingClassAlways()
  • #509 allow figuring out the enclosing class of a local/anonymous class declared in a static/instance/field initializer
  • #508 Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5
  • #507 Bump net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4
  • #506 Bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.12.1
  • #505 Bump net.bytebuddy:byte-buddy from 1.17.1 to 1.17.2
  • #504 Bump version.groovy from 4.0.25 to 4.0.26
  • #503 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
  • #502 Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0
2025-02-17 17:31:55
jandex

3.2.7

  • #500 release 3.2.7
  • #499 Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1
  • #498 Fix detection of Object type in AnnotationOverlayImpl#annotation
  • #497 AnnotationOverlayImpl#annotation does not detect Object properly when searching for inherited annotations
2025-02-12 01:42:32
jandex

3.2.6

  • #496 release 3.2.6
  • #495 improve performance of the annotation overlay
2025-02-07 16:23:07
jandex

3.2.5

  • #493 release 3.2.5
  • #492 fix losing type annotations with different visibility
  • #491 fix ClassInfo.canonicalRecordConstructor()