Uh oh!
There was an error while loading. Please reload this page.
Correct the default value of nestedTransactionAllowed in JpaTransactionManager javadoc - #35212
Closed
Dockerel wants to merge 3 commits into
Closed
Correct the default value of nestedTransactionAllowed in JpaTransactionManager javadoc#35212Dockerel wants to merge 3 commits into
Dockerel wants to merge 3 commits into
Conversation
Signed-off-by: Giheon Do <dgh0001@naver.com>
Signed-off-by: Giheon Do <dgh0001@naver.com>
Dockerelforce-pushed
the
docs/jpa-nested-tx-default
branch
from
July 21, 2025 06:46
4e8967a to
9d28e45CompareSigned-off-by: Giheon Do <dgh0001@naver.com>
Dockerel
commented
Sep 5, 2025
Author
Is there anything that i should do for this PR to be merged? @jhoeller |
jhoeller
commented
Sep 8, 2025
Contributor
@Dockerel this has been postponed to reconsider the intended default for |
Dockerel
commented
Sep 9, 2025
Author
I see. Thank you for clarification! |
jhoeller added a commit
that referenced
this pull request
Sep 10, 2025
Contributor
Fixed via 5b38761 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Correct the default value of nestedTransactionAllowed in Javadoc
falsetotrueThe Javadoc for JpaTransactionManager currently states that the nestedTransactionAllowed flag defaults to false. However, the default constructor has been setting this flag to true.
This PR updates the documentation to align with the actual behavior, ensuring consistency between the code and its Javadoc.
Let me know if you have any concerns or suggestions for further improvement.
Thank you for your time and consideration!