Skip to content

Commit

Permalink
Merge pull request #45493 from Ladicek/smallrye-fault-tolerance-6.7.3
Browse files Browse the repository at this point in the history
SmallRye Fault Tolerance: upgrade to 6.7.3
  • Loading branch information
geoand authored Jan 10, 2025
2 parents 8da6801 + 4bf6f45 commit e062cb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<smallrye-metrics.version>4.0.0</smallrye-metrics.version>
<smallrye-open-api.version>4.0.6</smallrye-open-api.version>
<smallrye-graphql.version>2.12.0</smallrye-graphql.version>
<smallrye-fault-tolerance.version>6.7.2</smallrye-fault-tolerance.version>
<smallrye-fault-tolerance.version>6.7.3</smallrye-fault-tolerance.version>
<smallrye-jwt.version>4.6.1</smallrye-jwt.version>
<smallrye-context-propagation.version>2.2.0</smallrye-context-propagation.version>
<smallrye-reactive-streams-operators.version>1.0.13</smallrye-reactive-streams-operators.version>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/smallrye-fault-tolerance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ implementation("io.quarkus:quarkus-smallrye-fault-tolerance")
== Additional resources

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

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

Expand Down Expand Up @@ -608,7 +608,7 @@ quarkus.fault-tolerance.mp-compatibility=true
----
====

The link:https://smallrye.io/docs/smallrye-fault-tolerance/6.7.2/reference/programmatic-api.html[programmatic API] is present and integrated with the declarative, annotation-based API.
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.
You can use the `Guard`, `TypedGuard` and `@ApplyGuard` APIs out of the box.

Support for Kotlin is present (assuming you use the Quarkus extension for Kotlin), so you can guard your `suspend` functions with fault tolerance annotations.
Expand Down
4 changes: 0 additions & 4 deletions extensions/smallrye-fault-tolerance/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<artifactId>quarkus-smallrye-fault-tolerance-deployment</artifactId>
<name>Quarkus - SmallRye Fault Tolerance - Deployment</name>

<properties>
<skipTests>true</skipTests>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit e062cb5

Please sign in to comment.