Files
William Dutton 9f030f62be Library updates for cve's, suppression cleanup and not fail github action job SonarCloud if SONARCLOUD_TOKEN not found (summary report instead). (#1667)
* OWASP + Github workflow updates

* Library updates
* Dependancy suppression cleanup

* #1667 PR Review updates, use NIST_NVD_API_KEY when available else use mirror for forks not configured, remove workflow_call for now since we don't on call
2026-07-22 07:46:14 +00:00

15 lines
765 B
Markdown

# Struts 2 Spring plugin
The Spring Plugin works by overriding the Struts ObjectFactory to enhance the creation of core framework objects
You will find more details in [documentation](https://struts.apache.org/plugins/spring/).
## Installation
Just drop this plugin JAR into `WEB-INF/lib` folder or add it as a Maven dependency.
## Struts & Spring Compatibility Matrix
| Struts Plugin Version | Compatible Spring Version | Spring OSS End of Life (EOL) |
|:----------------------|:---------------------------|:--------------------------------------------|
| **7.1.1** | 6.2.x | 2026-06 (Commercial 2032-06-30) |
| **7.1.1** | 7.0.8 (Jakarta EE 11 only) | 2027-07 (Commercial 2028-07-31) |