]
Will Burns updated ISPN-10482:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Rejected
This was fixed by adding capability in Quarkus to index dependencies defined by an
extension
Add Jandex index files to various Infinispan modules
----------------------------------------------------
Key: ISPN-10482
URL:
https://issues.jboss.org/browse/ISPN-10482
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.CR1
Quarkus and maybe some other tools can work much better and efficiently if we provide a
Jandex index in the various jar files. This way they can easily lookup and find classes
that extend/implement others as well as various annotations.
This adds minor size inflation to existing jars ~5-8% larger.