Skip to content

Commit 7d3b3eb

Browse files
authored
Merge pull request #51165 from Ladicek/smallrye-fault-tolerance-6.10.0
SmallRye Fault Tolerance: upgrade to 6.10.0
2 parents d138192 + d1c84b1 commit 7d3b3eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bom/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<smallrye-metrics.version>4.0.0</smallrye-metrics.version>
5353
<smallrye-open-api.version>4.2.3</smallrye-open-api.version>
5454
<smallrye-graphql.version>2.16.0</smallrye-graphql.version>
55-
<smallrye-fault-tolerance.version>6.9.3</smallrye-fault-tolerance.version>
55+
<smallrye-fault-tolerance.version>6.10.0</smallrye-fault-tolerance.version>
5656
<smallrye-jwt.version>4.6.2</smallrye-jwt.version>
5757
<smallrye-context-propagation.version>2.2.1</smallrye-context-propagation.version>
5858
<smallrye-reactive-streams-operators.version>1.0.13</smallrye-reactive-streams-operators.version>

docs/src/main/asciidoc/smallrye-fault-tolerance.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ implementation("io.quarkus:quarkus-smallrye-fault-tolerance")
576576
== Additional resources
577577

578578
SmallRye Fault Tolerance has more features than shown here.
579-
Please check the link:https://smallrye.io/docs/smallrye-fault-tolerance/6.9.2/index.html[SmallRye Fault Tolerance documentation] to learn about them.
579+
Please check the link:https://smallrye.io/docs/smallrye-fault-tolerance/6.10.0/index.html[SmallRye Fault Tolerance documentation] to learn about them.
580580

581581
In Quarkus, you can use the SmallRye Fault Tolerance optional features out of the box.
582582

@@ -608,15 +608,15 @@ quarkus.fault-tolerance.mp-compatibility=true
608608
----
609609
====
610610

611-
The link:https://smallrye.io/docs/smallrye-fault-tolerance/6.9.2/reference/programmatic-api.html[programmatic API] is present and integrated with the declarative, annotation-based API.
611+
The link:https://smallrye.io/docs/smallrye-fault-tolerance/6.10.0/reference/programmatic-api.html[programmatic API] is present and integrated with the declarative, annotation-based API.
612612
You can use the `Guard`, `TypedGuard` and `@ApplyGuard` APIs out of the box.
613613

614614
Support for Kotlin is present (assuming you use the Quarkus extension for Kotlin), so you can guard your `suspend` functions with fault tolerance annotations.
615615

616616
Metrics are automatically discovered and integrated.
617617
If your application uses the Quarkus extension for Micrometer, SmallRye Fault Tolerance will emit metrics to Micrometer.
618-
If your application uses the Quarkus extension for SmallRye Metrics, SmallRye Fault Tolerance will emit metrics to MicroProfile Metrics.
619-
Otherwise, SmallRye Fault Tolerance metrics will be disabled.
618+
Otherwise, SmallRye Fault Tolerance will emit metrics to MicroProfile Metrics, OpenTelemetry Metrics, or both, depending on which Quarkus extensions are present.
619+
If no Quarkus metrics extension is present, SmallRye Fault Tolerance metrics will be disabled.
620620

621621
[[configuration-reference]]
622622
== Configuration reference

0 commit comments

Comments
 (0)