Skip to content

Changes

Summary

  1. Issue #45 redone per review comments to keep withContextCapture on (details)
  2. Issue #80 JavaDoc for cleared() methods should document the requirement (details)
  3. Issue #60 TCK tests for ThreadContext override via MicroProfile Config (details)
Commit ecd5ab019a6a51bc1b10c0da88fa41b386bc2473 by Nathan Rauh
Issue #45 redone per review comments to keep withContextCapture on
ThreadContext but clarifying that stages run inline rather than new
async requests. Also rebased onto latest from master.
Signed-off-by: Nathan Rauh <nathan.rauh@us.ibm.com>
The file was modified api/src/main/java/org/eclipse/microprofile/concurrent/ThreadContext.java (diff)
The file was modified api/src/main/java/org/eclipse/microprofile/concurrent/ManagedExecutor.java (diff)
Commit 8710633df05e81e695da4b049931b37939bec814 by Nathan Rauh
Issue #80 JavaDoc for cleared() methods should document the requirement
around appending ALL_REMAINING if not specified elsewhere
Signed-off-by: Nathan Rauh <nathan.rauh@us.ibm.com>
The file was modified api/src/main/java/org/eclipse/microprofile/concurrent/ManagedExecutorConfig.java (diff)
The file was modified api/src/main/java/org/eclipse/microprofile/concurrent/ThreadContext.java (diff)
The file was modified api/src/main/java/org/eclipse/microprofile/concurrent/ThreadContextConfig.java (diff)
The file was modified api/src/main/java/org/eclipse/microprofile/concurrent/ManagedExecutor.java (diff)
Commit 41935ed0fd177583b2d2b4008fe4e8fde2324f75 by Nathan Rauh
Issue #60 TCK tests for ThreadContext override via MicroProfile Config
Signed-off-by: Nathan Rauh <nathan.rauh@us.ibm.com>
The file was modified tck/src/main/java/org/eclipse/microprofile/concurrency/tck/TckTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/concurrency/tck/ThreadContextTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/concurrency/tck/MPConfigTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/concurrency/tck/MPConfigBean.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/concurrency/tck/ManagedExecutorTest.java (diff)
The file was modified tck/src/main/resources/META-INF/microprofile-config.properties (diff)