Releases: smallrye/jandex
Releases · smallrye/jandex
3.0.6
2.4.4.Final
What's Changed
Full Changelog: 2.4.3.Final...2.4.4.Final
3.1.5
3.1.3
- #326 improve Jandex Maven plugin documentation
- #325 release 3.1.3
- #324 restore serialization compatibility with Jandex 2
- #321 add MethodInfo.isStaticInitializer()
- #320 Allow configuring persistent index format version in the Maven plugin
- #319 Add good first issues and codeowners file
- #318 Establish the notion of annotation instance equivalence
- #317 Reduce allocations when creating immutable array-backed lists
- #316 Bump guava from 29.0-jre to 32.0.0-jre in /maven-plugin/src/it/someLibraries
- #315 support directory in jar
- #314 classloader.getResource(entryName) return null
- #137 Configurable persistent index format version in the Maven plugin
3.1.2
3.1.1
3.1.0
- #306 release 3.1.0
- #305 Maven 3.9 fixes
- #304 Update Java versions in CI: remove 19 and 20-ea, add 20
- #303 performance improvements
- #299 Build generates reproducible jars
- #298 jandex does not build with Maven 3.9.0
- #297 Relatively small but important improvements
- #296 Ignore invalid generic signatures during indexing
- #295 Improve GitHub Actions setup
- #294 Add convenient builders for most org.jboss.jandex.Type implementations
- #293 Add API for reconstructing descriptors and generic signatures
- #286 Reproducible serialisation, fixes #213
- #204 Add methods to reconstruct generic signature
3.0.5
3.0.4
- #288 Release 3.0.4
- #287 Bump postgresql from 42.5.0 to 42.5.1 in /maven-plugin/src/it/someLibraries
- #285 Add workaround for wrong type annotation path generated by Kotlin
- #284 Jandex fails when indexing a Kotlin-generated class with certain type annotation
- #283 Add ClassType.create()
- #282 Add javadoc for ClassSummary