You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.