https://github.com/wildfly/staxmapper
A thin StAX facade which supports plugability plus some usability enhancements.
https://github.com/wildfly/staxmapper
Last synced: 5 months ago
JSON representation
A thin StAX facade which supports plugability plus some usability enhancements.
- Host: GitHub
- URL: https://github.com/wildfly/staxmapper
- Owner: wildfly
- License: apache-2.0
- Created: 2010-07-09T19:48:41.000Z (about 16 years ago)
- Default Branch: main
- Last Pushed: 2025-10-22T11:01:38.000Z (9 months ago)
- Last Synced: 2026-01-28T07:50:10.005Z (6 months ago)
- Language: Java
- Homepage:
- Size: 113 KB
- Stars: 10
- Watchers: 9
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# StAXMapper
StAXMapper is a thin StAX facade which supports plugability plus some usability enhancements.
StAXMapper is released as a single Maven artifact with the coordinates:
```
org.jboss
staxmapper
```
# Build StAXMapper
Prerequisites:
* JDK 11 or newer - check `java -version`
* Maven 3.6.0 or newer - check `mvn -v`
To build with your own Maven installation:
```
mvn package
```
# Reporting Issues
StAXMapper uses JIRA to manage issues. All issues can be found [here](https://issues.redhat.com/projects/STXM/issues).
To create a new issue, comment on an existing issue, or assign an issue to yourself, you'll need to first [create a JIRA account](https://issues.redhat.com/).
# Release Procedure
StAXMapper is released in [JBoss Nexus Repository](https://repository.jboss.org/nexus/)
To release a new version of StAXMapper:
* Use the Maven [`release` plugin](https://maven.apache.org/maven-release/maven-release-plugin/):
```
mvn release:prepare
mvn release:perform
```
* Close and publish the staged artifacts from [JBoss Nexus Repository](https://repository.jboss.org/nexus/)
* Release the published version in [JIRA](https://issues.redhat.com/projects/STXM?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=released-unreleased)
* Update the Release Notes in [GitHub Release page](https://github.com/jbossas/staxmapper/releases)