lukaszlenart opened a new pull request, #1513:
URL: https://github.com/apache/struts/pull/1513

   ## Summary
   - Move `xwork-default.xml` from `core/src/main/resources` to 
`core/src/test/resources` and rename to `struts-tests-default.xml`
   - Copy the file to `plugins/spring/src/test/resources` for Spring plugin 
tests
   - Update all test file references to use the new filename
   - Update Javadoc examples to use modern Struts terminology (`<xwork>` → 
`<struts>`, `xwork-default` → `struts-default`)
   
   Closes [WW-5603](https://issues.apache.org/jira/browse/WW-5603)
   
   ## Test plan
   - [x] Run affected core module tests (AnnotationWorkflowInterceptorTest, 
ChainingInterceptorWithConfigTest, ResolverUtilTest, 
DoubleRangeFieldValidatorTest, ValidatorAnnotationTest) - all pass
   - [x] Run affected Spring plugin test (ActionAutowiringInterceptorTest) - 
passes
   - [ ] Verify the Struts IDEA plugin no longer shows `xwork-default.xml` as a 
framework config file
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to