MicroProfile Context Propagation 1.0.1 (includes TCK updates)
MicroProfile Context Propagation 1.0.1.
The spec and API for version 1.0.1 are identical to version 1.0. The only difference in 1.0.1 is that the TCK is more lenient with regard to the usage of other capabilities (CDI, Transactions, Java reflection) within the tests, with the aim being that if an implementation does not support certain aspects of these external specs, it can still pass the MicroProfile Context Propagation TCK.
Javadoc | Spec PDF | Spec HTML (browsable)
<dependency>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-api</artifactId>
<version>1.0.1</version>
</dependency>