From 6c50e2b76e78b44d65de9d68b842a9f77bab85c3 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 12 May 2026 09:51:22 +0200 Subject: feat: use Jackson 3 for JSON serde (#286) --- src/main/resources/static/icon.svg | 2 -- src/main/resources/static/user.svg | 1 - src/main/resources/templates/report.html | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/static/icon.svg b/src/main/resources/static/icon.svg index 90c3a65..7b36666 100644 --- a/src/main/resources/static/icon.svg +++ b/src/main/resources/static/icon.svg @@ -1,6 +1,4 @@ - - - diff --git a/src/main/resources/templates/report.html b/src/main/resources/templates/report.html index bad8ca2..bdc7457 100644 --- a/src/main/resources/templates/report.html +++ b/src/main/resources/templates/report.html @@ -34,7 +34,7 @@ [[ ${issue.severity} ]] [[ ${issue.severity} ]] -
[[ ${issue.message} ]]
+
[[ ${issue.getMessage()} ]]
[[ ${issue.path.get()} ]]
Keine Angabe
-- cgit v1.2.3