Registry / web-framework / struts2-core

struts2-core

JSON →
library7.1.1javamavenunverified

Core library for the Apache Struts 2 web application framework.

<dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> <version>7.1.1</version> </dependency>
INSTALL
IMPORT
SIG · STRUTS2-CORE
S
struts2-core
web-frameworkjavav7.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActionSupport
com.opensymphony.xwork2.ActionSupport

Defines a simple Struts 2 action that returns success.

import com.opensymphony.xwork2.ActionSupport; public class HelloAction extends ActionSupport { public String execute() { return SUCCESS; } }
Debug
Known issues
breakingStruts 2 has known security vulnerabilities in older versions.
fix
Always use the latest version (7.1.1 or newer) and apply security patches.
affects: <7.1.1
Upgrade
Version history
7.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
struts2-core — mvn dependency:get struts2-core · libregistry