Jakarta Concurrency3.02.01.0
This feature enables the creation of managed executors that allow applications to submit tasks to run concurrently, with thread context that is managed by the application server.It also enables the creation of managed thread factories to create threads that run with the threadcontext of the component that looks up the managed thread factory.
Enabling this feature
To enable the Jakarta Concurrency 3.0 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>concurrent-3.0</feature>
Standard API packages provided by this feature
jakarta.annotation
jakarta.annotation.security
jakarta.annotation.sql
jakarta.enterprise.concurrent
jakarta.enterprise.concurrent.spi
Developing a feature that depends on this feature
If you are developing a feature that depends on this feature, include the following item in the Subsystem-Content
header in your feature manifest file.
io.openliberty.concurrent-3.0; type="osgi.subsystem.feature"