Yanming Zhou

Results 241 comments of Yanming Zhou
trafficstars

@ravirajsinh-lab I created https://github.com/brettwooldridge/HikariCP/pull/2247 to allow configuring `closeTimeout`.

> Falling back to a same-package default implementation deviates from what Spring's approach and seems a bit random. Same-package default implementation is unique, could you explain why it's random? Specifying...

Could you review this also? @gavinking

> If I'm not mistaken, there appears to be a similar problem in `SqlAstTranslatorWithUpsert`. Could you take a look at that one too, please? Indeed, I've fixed that also.

It fix https://github.com/spring-cloud/spring-cloud-commons/issues/1329 also.

> So it turns out that my objections to this pull request actually boil down to only the following, which occurs in two places: > > ```java > @Override >...

> > it will create two instances > > It will create one instance per persistence unit, which is _completely_ fine. Take spring for example, I mean one instance for...