Lennard Berger

Results 53 comments of Lennard Berger

I don't remember where exactly this was written, but this issue is a regression, downgrading your spring-boost installation works: ``` org.springframework.boot spring-boot-starter-parent 3.1.12 ```

Just out of curiosity @bernhardf-ro did you use unnamed classes? This was a recent addition in Java 21, which would place code in the default package. Otherwise, this behaviour is...

Nevermind, it appears `unnamed` code is placed in the `unnamed` package. Anyhow - I'm curious as to what your use case is!