Skip to content

Releases: eclipse/microprofile-context-propagation

MicroProfile Context Propagation 1.3

01 Dec 19:34
Compare
Choose a tag to compare

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>

MicroProfile Context Propagation 1.3 Release Candidate 1

05 Aug 19:21
Compare
Choose a tag to compare

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>

MicroProfile Context Propagation 1.2

12 Mar 15:42
Compare
Choose a tag to compare

Javadoc | Spec PDF | Spec HTML (browsable)

MicroProfile Context Propagation 1.2 adds compatibility with MicroProfile 4.0 and also adds some new interface methods for additional functionality. For more detail, see the release notes and full change log.

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

MicroProfile Context Propagation 1.2 RC1

19 Jan 15:14
Compare
Choose a tag to compare

Release Candidate 1 of MicroProfile Context Propagation 1.2 adds compatibility with MicroProfile 4.0 and also adds some new interface methods for additional functionality.

Javadoc | Spec PDF | Spec HTML (browsable)

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

MicroProfile Context Propagation 1.1

22 Oct 15:51
Compare
Choose a tag to compare

PLEASE DO NOT USE THIS VERSION. MicroProfile Context Propagation 1.1 was released during the transition of the MicroProfile Project to the MicroProfile Working Group. It has not gone through the newly defined MicroProfile Specification Process and has not had a MicroProfile Steering Committee vote.


MicroProfile Context Propagation 1.1 adds compatibility with MicroProfile 4.0 and also adds some new interface methods for additional functionality.

Javadoc | Spec PDF | Spec HTML (browsable)

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

MicroProfile Context Propagation 1.0.2 (with Jakarta EE 8 dependencies)

23 Dec 18:37
Compare
Choose a tag to compare

MicroProfile Context Propagation 1.0.2.

The spec and API for version 1.0.2 are identical to version 1.0. The TCK dependencies are updated to point at Jakarta EE 8 API rather than Java EE 8.

Javadoc | Spec PDF | Spec HTML (browsable)

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

MicroProfile Context Propagation 1.0.1 (includes TCK updates)

01 Oct 14:12
Compare
Choose a tag to compare

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>

MicroProfile Context Propagation 1.0

08 Jul 15:51
Compare
Choose a tag to compare

MicroProfile Context Propagation 1.0.

Javadoc | Spec PDF | Spec HTML (browsable)

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

MicroProfile Context Propagation 1.0 RC 3

13 Jun 19:18
Compare
Choose a tag to compare

Release candidate 3 of MicroProfile Context Propagation 1.0.

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

MicroProfile Context Propagation 1.0 RC 2

25 Apr 18:13
Compare
Choose a tag to compare

Release candidate 2 of MicroProfile Context Propagation 1.0.

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