upgrade to Spring Boot 4, add webauthn support, some cleanup

This commit is contained in:
2025-12-18 20:55:43 +01:00
parent c27e68caf0
commit b4b2552e7e
326 changed files with 2768 additions and 1075 deletions
@@ -1,6 +1,3 @@
/**
*
*/
package de.bstly.we.jukebox.businesslogic;
import java.io.IOException;
@@ -1,6 +1,3 @@
/**
*
*/
package de.bstly.we.jukebox.businesslogic.model;
import java.time.Instant;
@@ -1,6 +1,3 @@
/**
*
*/
package de.bstly.we.jukebox.controller;
import java.io.IOException;
@@ -1,6 +1,3 @@
/**
*
*/
package de.bstly.we.jukebox.controller;
import java.io.IOException;