F43nd1r / Acrarium

A Backend for ACRA written in Kotlin using Spring Boot, Vaadin and MySQL
Apache License 2.0
195 stars 51 forks source link

Container: Instant crash due to missing class #509

Closed Doomsdayrs closed 4 months ago

Doomsdayrs commented 4 months ago

Happens with 2.0.0-beta08

Error:

Error: Could not find or load main class org.springframework.boot.loader.JarLauncher
Caused by: java.lang.ClassNotFoundException: org.springframework.boot.loader.JarLauncher
F43nd1r commented 4 months ago

Oh man, I hate that Spring moved that class. No reason for it, breaks every single project. At least I already fixed this in other projects, next release will be ready soon.

Doomsdayrs commented 4 months ago

Fabulous!