Skip to content

Changes

Summary

  1. Issue #40 fix CDI annotations to define scope and state when a shared (details)
  2. Issue #40 review comment fixes (details)
  3. Issue #41 combine builders into main spec interfaces (details)
Commit ec10a2ebb87a2983928896dc0c2216fd2cc41c14 by Nathan Rauh
Issue #40 fix CDI annotations to define scope and state when a shared
instance must be returned
Signed-off-by: Nathan Rauh <nathan.rauh@us.ibm.com>
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/ManagedExecutorConfig.java (diff)
Commit 624ae132b985e6e6a3e3c0dc5789df200167e585 by Nathan Rauh
Issue #40 review comment fixes
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/ManagedExecutorConfig.java (diff)
Commit e9c864743b0035b52e147a95ff33f3ea6abb80d5 by Nathan Rauh
Issue #41 combine builders into main spec interfaces
Signed-off-by: Nathan Rauh <nathan.rauh@us.ibm.com>
The file was removedapi/src/main/java/org/eclipse/microprofile/concurrent/ThreadContextBuilder.java
The file was removedapi/src/main/java/org/eclipse/microprofile/concurrent/ManagedExecutorBuilder.java
The file was modified api/src/main/java/org/eclipse/microprofile/concurrent/ManagedExecutor.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/spi/ConcurrencyManager.java (diff)
The file was modified api/src/main/java/org/eclipse/microprofile/concurrent/spi/ConcurrencyProvider.java (diff)