From 2bedac6ce605aaf8a00d93a0833f86a0c3395b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dinis=20Ferreira?= Date: Sun, 31 May 2026 14:36:07 +0200 Subject: [PATCH] fix: remove duplicate spotbugs (resurrect spotbugs.maxHeap=2048) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The spotbugs-maven-plugin declared twice: first ${spotbugs.maxHeap} (2048), then a hardcoded 1024 that silently overrode it — so the spotbugs.maxHeap property was dead and the effective per-analysis (forked) heap was 1 GB, not the intended 2 GB. Remove the stray override so the property takes effect. Co-Authored-By: Claude Opus 4.8 (1M context) --- ddk-parent/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ddk-parent/pom.xml b/ddk-parent/pom.xml index 491a7ab04..ecbbaa1ac 100644 --- a/ddk-parent/pom.xml +++ b/ddk-parent/pom.xml @@ -401,11 +401,14 @@ true + ${spotbugs.maxHeap} 15 Low ${spotbugs.excludeFilterFile} - 1024