UIT.23730080

Results 3 issues of UIT.23730080

Spring cli 3.0 without command install

**Describe the bug** When i custom reactiveUserDetail or custom reactiveAuthenProvider , maximumSessions() not working **code @Bean SecurityWebFilterChain filterChain(ServerHttpSecurity http) { http // ... .sessionManagement((sessions) -> sessions .concurrentSessions((concurrency) -> concurrency .maximumSessions(SessionLimit.of(1))...

status: waiting-for-triage
type: bug

When i test api debug mode kotlin attach not work in file kotlin, although i connect success to localhost:8090 ![image](https://github.com/user-attachments/assets/ab3b79bf-07d1-4902-b359-9390a6f64625) ![image](https://github.com/user-attachments/assets/9ac1d6a8-644d-4c9f-b23b-6d86985e8254) ![image](https://github.com/user-attachments/assets/1f27da4e-2f7d-445f-a577-369fce86f67a)

enhancement