mirror of
https://github.com/apache/struts.git
synced 2026-08-04 22:27:10 +00:00
702280f48f
Both have been documented as deprecated since WebWork 2.1.x, but neither carried an actual @Deprecated annotation, so users only ever learned about it from prose or from an INFO log line that fires solely when the fallback is hit. Runtime behaviour is unchanged - the Collection_ fallback keeps working, and COLLECTION remains a legal @TypeConversion rule handled identically to ELEMENT. Call sites that reference either element deliberately carry a suppression and a note saying why. Also deprecates XWorkConverter.CONVERSION_COLLECTION_PREFIX, a second public spelling of the same Collection_ prefix that the framework itself never reads. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Struts 2 Core
This is a core of the Apache Struts framework and all other modules depend on it. It requires Java 8 at minimum and a Servlet container supporting Java Servlet API 3.1 at least.
Installation
Just drop this plugin into WEB-INF/lib folder or add it as Maven dependency