Results 21 issues of livk

> When I use "Spring Event Listener" to listen to the custom event "LivkEvent", use Spring.factories for autowiring, and introduce "org.springframework.cloud:spring-cloud-starter-bootstrap", my "Spring Event Listener" will Executed twice, I observed...

enhancement

> jdk:17 springboot:2.7.2 springcloud:2021.0.3 > Here is my sample code ```java @RestController @RequestMapping("user") @RequiredArgsConstructor public class UserController { private final UserRemoteService userRemoteService; @GetMapping public void users() { feign(); } @Async...

bug

SpringBoot3-M5删除了spring.factories的自动装配[spring boot wiki](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M5-Release-Notes) 可以升级一下[自动装配](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes)的方式嘛

### Describe what this PR does / why we need it 重构并优化部分代码 ### Does this pull request fix one issue? ### Describe how you did it ### Describe how to...

- Use ImportCandidates#load instead of SpringFactoriesLoader#loadFactoryNames - Use EnvironmentPostProcessorsFactory#getEnvironmentPostProcessors instead of SpringFactoriesLoader#loadFactoryNames > There is currently no better way to use SpringFactoriesLoader#loadFactoryNames in org.springframework.cloud.commons.util.SpringFactoryImportSelector#selectImports. > This may not necessarily produce...

waiting-for-triage

Added support for ClickHouse R2dbc and adjusted the dependency coordinates of clickhouse-jdbc Fixes #8427

type/feature
modules/r2dbc
modules/clickhouse

documentation

### Module Clickhouse ### Proposal [clickhouse r2dbc doc](https://clickhouse.com/docs/en/integrations/java#r2dbc-driver) I've tried to add support in the past, but I'm currently having some issues [slack](https://testcontainers.slack.com/archives/C04RM836XUP/p1709603733019119)

help wanted
type/enhancement

when I use com.clickhouse:clickhouse-jdbc:0.7.0, I find something bad this is shown in the figure below ![4831d950d82d4cd6e0737ecbe65173d5](https://github.com/user-attachments/assets/c3939020-6084-411c-9011-5eb77a3562e2) I don't understand why 0.7.0-SNAPSHOT is happening, not 0.7.0

bug