Skip to content

Commit 078ca5d

Browse files
authored
Merge pull request #46720 from Ladicek/smallrye-fault-tolerance-6.9.0
SmallRye Fault Tolerance: upgrade to 6.9.0
2 parents 5aa5bb5 + ad448ac commit 078ca5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bom/application/pom.xml

+1-1
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.0.8</smallrye-open-api.version>
5454
<smallrye-graphql.version>2.12.1</smallrye-graphql.version>
55-
<smallrye-fault-tolerance.version>6.8.0</smallrye-fault-tolerance.version>
55+
<smallrye-fault-tolerance.version>6.9.0</smallrye-fault-tolerance.version>
5656
<smallrye-jwt.version>4.6.1</smallrye-jwt.version>
5757
<smallrye-context-propagation.version>2.2.0</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

+2-2
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.7.3/index.html[SmallRye Fault Tolerance documentation] to learn about them.
579+
Please check the link:https://smallrye.io/docs/smallrye-fault-tolerance/6.9.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,7 +608,7 @@ quarkus.fault-tolerance.mp-compatibility=true
608608
----
609609
====
610610

611-
The link:https://smallrye.io/docs/smallrye-fault-tolerance/6.7.3/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.9.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.

0 commit comments

Comments
 (0)