[ https://issues.apache.org/jira/browse/WW-5355?focusedWorklogId=885224&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-885224 ]
ASF GitHub Bot logged work on WW-5355: -------------------------------------- Author: ASF GitHub Bot Created on: 15/Oct/23 13:48 Start Date: 15/Oct/23 13:48 Worklog Time Spent: 10m Work Description: kusalk commented on code in PR #766: URL: https://github.com/apache/struts/pull/766#discussion_r1359880540 ########## core/src/main/java/com/opensymphony/xwork2/config/impl/DefaultConfiguration.java: ########## @@ -125,6 +127,24 @@ */ public class DefaultConfiguration implements Configuration { + public static final Map<String, Object> BOOTSTRAP_CONSTANTS; Review Comment: Extracted bootstrap constants into a public static final field for reuse by the default Struts configuration provider and any test code as needed. Adding new required constants was previously a pain Issue Time Tracking ------------------- Worklog Id: (was: 885224) Time Spent: 3h 50m (was: 3h 40m) > Use LRU cache by default > ------------------------ > > Key: WW-5355 > URL: https://issues.apache.org/jira/browse/WW-5355 > Project: Struts 2 > Issue Type: Improvement > Components: Core > Reporter: Kusal Kithul-Godage > Priority: Minor > Fix For: 6.4.0 > > Time Spent: 3h 50m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.20.10#820010)