reactive Jakarta Data repositories exception mapping
Description
Hibernate Processor already supports reactive repos, but not with the Jakarta Data annotations. At some stage, the spec might get support for this (though probably using CompletionStage), but no reason to not get out ahead of it.
Activity
Show:
Gavin King December 18, 2024 at 6:10 PM
I have fixed this and a couple of other problems with reactive repos.
Gavin King December 18, 2024 at 12:46 AM
Actually it looks like this is mostly working, the main issue is that the exception mapping code has no effect.
Hibernate Processor already supports reactive repos, but not with the Jakarta Data annotations. At some stage, the spec might get support for this (though probably using
CompletionStage
), but no reason to not get out ahead of it.