[ https://issues.apache.org/jira/browse/WW-5533?focusedWorklogId=958663&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-958663 ]
ASF GitHub Bot logged work on WW-5533: -------------------------------------- Author: ASF GitHub Bot Created on: 25/Feb/25 09:28 Start Date: 25/Feb/25 09:28 Worklog Time Spent: 10m Work Description: kusalk commented on code in PR #1233: URL: https://github.com/apache/struts/pull/1233#discussion_r1969358019 ########## plugins/tiles/src/main/java/org/apache/tiles/el/ScopeELResolver.java: ########## @@ -57,7 +57,7 @@ public Class<?> getCommonPropertyType(ELContext context, Object base) { /** * {@inheritDoc} */ - @Override + // @Override Review Comment: This interface method is deleted in Jakarta EE 11 - so we remove the `@Override` annotation to allow it to compile Issue Time Tracking ------------------- Worklog Id: (was: 958663) Time Spent: 1h (was: 50m) > Add compilation support for Jakarta EE 11 > ----------------------------------------- > > Key: WW-5533 > URL: https://issues.apache.org/jira/browse/WW-5533 > Project: Struts 2 > Issue Type: Improvement > Reporter: Kusal Kithul-Godage > Priority: Minor > Fix For: 7.1.0 > > Time Spent: 1h > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.20.10#820010)