Change in ovirt-engine[master]: core: Add support for annotation indexes

Roy Golan has submitted this change and it was merged. Change subject: core: Add support for annotation indexes ...................................................................... core: Add support for annotation indexes This change modifies the maven plugin that generates JBoss modules so that it creates annotation indexes. For each .jar file inside the module a new META-INF/jandex.idx resource will be added. These annotations index speeds up the deployment of the applications and are required in order to allow scanning of annotations from other modules, otherwise they are silently ignored. Change-Id: I3556fc385efc2ae138d2ad12b7d9d467bb5fff67 Related: https://bugzilla.redhat.com/1113485 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/dependencies/pom.xml M build-tools-root/jboss-modules-maven-plugin/pom.xml M build-tools-root/jboss-modules-maven-plugin/src/main/java/org/ovirt/engine/build/Module.java M build-tools-root/jboss-modules-maven-plugin/src/main/java/org/ovirt/engine/build/ModulesMojo.java M pom.xml 5 files changed, 89 insertions(+), 11 deletions(-) Approvals: Juan Hernandez: Verified Roy Golan: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/29473 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3556fc385efc2ae138d2ad12b7d9d467bb5fff67 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
rgolan@redhat.com