Skip to content

MicroProfile Context Propagation 1.3 Release Candidate 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@njr-11 njr-11 released this 05 Aug 19:21

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. 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-RC1</version>
</dependency>