-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Capture context snapshots as part of the API (#527)
* Replace core ContextManagers.createContextSnapshot by api ContextSnapshot.capture. Signed-off-by: Sjoerd Talsma <[email protected]> * Move javadoc for ContextManager.clearAll. Signed-off-by: Sjoerd Talsma <[email protected]> * Rename loggers in snapshot implementation appropriately. Signed-off-by: Sjoerd Talsma <[email protected]> * Move some tests to api package. Signed-off-by: Sjoerd Talsma <[email protected]> * Replace ContextManagers.createContextSnapshot() with ContextSnapshot.capture(). Signed-off-by: Sjoerd Talsma <[email protected]> * Replace ContextManagers.createContextSnapshot() with ContextSnapshot.capture() in documentation. Signed-off-by: Sjoerd Talsma <[email protected]> * Test Context Snapshot Signed-off-by: Sjoerd Talsma <[email protected]> * Remove more ContextManagers references. Signed-off-by: Sjoerd Talsma <[email protected]> * Remove yet more ContextManagers references. Signed-off-by: Sjoerd Talsma <[email protected]> * Update context-propagation-api/src/main/java/nl/talsmasoftware/context/api/ContextSnapshot.java * Update context-propagation-api/src/main/java/nl/talsmasoftware/context/api/ContextSnapshot.java * Clear service cache when capture exception occurs. Signed-off-by: Sjoerd Talsma <[email protected]> * Remove replaced ContextManagers utility class. Signed-off-by: Sjoerd Talsma <[email protected]> --------- Signed-off-by: Sjoerd Talsma <[email protected]>
- Loading branch information
1 parent
5a7704d
commit 725f158
Showing
68 changed files
with
882 additions
and
652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.