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.