Releases: eclipse/microprofile-fault-tolerance
Fault Tolerance 2.0.3-RC1
Javadocs | Spec PDF | Spec html
This is the 2.0.3-RC1 release, which only contains TCKs improvements over 2.0.2 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>2.0.3-RC1</version>
</dependency>
MicroProfile Fault Tolerance 2.0.2 Final Release
Javadocs | Spec PDF | Spec html
This is the 2.0.2 final release, which only contains TCKs improvements over 2.0.1 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>2.0.2</version>
</dependency>
MicroProfile Fault Tolerance 2.0.2-RC2
MicroProfile Fault Tolerance 2.0.2-RC1
MicroProfile Fault Tolerance 2.0.1
MicroProfile Fault Tolerance 2.0.1-RC2
MicroProfile Fault Tolerance 2.0.1-RC1
2.0
Javadocs | Spec PDF | Spec html
This is the final release of 2.0.
The following issues are under this release.
https://github.com/eclipse/microprofile-fault-tolerance/issues?q=is%3Aissue+milestone%3A2.0+is%3Aclosed
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>2.0</version>
</dependency>
Note: This release is a major release of Fault Tolerance. The reason for increasing the release version to 2.0 is that this release upgrades its CDI dependency from CDI 1.2 to CDI 2.0, in order to use the new features introduced by CDI 2.0. Therefore, this specification is not compatible with Java EE7 but is compatible with Java EE8. Other than this, there are no backward incompatible changes introduced in this specification.
2.0-RC4
[maven-release-plugin] copy for tag 2.0-RC4
Fault Tolerance 2.0-RC3
FT 2.0-RC3 release
https://github.com/eclipse/microprofile-fault-tolerance/issues?q=is%3Aissue+milestone%3A2.0+is%3Aclosed
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>2.0-RC3</version>
</dependency>
Note: This release is a major release of Fault Tolerance. The reason for increasing the release version to 2.0 is that this release upgrades its CDI dependency from CDI 1.2 to CDI 2.0, in order to use the new features introduced by CDI 2.0. Therefore, this specification is not compatible with Java EE7 but is compatible with Java EE8. Other than this, there are no backward incompatible changes introduced in this specification.