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

ModuleManagerImpl should also report version when initializing

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 6.2.30
    • 6.2
    • core
    • DevX 32
    • 1

      From a support perspective we might be able to cut down some round trip commenting if we went ahead and reported the version as well as the module name here. The version is already accessible through the class ModuleDefinition.

      Currently

      2021-01-18 12:59:51,163 INFO  info.magnolia.module.ModuleManagerImpl : Initializing module site
      

      Proposed

      2023-02-21 10:27:16,320 INFO  info.magnolia.module.ModuleManagerImpl : Initializing module core 6.2.28
      2023-02-21 10:27:16,323 INFO  info.magnolia.module.ModuleManagerImpl : Initializing module dam 3.0.20
      2023-02-21 10:27:16,323 INFO  info.magnolia.module.ModuleManagerImpl : Initializing module freemarker-support 6.2.28
      2023-02-21 10:27:16,324 INFO  info.magnolia.module.ModuleManagerImpl : Initializing module license 1.7.4
      2023-02-21 10:27:16,324 INFO  info.magnolia.module.ModuleManagerImpl : Initializing module periscope-api 1.2.7
      2023-02-21 10:27:16,324 INFO  info.magnolia.module.ModuleManagerImpl : Initializing module speech-recognizer 1.2.7
      2023-02-21 10:27:16,324 INFO  info.magnolia.module.ModuleManagerImpl : Initializing module categorization-support 2.9.1
      

        Acceptance criteria

              jsimak Jaroslav Simak
              rgange Richard Gange
              DeveloperX
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Work Started:

                  Task DoD