Skip to content

Releases: eclipse/microprofile-fault-tolerance

Fault Tolerance 2.0.3-RC1

18 Dec 23:18
Compare
Choose a tag to compare
Pre-release

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

17 Oct 13:35
Compare
Choose a tag to compare

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

16 Oct 16:04
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF | Spec html
This is the 2.0.2-RC2 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
  <artifactId>microprofile-fault-tolerance-api</artifactId>
  <version>2.0.2-RC2</version>
</dependency>

MicroProfile Fault Tolerance 2.0.2-RC1

15 Oct 17:30
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF | Spec html
This is the 2.0.2-RC1 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
  <artifactId>microprofile-fault-tolerance-api</artifactId>
  <version>2.0.2-RC1</version>
</dependency>

MicroProfile Fault Tolerance 2.0.1

10 Jul 16:12
Compare
Choose a tag to compare

Javadocs | Spec PDF | Spec html
This is the 2.0.1 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
  <artifactId>microprofile-fault-tolerance-api</artifactId>
  <version>2.0.1</version>
</dependency>

MicroProfile Fault Tolerance 2.0.1-RC2

09 Jul 15:39
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF | Spec html
This is the 2.0.1-RC2 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
  <artifactId>microprofile-fault-tolerance-api</artifactId>
  <version>2.0.1-RC2</version>
</dependency>

MicroProfile Fault Tolerance 2.0.1-RC1

09 Jul 09:49
Compare
Choose a tag to compare
Pre-release

Javadocs | Spec PDF | Spec html
This is the 2.0.1-RC1 release. Maven coordinates:

<dependency>
  <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
  <artifactId>microprofile-fault-tolerance-api</artifactId>
  <version>2.0.1-RC1</version>
</dependency>

2.0

18 Jan 22:46
Compare
Choose a tag to compare
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

18 Jan 22:43
Compare
Choose a tag to compare
2.0-RC4 Pre-release
Pre-release
[maven-release-plugin] copy for tag 2.0-RC4

Fault Tolerance 2.0-RC3

15 Jan 23:21
Compare
Choose a tag to compare
Pre-release

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.