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

   ## Summary
   - Changed `Preparable.prepare()` from abstract to default method with empty 
implementation
   - Actions can now implement only per-method variants like `prepareUpload()`, 
`prepareEdit()` without needing empty `prepare()` override
   - Fully backward-compatible - existing implementations continue to work 
unchanged
   
   ## Test plan
   - [x] Existing PrepareInterceptor tests pass
   - [ ] Manual verification with showcase app
   
   🤖 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