what are .jar.index files under Jboss modules folder?
What are .jar.index files under Jboss modules folder? What is their purpose?
Solution
Those are indexes built by Jandex to allow for a quicker usage and avoid loading classes when they are not required (for annotation parsing purpose for example)