question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hibernate Reactive Panache guide missing documentation on `@TestReactiveTransaction`

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:18 (17 by maintainers)

github_iconTop GitHub Comments

0reactions
FroMagecommented, Mar 1, 2022

This looks like something we should document. I did run into the issue too myself.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Simplified Hibernate Reactive with Panache - Quarkus
Hibernate Reactive with Panache focuses on making your entities trivial and fun to write in ... Follow the Hibernate set-up guide for all...
Read more >
Hot answers tagged quarkus-panache - Stack Overflow
Quarkus Hibernate Reactive panache mysql. I resolved this problem by adding ... From the example from the documentation guide: // set the name...
Read more >
chore(deps): update dependency io.quarkus:quarkus ... - GitLab
... #​25360 - Add missing imports in RestEasy Reactive Client guide ... annotation is JTA-specific: should be reusable for Hibernate Reactive with Panache...
Read more >
Hibernate ORM with Panache in Quarkus - In Relation To
Quarkus allows us to do a lot of bytecode modification at build-time, which (among many benefits) lets us side-step Java's lack of support...
Read more >
Quarkus: Hibernate with panache | DevNation Tech Talk
Quarkus is Supersonic Subatomic #Java™. Not only does it boot extremely fast and with low memory footprint, it also brings supersonic ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found