Skip to content

Commit

Permalink
SmallRye Fault Tolerance 6.4.0 release announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Jul 22, 2024
1 parent 6fc5caa commit 9eb4e59
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _posts/2024-07-22-fault-tolerance-6-4-0.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
:page-layout: post
:page-title: Fault Tolerance 6.4.0
:page-synopsis: SmallRye Fault Tolerance 6.4.0 released!
:page-tags: [announcement, microprofile]
:page-date: 2024-07-22 10:00:00.000 +0100
:page-author: lthon
:smallrye-ft: SmallRye Fault Tolerance
:microprofile-ft: MicroProfile Fault Tolerance

= Fault Tolerance 6.4.0

Today, we announce the https://github.com/smallrye/smallrye-fault-tolerance/releases/tag/6.4.0[release] of {smallrye-ft} 6.4.0.
This release contains one new feature and one bugfix.

The `@BeforeRetry` annotation was added, together with the corresponding methods in the programmatic API.
The annotation allows defining an action that should happen before each retry, but not before the initial attempt.
See the https://smallrye.io/docs/smallrye-fault-tolerance/6.4.0/reference/retry.html#_before_retry_actions[documentation] for more information.

Further, the `synchronized` keyword was replaced on one place with a `ReentrantLock`, making the programmatic API more friendly with virtual threads.

As usual, if you have any ideas for improvements, please https://github.com/smallrye/smallrye-fault-tolerance/issues[file an issue]!

0 comments on commit 9eb4e59

Please sign in to comment.