Skip to content
Started 1 yr 9 mo ago
Took 21 sec on basic-c0xc6

#7 (Jul 14, 2022, 10:11:20 AM)

Changes
  1. PAYARA-3122 Managed Scheduled Executor Service still executes tasks after undeployment (details / githubweb)
  2. Bump junit from 4.12 to 4.13.1 (details / githubweb)
  3. change api version to 3.0 (details / githubweb)
  4. make unit tests executed (details / githubweb)
  5. implement majority of Managed-Scheduled-ExecutorServiceImpl new methods (details / githubweb)
  6. asynchronous annotation runs the method in provided executor (details / githubweb)
  7. FISH-5965: support forkjoinworkerthreadfactory for parallel stream (details / githubweb)
  8. FISH-5965: update newThread impl to use a WorkerThread class (details / githubweb)
  9. FISH-5965: adding context to the workerThread created (details / githubweb)
  10. FISH-5965: adding more unit test for forkJoinWorkerThread implementation (details / githubweb)
  11. do not cache managedexecutorservice among interceptor calls (details / githubweb)
  12. implement completedFuture on managed completable future (details / githubweb)
  13. check jndi object presence and type during asynchronous execution (details / githubweb)
  14. pass context service to thread factory in AbstractManagedExecutorService (details / githubweb)
  15. first attempt to implement ContextServiceImpl.contextualSupplier() (details / githubweb)
  16. implement few new methods in ContextServiceImpl (details / githubweb)
  17. dont push contextService to managed thread factory (details / githubweb)
  18. remove transaction handling rom ContextProxyInvocationHandler (details / githubweb)
  19. return second layer of transaction context in ContextProxyInvocationHandler (details / githubweb)
  20. fix transaction suspend in contextual call (details / githubweb)
  21. put future-related methods to AbstractManagedExecutorService (details / githubweb)
  22. FISH-5966: Adding implementation to return CompletionStage and CompletableFuture (details / githubweb)
  23. FISH-5966: adding implementation for ManagedCompletableFuture methods (details / githubweb)
  24. FISH-6204 implement MSES.getContextService (details / githubweb)
  25. FISH-6216 asynchronous processing logging improvement (details / githubweb)
  26. fix setup of thread priorities in threadfactory (details / githubweb)
  27. add support for jndi notification handler (details / githubweb)
  28. implement ManagedCompletableFuture supplyAsync and thenCombine (details / githubweb)
  29. implement ManagedCompletableFuture few more asynch methods (details / githubweb)
  30. implement few MCF.*Async methods, MSES.copy (details / githubweb)
  31. add possibility for Asynchronous method to return any CompletableFuture (details / githubweb)
  32. fix timezone processing in managed scheduled thread pool executor (details / githubweb)
  33. implement thenAcceptBoth in managed completable future (details / githubweb)
  34. FISH-6281: adding impl for concurrency withContextCapture methods (details / githubweb)
  35. implement ManagedCompletableFuture.exceptionally (details / githubweb)
  36. finish ContextServiceImpl.withContextCapture (details / githubweb)
  37. set version to 3.0.0-RC1 (details / githubweb)
  38. depend on concurrency API 3.0.0 (details / githubweb)
  39. correct headers of new files to eplv2 (details / githubweb)
  40. add license info to modified files (details / githubweb)
  41. cleanup - remove dead code, clean wildcard imports (details / githubweb)
  42. change version back to snapshot for eclipse build (details / githubweb)
  43. managed thread factory - make context setup provider private with protected getter (details / githubweb)
  44. Update README.md (details / githubweb)
  45. Updating and tidying pom (details / githubweb)
  46. Add most common rules to gitignore (details / githubweb)
  47. Backport Payara CDI Extension code to GlassFish (details / githubweb)
  48. Upgrade to latest service release of the api (details / githubweb)

Started by user arjan tijms

This run spent:

  • 16 sec waiting;
  • 21 sec build duration;
  • 38 sec total from scheduled to completion.
Revision: 6e07873e650b2696d38f808f71a150456058fc1d
Repository: git@github.com:eclipse-ee4j/concurrency-ri.git
  • refs/remotes/origin/master