Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-3266

[perf] [concurrency] check correct logger creation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 2.0.12, 2.1.6
    • None
    • None

    Description

      <BLOCKED>java.util.logging.Logger.getLogger(String)
      javax.faces.component.UIViewRoot.<init>()

      problem is that has non-static logger and logger is requested in every view init. For a class (static) method, the monitor associated with the Class object for the method's class is used.

      Check myfaces code base for this usage.

      Attachments

        1. MYFACES-3266-1.patch
          4 kB
          Leonardo Uribe

        Activity

          People

            lu4242 Leonardo Uribe
            markoc50 Martin Kočí
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: