spring-framework/framework-docs
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
..
src feat: Add support for Vavr's Try monad to trigger transaction rollbacks 2023-03-28 10:38:03 +02:00
framework-docs.gradle Upgrade to spring-asciidoctor-backends 0.0.5 2023-03-02 16:50:48 +01:00