Skip to content

Commit

Permalink
Update extensions/narayana-jta/runtime/src/main/java/io/quarkus/naray…
Browse files Browse the repository at this point in the history
…ana/jta/runtime/TransactionManagerConfiguration.java

Co-authored-by: Yoann Rodière <[email protected]>
  • Loading branch information
marcosgopen and yrodiere authored Oct 22, 2024
1 parent 1954275 commit d07a2ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public final class TransactionManagerConfiguration {
* Whether the node name should be shortened if necessary.
* The node name must not exceed a length of 28 bytes. If this property is set to {@code true}, and the node name exceeds 28
* bytes, the node name is shortened by calculating the <a href="https://en.wikipedia.org/wiki/SHA-2">SHA-224</a> hash,
* which has a length of 28 bytes, encoded to Base64 format and then shorten to 28 bytes.
* which has a length of 28 bytes, encoded to Base64 format and then shortened to 28 bytes.
*
* @see #nodeName
*/
Expand Down

0 comments on commit d07a2ea

Please sign in to comment.