Hibernate Reactive Panache guide missing documentation on `@TestReactiveTransaction`
See original GitHub issueDescribe the bug
The Quarkus Hibernate Reactive Panache guide does not have any information on the existence of the @TestReactiveTransaction
annotation nor how to use it.
Maybe it doesn’t belong in that guide because it isn’t specific to Panache Reactive and its more generic to reactive transaction management. That being said, it still isn’t discussed anywhere in the guides. I think, too, more is needed than a sentence or two just saying that its there. I think there need to be some examples that show how to use it.
Furthermore, the Tests and transactions section of the getting started testing guide is pretty weak. I think both need to be expanded on somewhere.
Maybe there needs to be a guide or something that talks about transaction management in general?
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a
or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:18 (17 by maintainers)
There are also some examples in the superheros sample app - https://github.com/quarkusio/quarkus-super-heroes/blob/main/rest-heroes/src/test/java/io/quarkus/sample/superheroes/hero/repository/HeroRepositoryTests.java
This looks like something we should document. I did run into the issue too myself.