Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SmallRye Fault Tolerance 6.6.1 release announcement #105

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions _posts/2024-10-29-fault-tolerance-6-6-1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
:page-layout: post
:page-title: Fault Tolerance 6.6.1
:page-synopsis: SmallRye Fault Tolerance 6.6.1 released!
:page-tags: [announcement, microprofile]
:page-date: 2024-10-29 11:00:00.000 +0100
:page-author: lthon
:smallrye-ft: SmallRye Fault Tolerance
:microprofile-ft: MicroProfile Fault Tolerance

= Fault Tolerance 6.6.1

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

The CDI extension in {smallrye-ft} (`FaultToleranceExtension`) was changed in {smallrye-ft} 6.5.0 to support multiple metric providers at the same time.
This support wasn't functioning properly in case the metrics classes for given provider were present, but the dependencies on required beans were not satisfied.
In this release, all the metric providers now depend on the required beans lazily (by injecting `Provider` of given class, instead of the class directly).
This, together with some refactoring from field injection to constructor injection for simplification, fixes the issue.

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