Backport of Batch API subsystem to EAP6
Tested on JBoss EAP 6.2.4 and 6.3.
We're using a patched version of JBeret: https://github.com/fcorneli/jsr352
This is a backport of https://github.com/wildfly/wildfly/tree/master/batch/jberet to JBoss AS 7.2/EAP6.
This is a backport of https://github.com/wildfly/wildfly/tree/master/batch/extension to JBoss AS 7.2/EAP6.
This is a module that generates a ZIP artifact to ease installation of the Batch API on EAP6.
This module contains Arquillian based integration tests and examples.
We're using Maven as build system. Build the project via:
mvn clean install
We're using the Maven Release Plugin for the release management. Release the project via:
mvn release:prepare
mvn release:perform
The artifact are available within the e-Contract.be Maven Repository. There is also a Maven Project Site being deployed.