[ https://issues.apache.org/jira/browse/WW-5558?focusedWorklogId=977560&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-977560 ]
ASF GitHub Bot logged work on WW-5558: -------------------------------------- Author: ASF GitHub Bot Created on: 04/Aug/25 19:49 Start Date: 04/Aug/25 19:49 Worklog Time Spent: 10m Work Description: lukaszlenart opened a new pull request, #12: URL: https://github.com/apache/struts-intellij-plugin/pull/12 WW-5558 -- This PR adds support for the new packages introduced in Struts 7 Issue Time Tracking ------------------- Worklog Id: (was: 977560) Remaining Estimate: 0h Time Spent: 10m > Support package org.apache.struts2 for interceptors and result-types > -------------------------------------------------------------------- > > Key: WW-5558 > URL: https://issues.apache.org/jira/browse/WW-5558 > Project: Struts 2 > Issue Type: Bug > Components: IDEA Plugin > Reporter: nikos dimitrakas > Assignee: Lukasz Lenart > Priority: Major > Fix For: 7.1.0 > > Time Spent: 10m > Remaining Estimate: 0h > > The plugin still expects the classes specified in the class attribute of > interceptor tags and result-type tags (in struts.xml) to be subclasses of > com.opensymphony.xwork2.interceptor.Interceptor and > com.opensymphony.xwork2.Result instead of the new > org.apache.struts2.interceptor.Interceptor and > org.apache.struts2.result.Result. > This seems to be configured in the classes Interceptor and ResultType in the > package com.intellij.struts2.dom.struts.strutspackage > Perhaps more classes in that package need to be adjusted for the new > packages. Maybe there is a way to make the plugin backwards compatible and > accept both the old and the new packages. -- This message was sent by Atlassian Jira (v8.20.10#820010)