Review usage of IndexDependencyBuildItem
Open
- Dominant language
- Java
- Stars
- 302
- Forks
- 232
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 114
Description
We can probably restrict usage of `IndexDependencyBuildItem` to just native builds in a lot of cases, since we only use the Jandex index to discover classes for registering for reflection etc.
We should probably not unnecessarily bloat the index in JVM mode. Might help to save some CPU cycles during the augmentation phase.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.