feat: update quarkus

This commit is contained in:
2025-12-29 15:41:13 +01:00
parent 448e49b9fd
commit 145d5e7ca8
5 changed files with 6 additions and 8 deletions

View File

@@ -58,6 +58,8 @@ public class LoggerService {
}
public Uni<?> append() {
if (buffer.isEmpty())
return Uni.createFrom().voidItem();
return Panache.withTransaction(() -> repository.persist(buffer))
.invoke(__ -> buffer.clear());
}