John Niang
John Niang
Hi @Oniokey , I found a workaround for this issue, please see the example below: ```yaml spring: r2dbc: url: r2dbc:pool:mysql://localhost:3306/halo?acquireRetry=10 ``` Just add a connection option `acquireRetry=10` for the URL...
Hi @Oniokey , thank you for your further feedback! The warning log could be ignored. That is caused by disconnecting from database server.
I found that https://github.com/1Panel-dev/1Panel/pull/4162 disabled `pnpm-lock.json` and https://github.com/1Panel-dev/1Panel/pull/4247 disabled `package-lock.json`. Hi @liuruibin and @zhengkunwang223 , is there any strong reason to ignore them? Please feel free to correct me if...
Hi @liuruibin , I know you consideration. But, there also have some potential drawbacks of losing track of dependency versions as this issue described above. And, in [official document ](https://pnpm.io/git#lockfiles)of...
IMO, it's important to weight these props and cons of ignoring lockfiles. At last, I vote without ignoring lockfiles.
/assign @ruibaby /unassign @wanghe-fit2cloud
从 https://repo.spring.io/ui/native/milestone/org/springframework/data/spring-data-bom/ 看,版本 `2024.1.0-M1` 似乎已经被删除了,同时发布了新的 RC1。目前尚不清楚为什么会删除,最好是等待 Spring Boot 发布3.4.0-RC1(See https://github.com/spring-projects/spring-boot/milestone/352 for more)。
/retitle Cannot build with Spring Boot 3.4.0-M3 Closes due to https://github.com/spring-projects/spring-data-bom/issues/234 resolved. /close
/milestone 2.18.x
IMO, the MySQLConnectionFactory isn't a stateful object event if it contains a client (Mono type). But I'm willing to refactor it to make the method `MySqlConnectionFactory#create` clearer.