Build(deps): Bump jackson.version from 2.14.1 to 2.22.0 (#526) * Build(deps): Bump jackson.version from 2.14.1 to 2.22.0 Bumps `jackson.version` from 2.14.1 to 2.22.0. Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.14.1 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.14.1...jackson-dataformat-xml-2.22.0) Updates `com.fasterxml.jackson.core:jackson-core` from 2.14.1 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.1...jackson-core-2.22.0) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.14.1 to 2.22.0 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): import jackson-bom to align jackson-annotations version Jackson dropped the patch component from jackson-annotations since 2.20, so it ships as 2.22 (not 2.22.0). Pinning jackson-annotations to the shared ${jackson.version} requested the non-existent 2.22.0 artifact, breaking dependency resolution in the rest-angular module. Import jackson-bom instead and drop the per-artifact version pins so the BOM keeps jackson-annotations aligned automatically on future bumps. 🤖 Generated by AI Assistant Co-Authored-By: Claude Opus 4.8 <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 Opus 4.8 <noreply@anthropic.com>
This Maven multi-module project contains all the Struts 2 example applications that are part of the Getting Started Struts 2 tutorials at http://struts.apache.org.
To build all the example applications run the Maven command:
mvn -e clean package
In the project's root folder, Maven will build each module and create a .war file in the target sub-folder of each module.
You can then copy the .war files to your Servlet container (e.g. Tomcat, Jetty, GlassFish, etc).
There is a README file in each module with instructions and the URL to view that application.
The examples are using the latest Struts version, if you are looking for older versions please take a look on the Releases page.