Skip to content

MicroProfile Context Propagation 1.3

Latest
Compare
Choose a tag to compare
@njr-11 njr-11 released this 01 Dec 19:34

Javadoc | Spec PDF | Spec HTML (browsable)

MicroProfile Context Propagation 1.3 aligns with Jakarta EE 9 and MicroProfile 5.0 specifications by converting its TCK tests and the code examples within the MicroProfile Context Propagation specification to use the jakarta package namespace. Thus, the TCK for MicroProfile Context Propagation 1.3 runs with Jakarta EE 9, not EE 8. Continue to use MicroProfile Context Propagation 1.2 for Jakarta EE 8 applications. In 1.3, there are no updates to the API and SPI, which remain identical to the 1.2 release. Refer to the release notes and full change log.

<dependency>
    <groupId>org.eclipse.microprofile.context-propagation</groupId>
    <artifactId>microprofile-context-propagation-api</artifactId>
    <version>1.3</version>
</dependency>