Skip to content

gauthamkrishnanibm/jakarta-concurrency-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jakarta Concurrency Features Demo

Requires Java. IBM Semueru Runtimes Java 17 can be obtained here

Environment Setup

To run this sample, first download zip or clone this repo - to clone:

git clone [email protected]:gauthamkrishnanibm/jakarta-concurrency-demo.git

Running the Sample

From inside the jakarta-concurrency-demo-main directory, build and start the application in Open Liberty with the following command:

./mvnw liberty:dev

This app will demo key features of Jakarta Concurrency - ManagedExecuterService, ContextService and ManagedThreadFactory.

Once the server has started,

For ManagedExecuterService http://localhost:9080/concurrency/api/managedExecuters

For managedThreads http://localhost:9080/concurrency/api/managedThreads

For contextPropagation http://localhost:9080/concurrency/api/contextPropagation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages