Improve procedure for handling open transactions#29748
Conversation
ahus1
left a comment
There was a problem hiding this comment.
Thank you for looking into this.
This would still be necessary if a deployment has XA transactions enabled. But the path is wrong, as it is set for Quarkus to a different value:
See
keycloak/docs/guides/server/db.adoc
Lines 270 to 283 in 9db1443
Note that XA transactions have been enabled by default in the Quarkus versions up until KC24 (including), and have been disabled by default in KC25 (see #27308).
00f101c to
5ba1468
Compare
|
@ahus1 |
|
@k-tamura - thank you, the updated docs match Keycloak's behavior. To be able to merge this PR, I ask you to squash those commits, and add a Sign-off to the commit. See the file |
Signed-off-by: k-tamura <ktamura.biz.80@gmail.com>
|
@ahus1 |
ahus1
left a comment
There was a problem hiding this comment.
Thank you for this fix and making the docs accurate!
|
Thank you - your changes will be part of the next major release of Keycloak (26.0.0) |
This operation should not be necessary in the Quarkus version.