-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancementA general enhancement
Milestone
Description
Oliver Drotbohm opened SPR-15806 and commented
With the advent of functional libraries handling exceptions using Try
types has become quite a recurring pattern, Vavr.io's Try
being a prominent example.
It would be cool if Spring's transaction management understood those well-known types and triggered rollbacks in case a failure representing value is returned from the method.
Issue Links:
- DATACMNS-983 Support for Vavr's Try as query method return value
- Cache, allow custom wrapper types other than java.util.Optional [SPR-16530] #21073 Cache, allow custom wrapper types other than java.util.Optional
3 votes, 4 watchers
Metadata
Metadata
Assignees
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancementA general enhancement