From ae64f48e28d0152e0baaecf733753b49c90eda15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:01:29 +0000 Subject: [PATCH 1/2] chore(deps): bump org.ow2.asm:asm from 9.9 to 9.9.1 in /ddk-parent Bumps org.ow2.asm:asm from 9.9 to 9.9.1. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-version: 9.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ddk-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddk-parent/pom.xml b/ddk-parent/pom.xml index abcf5f66f4..dcacd618fc 100644 --- a/ddk-parent/pom.xml +++ b/ddk-parent/pom.xml @@ -294,7 +294,7 @@ org.ow2.asm asm - 9.9 + 9.9.1 From dabde36138ec3478b714a7414ba99f2e6995ec59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Porras=20Campo?= Date: Tue, 3 Mar 2026 09:11:36 +0100 Subject: [PATCH 2/2] build: remove rules suggesting to use javax.annotation javax.annotation is actually deprecated for removal for Eclipse platform, so there is no reason to suggest using them. Removing the rules will also reduce a bit the time that it takes to execute checkstyle. --- ddk-configuration/checkstyle/avaloq.xml | 49 ++----------------------- 1 file changed, 3 insertions(+), 46 deletions(-) diff --git a/ddk-configuration/checkstyle/avaloq.xml b/ddk-configuration/checkstyle/avaloq.xml index 0634a4dd64..2965fb9430 100644 --- a/ddk-configuration/checkstyle/avaloq.xml +++ b/ddk-configuration/checkstyle/avaloq.xml @@ -62,12 +62,11 @@ + - - + + - - @@ -129,48 +128,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -