An open API service indexing awesome lists of open source software.

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.

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)