Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-2.0
-
None
-
Patch Available
Description
PREVIOUS_CONTEXT has been added to the ThreadMessageContext in core-spi. At any given time in a thread, PREVIOUS_CONTEXT represents it's immediate previous (old) message context in the thread. This is added strictly for the use of monitoring or other tooling, enabling the retrieval of the correct component name in case getService() returns a proxy. PREVIOUS_CONTEXT doesn't have any other meaning or use in the invocation chain other than this external tooling support.