jandex icon indicating copy to clipboard operation
jandex copied to clipboard

Java Annotation Indexer

Results 21 jandex issues
Sort by recently updated
recently updated
newest added

In the evolution of Jakarta EE 8 to 9 there is a package name change complicates support for the now legacy type, even though there are no semantic differences. In...

Jandex is immutable, but it is often required to have a mutable layer for annotations. This is because annotations are very often used to represent framework-specific metadata, and frameworks that...

Fixes #167

serialization-format-change

Hey, I am currently working on a multi module maven project. I've added `jandex-maven-plugin` to the root pom.xml of the project to have it executed on all sub modules. The...

When indexing a big file that contains around 16000 generated classes, the indexing process takes around 100 more time. Jandex 3.1.0 ~ 5 seconds Jandex 3.1.1 ~ 490 seconds

serialization-format-change