Tim
Tim
@appleboy All right, I will rebase on the latest commit.
@aohanhongzhi I have rebased it, Please tabke a look.
I think the author does not copy the body to save memory, and I agree with the author's design. If you want to pass the content of the body, you...
Hi @harawata Thans for your reply. The stack content has not been modified, it has only been translated. The probability of this problem occurring is very low, so even if...
@harawata The ThrowableUtils print casuse first, not remove root causes.
The bug was in atomikos, see https://github.com/atomikos/transactions-essentials/issues/36#issuecomment-2078984805
Hi @harawata, I am not sure this bug is fiexed or not in the latest version of atomikos. I reviewed the latest version of Class [ConnectionPoolWithConcurrentValidation](https://github.com/atomikos/transactions-essentials/blob/master/public/transactions-jta/src/main/java/com/atomikos/datasource/pool/ConnectionPoolWithConcurrentValidation.java), may be the bug...
@kiryu1223 感谢提出 issue,我近期没有精力扩展新的功能;如果你有兴趣实现的话,我们可以互相交流。
@dependabot rebase
The same issue for me. Only go1.23 has the problem. https://github.com/timandy/gohack/actions/runs/10399737890 I found that disable cache can solve the problem. ```yaml - name: Set up Go uses: actions/setup-go@v5 with: go-version-file:...