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



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to