From 984b3cac882d0e99bfa660f4d1595421e203f606 Mon Sep 17 00:00:00 2001 From: delchev Date: Thu, 23 Jul 2026 07:24:15 +0300 Subject: [PATCH] chore(logging): silence Hibernate hbm.xml deprecation warning (HHH90000028) Hibernate logs a WARN on startup/sync: HHH90000028: Support for `` is deprecated ...; migrate to orm.xml or mapping.xml ... The legacy hbm.xml mapping comes from a third-party dependency, not from Dirigible, so the notice is noise we cannot act on. Set the org.hibernate.orm.deprecation logger to ERROR, alongside the existing targeted mutes (snowflake, sharepoint). Co-Authored-By: Claude Opus 4.8 --- .../commons/commons-resources/src/main/resources/logback.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/commons/commons-resources/src/main/resources/logback.xml b/modules/commons/commons-resources/src/main/resources/logback.xml index e76f86191c4..1d6a19ebb85 100644 --- a/modules/commons/commons-resources/src/main/resources/logback.xml +++ b/modules/commons/commons-resources/src/main/resources/logback.xml @@ -84,6 +84,10 @@ + + +