mirror of
https://github.com/apache/struts.git
synced 2026-08-05 22:56:59 +00:00
f2c1f50da2
* WW-5604 Add CdiProxyService to detect Weld client proxies Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * WW-5604 Register CdiProxyService as the active ProxyService Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * WW-5604 Address review: positive allowlist test, guard Weld member check, fix javadoc Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * WW-5604 Add WELD_AVAILABLE guard and weld-api version property Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * WW-5604 Cover null, non-proxy, non-method and Weld-absent paths Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * WW-5604 Remove unreachable guard and cover unwrap fallbacks Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Struts 2 CDI plugin
This plugin add support for using the Contexts and Dependency Injection (CDI) API with your Struts actions. You will find more details in documentation.
Installation
Just drop this plugin JAR into WEB-INF/lib folder or add it as a Maven dependency.