[
https://issues.apache.org/jira/browse/WW-5381?focusedWorklogId=897754&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-897754
]
ASF GitHub Bot logged work on WW-5381:
--------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jan/24 06:07
Start Date: 03/Jan/24 06:07
Worklog Time Spent: 10m
Work Description: lukaszlenart commented on code in PR #824:
URL: https://github.com/apache/struts/pull/824#discussion_r1440101727
##########
core/src/main/resources/struts-beans.xml:
##########
@@ -174,11 +174,9 @@
<bean type="com.opensymphony.xwork2.util.TextParser" name="struts"
class="com.opensymphony.xwork2.util.OgnlTextParser"
scope="singleton"/>
- <bean type="ognl.ClassResolver"
name="com.opensymphony.xwork2.util.CompoundRoot"
+ <bean type="com.opensymphony.xwork2.ognl.accessor.RootAccessor"
name="struts"
class="com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor"/>
Review Comment:
Could this be a breaking change? Maybe somehow mention that `ClassResolver`
shouldn't be used anymore and implement `CompoundRoot` instead?
Issue Time Tracking
-------------------
Worklog Id: (was: 897754)
Time Spent: 2h 10m (was: 2h)
> Introduce extension points for CompoundRootAccessor and MethodAccessor
> ----------------------------------------------------------------------
>
> Key: WW-5381
> URL: https://issues.apache.org/jira/browse/WW-5381
> Project: Struts 2
> Issue Type: Improvement
> Components: Core
> Reporter: Kusal Kithul-Godage
> Priority: Minor
> Fix For: 6.4.0
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)