Skip to content

jbossas/staxmapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

<dependency>
    <groupId>org.jboss</groupId>
    <artifactId>staxmapper</artifactId>
</dependency>

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.

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.

Release Procedure

StAXMapper is released in JBoss Nexus Repository

To release a new version of StAXMapper:

mvn release:prepare
mvn release:perform

About

A thin StAX facade which supports plugability plus some usability enhancements.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages