Releases: eclipse/microprofile-fault-tolerance
4.1.1
Javadocs | Spec PDF | Spec html
This release includes two TCK fixes:
- Update Awaitility to a version which works with early access Java releases #650
- Avoid using test groups for test ordering #649
This is the 4.1.1 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>4.1.1</version>
</dependency>
4.1
4.1-RC4
4.1-RC3
4.1-RC2
4.1-RC1
4.0.2
Javadocs | Spec PDF | Spec html
A full list of changes may be found here
This is the 4.0.2 release, which contains a few tck improvements. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>4.0.2</version>
</dependency>
MicroProfile Fault Tolerance 4.0
Javadocs | Spec PDF | Spec html
More info on the changelog
A full list of changes may be found here
This is the 4.0 release, which contains a few tck improvements. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>4.0</version>
</dependency>
4.0-RC5
Javadocs | Spec PDF | Spec html
More info on the changelog
A full list of changes may be found here
This is the 4.0-RC5 release, which contains a few tck improvements. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>4.0-RC5</version>
</dependency>
4.0-RC4
Javadocs | Spec PDF | Spec html
More info on the changelog
A full list of changes may be found here
This is the 4.0-RC4 release, which contains a few tck improvements. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>4.0-RC4</version>
</dependency>