Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottmarlow/7dd9b62089a17da246b1bf8cf0a59eef to your computer and use it in GitHub Desktop.
Save scottmarlow/7dd9b62089a17da246b1bf8cf0a59eef to your computer and use it in GitHub Desktop.
wget https://download.eclipse.org/jakartaee/platform/9.1/jakarta-jakartaeetck-9.1.0.zip
unzip jakarta-jakartaeetck-9.1.0.zip
cd jakartaeetck/dist/com/sun/ts/tests/concurrency
find -name *.ear | wc -l
21
find -name *.ear
./spec/ManagedThreadFactory/tx/concurrency_spec_ManagedThreadFactory_tx.ear
./spec/ManagedThreadFactory/context/context.ear
./spec/ManagedScheduledExecutorService/tx/concurrency_spec_managedScheduledExecutorService_tx.ear
./spec/ManagedScheduledExecutorService/security/SecurityTest.ear
./spec/ManagedScheduledExecutorService/managed/forbiddenapi/forbiddenapiTest.ear
./spec/ManagedScheduledExecutorService/inheritedapi/inheritedapi.ear
./spec/ManagedExecutorService/tx/concurrency_spec_managedExecutorService_tx.ear
./spec/ManagedExecutorService/security/SecurityTest.ear
./spec/ManagedExecutorService/managed/forbiddenapi/forbiddenapiTest.ear
./spec/ContextService/tx/concurrency_spec_ContextService_tx.ear
./spec/ContextService/contextPropagate/ContextPropagate.ear
./api/Trigger/concurrency_api_Trigger_vehicles.ear
./api/SkippedException/concurrency_api_SkippedException_vehicles.ear
./api/ManagedTaskListener/concurrency_api_managedTaskListener_vehicles.ear
./api/ManagedTask/concurrency_api_managedTask_vehicles.ear
./api/ManagedScheduledExecutorService/concurrency_api_ManagedScheduledExecutorService_vehicles.ear
./api/ManagedExecutors/concurrency_api_managedExecutors_vehicles.ear
./api/ManageableThread/concurrency_api_ManageableThread_vehicles.ear
./api/LastExecution/concurrency_api_LastExecution_vehicles.ear
./api/ContextService/concurrency_api_ContextService_vehicles.ear
./api/AbortedException/concurrency_api_AbortedException_vehicles.ear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment