Files
Lukasz Lenart 702280f48f WW-5656 docs(conversion): mark ConversionRule.COLLECTION and the Collection_ prefix as deprecated (#1825)
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>
2026-08-01 12:45:25 +02:00
..

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