Registry / utility / jakarta-enterprise-concurrent-api

jakarta-enterprise-concurrent-api

JSON →
library3.1.1javamavenunverified

Jakarta Concurrency provides a specification for using concurrency from application components without compromising container integrity while still preserving the Jakarta EE platform's fundamental benefits.

<dependency> <groupId>jakarta.enterprise.concurrent</groupId> <artifactId>jakarta.enterprise.concurrent-api</artifactId> <version>3.1.1</version> </dependency>
INSTALL
IMPORT
SIG · JAKARTA-ENTERPRISE
J
jakarta-enterprise-concurrent-api
utilityjavav3.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ManagedExecutorService
jakarta.enterprise.concurrent.ManagedExecutorService

Minimal example using ManagedExecutorService for concurrent tasks.

import jakarta.enterprise.concurrent.ManagedExecutorService; public class Quickstart { public static void main(String[] args) { ManagedExecutorService executor = null; // obtained via JNDI or injection executor.submit(() -> System.out.println("Hello from Jakarta Concurrency")); } }
Debug
Known issues
breakingRequires Jakarta EE container or compatible runtime.
fix
Deploy in a Jakarta EE application server or use a compatible implementation like Apache Geronimo Concurrency.
affects: all
Upgrade
Version history
3.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jakarta-enterprise-concurrent-api — mvn dependency:get jakarta-enterprise-concurrent-api · libregistry