Davide D'Alto
Davide D'Alto
I don't mind updating the documentation, but I would like to make sure that we agree on this approach and we are going to merge it before updating the docs.
I've added an example in the guides and refactor the code to remove some of the trims. Let me know.
Ah nevermind, I need to add the feature to reactive. I was expecting this logic to be shared
I've added the missing part for Hibernate Reactive, the guides and refactor the code. Something is failing on CI but I don't think it's related to these changes. It should...
I've updated the PR and added a commit that replaces all the `it's` to `it is`: https://github.com/quarkusio/quarkus/pull/26510/commits/4b45773a82bf44e7e6de359279b4a4e8787506d3
I'm having a look
Is there a test project somewhere that I can look at?
> If you wish i could create a demo test repo That would be great and save me a lot of time
> This looks like the same issue as others have reported: not using a transaction and/or not delegating to the right thread. I think so, but I prefer to check...