Skip to content

Commit 099bac7

Browse files
authored
Merge pull request #129 from Ladicek/fault-tolerance-6.10.0
SmallRye Fault Tolerance 6.10.0 release announcement
2 parents e9d8df6 + 9be2f9f commit 099bac7

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
:page-layout: post
2+
:page-title: Fault Tolerance 6.10.0
3+
:page-synopsis: SmallRye Fault Tolerance 6.10.0 released!
4+
:page-tags: [announcement, microprofile]
5+
:page-date: 2025-11-21 12:00:00.000 +0100
6+
:page-author: lthon
7+
:smallrye-ft: SmallRye Fault Tolerance
8+
:microprofile-ft: MicroProfile Fault Tolerance
9+
10+
= Fault Tolerance 6.10.0
11+
12+
Today, we announce the https://github.com/smallrye/smallrye-fault-tolerance/releases/tag/6.10.0[release] of {smallrye-ft} 6.10.0.
13+
This release contains one improvement and one bug fix.
14+
15+
Previous versions of {smallrye-ft} included support libraries for async types from Mutiny (`Uni`) and RxJava 3 (`Single`, `Maybe` and `Completable`).
16+
In this release, the Vert.x support library, which previously only included support for the Vert.x event loop, also includes support for the Vert.x `Future` type.
17+
All guarded asynchronous methods may now return `io.vertx.core.Future` and if the Vert.x support library is present, it will all work.
18+
19+
Also, the previous {smallrye-ft} versions supported `@Fallback` methods on interfaces where the fallback method is a `default` method in the interface.
20+
As it turned out, this only worked when the interface was `public`.
21+
This release fixes the issue.
22+
23+
As usual, if you have any ideas for improvements, please https://github.com/smallrye/smallrye-fault-tolerance/issues[file an issue]!

0 commit comments

Comments
 (0)