Releases: smallrye/jandex
Releases · smallrye/jandex
2.1.1.Final
2.1.0.Final
2.1.0.Beta3
2.1.0.Beta2
- Add a few missing methods to help finding annotations - @gnodet
- Naturally, this did not stand the test of passing from ECJ to Javac… - @FroMage
- Test method param names, including synthetic param cases - @FroMage
- Support method parameters - @FroMage
- Update unit tests to cover Comparator properties as well - @Sanne
- Avoid allocaiton of strings in compareTo - @n1hility
- Add a fast-path for equals - @n1hility
- JANDEX-48 Avoid string allocations in implementation of DotName#equals - @Sanne
- JANDEX-47 DotName value class is violating the Comparator contract - @Sanne
- Make fields final - @Sanne
- typo - @Sanne
- Remove unused classes - @Sanne
- Add equals and hashcode to MethodInfo - @n1hility
- Next is Beta2 - @n1hility
2.1.0.Beta1
2.1.0.Bata1
2.0.5.Final
- Release 2.0.5.Final - @stuartwdouglas
- JANDEX-41 Just ignoring module-info.class files but processing other class files with level 53 - @gunnarmorling
- Making section title render correctly - @gunnarmorling
- Improve hash function in intern pool - @stuartwdouglas
- JANDEX-42 Update hash code to include the target - @stuartwdouglas
- Next is 2.0.5.Final - @n1hility
2.0.4.Final
2.0.3.Final
2.0.2.Final
- Release 2.0.2.Final - @n1hility
- Generic class signatures should always be processed first - @n1hility
- Add test for method type variables that reference a class-level bounded wildcard generic - @kurobako
- Update README.md - @n1hility
- Next is 2.0.2 - @n1hility
- Version information has been changed. - @maozturk