change getMappedInterceptors and getAdaptedInterceptors to public method
28985
use quartz's default value to eanable transaction
28134
Comment From: snicoll
@lizongbo this PR is changing two completely unrelated things so it's very unlikely we'd accept it in its current form. What's the reason for changing Quartz's default?
Comment From: lizongbo
@lizongbo this PR is changing two completely unrelated things so it's very unlikely we'd accept it in its current form. What's the reason for changing Quartz's default?
It was two commit, and since I wasn't familiar with mentioning Pull Requests separately, I wanted to submit the second commit as a separate pull request, but on the github‘s web page there was only a button show “view pull Requests”, and I couldn't create a new Pull Request. The default value of quartz is false, and after Spring is set to true, quartz is not running in the transaction when acquiring and unlocking locks, and there will be a very low probability of causing bugs when concurrently acquiring locks. the detail info is in Issue #28134。
Comment From: snicoll
OK, let's continue the discussion on the issue please.