Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-7202

ModuleBootstrapTask performance improvement

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Neutral Neutral
    • None
    • 5.6
    • core
    • None

      During a debugging session regarding the ModuleBootstrapTask I saw that the ModuleBootstrapTask#acceptResource() method gets called for all classpath resources due to BootstrapResourcesTask#getResourcesToBootstrap().

      I think it would be possible to override the BootstrapResourcesTask#getResourcesToBootstrap() method in ModuleBootstrapTask to only handle classpath resources from the current module. I guess this would also result in an additional method in the ClasspathResourcesUtil.

        Acceptance criteria

              Unassigned Unassigned
              rtenberge Ronald Ten Berge
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:

                  Task DoD