spring-framework/framework-docs/src
Ed .d 50d01ce405 feat: Add support for Vavr's Try monad to trigger transaction rollbacks
Updated the Spring Framework documentation to include an example of using Vavr's Try monad to trigger transaction rollbacks when a @Transactional-annotated method returns a Failure. The modified documentation demonstrates how to use Try in a transactional method and how to check if an exception has been wrapped inside a Try.Failure instance. Additionally, a link to the official Vavr documentation was added to provide more information on the Try method.
2023-03-28 10:38:03 +02:00
..
docs feat: Add support for Vavr's Try monad to trigger transaction rollbacks 2023-03-28 10:38:03 +02:00
main/java/org/springframework/docs Fix build 2023-02-02 20:12:18 +01:00