Skip to content

Commit

Permalink
Merge pull request #32494 from qww1552
Browse files Browse the repository at this point in the history
* pr/32494:
  Fix link to vavr in the reference guide

Closes gh-32494
  • Loading branch information
snicoll committed Mar 20, 2024
2 parents ef02f0b + 0b3a05b commit 592f236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ As of Spring Framework 5.2, the default configuration also provides support for
Vavr's `Try` method to trigger transaction rollbacks when it returns a 'Failure'.
This allows you to handle functional-style errors using Try and have the transaction
automatically rolled back in case of a failure. For more information on Vavr's Try,
refer to the [official Vavr documentation](https://www.vavr.io/vavr-docs/#_try).
refer to the https://docs.vavr.io/#_try[official Vavr documentation].

Here's an example of how to use Vavr's Try with a transactional method:
[tabs]
Expand Down

0 comments on commit 592f236

Please sign in to comment.