fcorneli / jberet-eap6

Backport of Batch API subsystem to EAP6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JBeret Batch API for EAP6

Backport of Batch API subsystem to EAP6

Tested on JBoss EAP 6.2.4 and 6.3.

Downloads

Dependencies

We're using a patched version of JBeret: https://github.com/fcorneli/jsr352

Modules

eap6-jberet

This is a backport of https://github.com/wildfly/wildfly/tree/master/batch/jberet to JBoss AS 7.2/EAP6.

eap6-batch

This is a backport of https://github.com/wildfly/wildfly/tree/master/batch/extension to JBoss AS 7.2/EAP6.

eap6-batch-dist

This is a module that generates a ZIP artifact to ease installation of the Batch API on EAP6.

eap6-batch-tests

This module contains Arquillian based integration tests and examples.

Build

We're using Maven as build system. Build the project via:

mvn clean install

Release

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.

References

About

Backport of Batch API subsystem to EAP6


Languages

Language:Java 100.0%