Yanming Zhou

Results 241 comments of Yanming Zhou
trafficstars

Is it fixed by https://github.com/spring-projects/spring-boot/commit/468e246dbbb558c7b1b8bc415a4cdf8aec9cf60c?

@chenygs I think it's a bug of Hibernate 5, and it's fixed in Hibernate 6. The following test will generate right sql: ```sql delete b1_0 from book b1_0 join author...

> Thank you @quaff for bringing this up. Did you eventually compare the resulting database interaction triggered by `getResultCount` to the `count` as it is done right now? Before we...

`Thread.sleep()` will unmount virtual thread from its carrier platform thread, you should try virtual thread from JDK 21+.

> But the point of `Thread.sleep()` is still to block the current thread, which is no difference for us if it is virtual or not. That's expected behavior, we need...

> There is also no built-in support in Spring to parse duration strings automatically. FYI, It's introduced in 6.2, see https://github.com/spring-projects/spring-framework/pull/30396

It's likely due to wrong order of AOP advices, see https://github.com/spring-projects/spring-retry/issues/22.

Keeping secret key is a challenge.