jberet / jsr352

Implementation of Jakarta Batch Specification and API
Eclipse Public License 2.0
126 stars 76 forks source link

Add a `layer-spec` similar to the ones in `resteasy-spring` #400

Closed liweinan closed 1 year ago

liweinan commented 1 year ago

PRs for reference:

liweinan commented 1 year ago

Relative spec file: https://github.com/wildfly/wildfly/blob/main/ee-feature-pack/galleon-shared/src/main/resources/layers/standalone/batch-jberet/layer-spec.xml

liweinan commented 1 year ago

In WildFly it already has rules defined:

<props>
          <prop name="org.wildfly.rule.expected-file" value="/WEB-INF/classes/META-INF/batch-jobs"/>
          <prop name="org.wildfly.rule.class" value="jakarta.batch.api.*"/>
</props>