lukaszlenart opened a new pull request, #29: URL: https://github.com/apache/struts-intellij-plugin/pull/29
## Summary - Upgrade plugin to support IntelliJ Platform 2025.3 - Fix file sets not being populated after framework detection - Refactor framework initialization to use modern ProjectActivity pattern - Fix key mismatch and NPE in StrutsFrameworkInitializer ## Changes - **StrutsFrameworkDetector**: Add `setupFacet()` override to automatically populate file sets with detected struts.xml files - **StrutsFrameworkInitializer**: New ProjectActivity-based initialization replacing deprecated `StartupManager.runAfterOpened()` - **StrutsFrameworkSupportProvider**: Refactored to delegate initialization to StrutsFrameworkInitializer - **FileSetConfigurationTab**: Updated for IntelliJ Platform 2025.2+ API changes - Various compatibility updates for platform 2025.3 ## Test plan - [ ] Run `./gradlew runIde` to launch IDE with plugin - [ ] Open a Struts project (e.g., struts-examples/file-upload) - [ ] Verify "Frameworks detected" notification appears - [ ] Click "Configure" and select files in "Setup Frameworks" dialog - [ ] Verify file sets are populated in Project Structure > Facets > Struts 2 🤖 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]
