mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
9f030f62be
* 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
15 lines
765 B
Markdown
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) |
|