mirror of
https://github.com/apache/struts.git
synced 2026-08-14 19:16:59 +00:00
853dd91e83
* build(deps): bump org.apache.juneau:juneau-marshall from 8.1.3 to 9.2.0 Bumps org.apache.juneau:juneau-marshall from 8.1.3 to 9.2.0. --- updated-dependencies: - dependency-name: org.apache.juneau:juneau-marshall dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix(rest): update JuneauXmlHandler for Juneau 9.x API compatibility Replace deprecated builder() method with copy() to fix compilation error after juneau-marshall upgrade from 8.1.3 to 9.2.0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukasz Lenart <lukaszlenart@apache.org> Co-authored-by: Claude <noreply@anthropic.com>
Struts 2 REST plugin
The REST Plugin provides high level support for the implementation of RESTful resource based web applications with the Convention Plugin. 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.