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

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

     [ https://issues.apache.org/jira/browse/LOG4J2-2790?focusedWorklogId=391458&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-391458 ]

ASF GitHub Bot logged work on LOG4J2-2790:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Feb/20 23:30
            Start Date: 23/Feb/20 23:30
    Worklog Time Spent: 10m 
      Work Description: MariusVolkhart commented on pull request #344: LOG4J2-2790 Conditionally allocate PluginEntry during PluginCache load
URL: https://github.com/apache/logging-log4j2/pull/344
 
 
   When populating the PluginCache from resources, only allocate a new PluginEntry if there is not already an existing one.
   
   PR consists of 2 commits to facilitate backporting to 2.x if desirable. The second commit uses the new `PluginEntry` constructor which is not available in `2.x`
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 391458)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)