Community framework integrations for the OJS Java SDK.
| Status | Integration | Description |
|---|---|---|
| alpha | Spring Boot | Auto-configuration starter with @OjsJob, @Transactional enqueue, and Actuator health |
| alpha | Quarkus | CDI extension with @OjsJob and MicroProfile Health integration |
| alpha | Micronaut | Bean factory with @OjsJob and health indicator |
Status definitions: alpha (API may change), beta (API stable, not battle-tested), stable (production-ready).
Add any integration as a Gradle dependency:
implementation("org.openjobspec:ojs-spring:0.9.0")Each module includes an examples/ directory with a complete working demo using Docker Compose.
./gradlew buildSee CONTRIBUTING.md for guidelines on adding new contrib packages.
Apache 2.0 — see LICENSE.