You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Marius Volkhart (Jira)" <ji...@apache.org> on 2020/02/23 23:18:00 UTC

[jira] [Created] (LOG4J2-2790) Conditionally allocate PluginEntry during PluginCache loading

Marius Volkhart created LOG4J2-2790:
---------------------------------------

             Summary: Conditionally allocate PluginEntry during PluginCache loading
                 Key: LOG4J2-2790
                 URL: https://issues.apache.org/jira/browse/LOG4J2-2790
             Project: Log4j 2
          Issue Type: Improvement
          Components: Plugins
    Affects Versions: 3.0.0
            Reporter: Marius Volkhart


When populating theĀ {{PluginCache}} from resources, a new {{PluginEntry}} is created regardless of whether or not it will be added to the cache. Instead, the allocation could/should occur only if the entry will actually be added to the cache.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)