Skip to content

Changes

Summary

  1. Do not specify that tasks should be cancelled on executor shutdown call. (details)
  2. Issue #60 TCK tests for submit and execute (details)
  3. Modify shutdown test to be more lenient towards state of Future (details)
Commit 6062ba4025c662ccea3141f2051a9e88bfee93e8 by Matej Novotny
Do not specify that tasks should be cancelled on executor shutdown call.
Alter relevant TCKs. Fixes #78.
Signed-off-by: Matej Novotny <manovotn@redhat.com>
The file was modified api/src/main/java/org/eclipse/microprofile/concurrent/ThreadContext.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/concurrency/tck/ManagedExecutorTest.java (diff)
The file was modified api/src/main/java/org/eclipse/microprofile/concurrent/ManagedExecutor.java (diff)
Commit 23300d3324f54a2f21176aab6d5e22388837876c by Nathan Rauh
Issue #60 TCK tests for submit and execute
Signed-off-by: Nathan Rauh <nathan.rauh@us.ibm.com>
The file was modified tck/src/main/java/org/eclipse/microprofile/concurrency/tck/ManagedExecutorTest.java (diff)
Commit 980d80e1802830f19e886c442b669472e7cc14cc by Matej Novotny
Modify shutdown test to be more lenient towards state of Future
variables.
The file was modified tck/src/main/java/org/eclipse/microprofile/concurrency/tck/ManagedExecutorTest.java (diff)