Skip to content

Fault Tolerance 1.1-RC8

Pre-release
Pre-release
Compare
Choose a tag to compare
@Emily-Jiang Emily-Jiang released this 25 May 13:49

https://github.com/eclipse/microprofile-fault-tolerance/milestone/3

The main functionality is:

disable individual annotations via config
update ExecutionContext spi to add one more method getFailure
interaction with MP Metrics

Artifacts can be found at https://oss.sonatype.org/#nexus-search;quick~microprofile

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