Hi,
Why I'm writing this? This version increments the persistent index format version, so indices produced by Jandex 3.3 will NOT be readable by previous Jandex versions. Since the only thing added to the persistent index in this version is the enclosing class in case of local/anonymous classes declared in a static/instance/field initializer, which is not commonly needed, it is probably best for most users to stay on previous index format (either by staying on Jandex 3.2 or by explicitly configuring the format version).
Hope this helps avoiding yet another bunch of problems :-)
LT