-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SmallRye Fault Tolerance 6.6.2 release announcement
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
:page-layout: post | ||
:page-title: Fault Tolerance 6.6.2 | ||
:page-synopsis: SmallRye Fault Tolerance 6.6.2 released! | ||
:page-tags: [announcement, microprofile] | ||
:page-date: 2024-11-14 12:00:00.000 +0100 | ||
:page-author: lthon | ||
:smallrye-ft: SmallRye Fault Tolerance | ||
:microprofile-ft: MicroProfile Fault Tolerance | ||
|
||
= Fault Tolerance 6.6.2 | ||
|
||
Today, we announce the https://github.com/smallrye/smallrye-fault-tolerance/releases/tag/6.6.2[release] of {smallrye-ft} 6.6.2. | ||
This release contains two small bugfixes. | ||
|
||
The `@BeforeRetry` annotation didn't work correctly when guarding asynchronous actions (returning `CompletionStage`, `Uni` etc.). | ||
This bug has been fixed in this release. | ||
|
||
The support for multiple metric providers was fixed to work properly in EE environments like WildFly. | ||
|
||
As usual, if you have any ideas for improvements, please https://github.com/smallrye/smallrye-fault-tolerance/issues[file an issue]! |