Skip to content

Conversation

@taole33
Copy link
Contributor

@taole33 taole33 commented Dec 1, 2025

This commit updates the documentation for the direct use of the raw MyBatis SqlSession API, resolving the long-standing discrepancy reported in #531.
The previous documentation incorrectly stated that using SqlSession.openSession() within a Spring transaction would "throw an exception" and "not participate in any Spring transactions."
The revised documentation reflects the actual behavior.

…mybatis#531)

This commit updates the documentation for the direct use of the raw MyBatis SqlSession API, resolving the long-standing discrepancy reported in mybatis#531.
The previous documentation incorrectly stated that using SqlSession.openSession() within a Spring transaction would "throw an exception" and "not participate in any Spring transactions."
The revised documentation reflects the actual behavior.
@coveralls
Copy link

Coverage Status

coverage: 90.242%. remained the same
when pulling cd503af on taole33:master
into 1cc2681 on mybatis:master.

@taole33
Copy link
Contributor Author

taole33 commented Dec 2, 2025

Hi maintainers,

It seems like the CI workflow is failing due to a setup issue with the JDK 26-ea environment (Java setup failed due to network issue or timeout: error code: 512), as shown in the error log.

Since this PR only involves a documentation update (no Java code changes), the failure is likely unrelated to my commit.

Could you please trigger a re-run of the failed jobs?
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants