From 385ef3f4be879a1adf163d8801bb7aff38d9d62f Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 21 Apr 2026 18:25:22 -0400 Subject: [PATCH] =?UTF-8?q?The=20DTD=20reference=20need=20to=20be=20set=20?= =?UTF-8?q?to=20=E2=80=9Chttp://www.hibernate.org/dtd/=E2=80=9D=20to=20res?= =?UTF-8?q?olve=20it=20on=20class=20path.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hibernate-core-3.3/src/test/resources/hibernate.cfg.xml | 2 +- .../hibernate-core-4.0/src/test/resources/hibernate.cfg.xml | 2 +- .../hibernate-core-4.3/src/test/resources/hibernate.cfg.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dd-java-agent/instrumentation/hibernate/hibernate-core-3.3/src/test/resources/hibernate.cfg.xml b/dd-java-agent/instrumentation/hibernate/hibernate-core-3.3/src/test/resources/hibernate.cfg.xml index a40d921f9a5..a09b0c4c8ca 100644 --- a/dd-java-agent/instrumentation/hibernate/hibernate-core-3.3/src/test/resources/hibernate.cfg.xml +++ b/dd-java-agent/instrumentation/hibernate/hibernate-core-3.3/src/test/resources/hibernate.cfg.xml @@ -1,7 +1,7 @@ + "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"> diff --git a/dd-java-agent/instrumentation/hibernate/hibernate-core-4.0/src/test/resources/hibernate.cfg.xml b/dd-java-agent/instrumentation/hibernate/hibernate-core-4.0/src/test/resources/hibernate.cfg.xml index 7dee2ab2ef4..f3730ba5e88 100644 --- a/dd-java-agent/instrumentation/hibernate/hibernate-core-4.0/src/test/resources/hibernate.cfg.xml +++ b/dd-java-agent/instrumentation/hibernate/hibernate-core-4.0/src/test/resources/hibernate.cfg.xml @@ -1,7 +1,7 @@ + "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"> diff --git a/dd-java-agent/instrumentation/hibernate/hibernate-core-4.3/src/test/resources/hibernate.cfg.xml b/dd-java-agent/instrumentation/hibernate/hibernate-core-4.3/src/test/resources/hibernate.cfg.xml index 2e7dfa4ed0a..4800680e18a 100644 --- a/dd-java-agent/instrumentation/hibernate/hibernate-core-4.3/src/test/resources/hibernate.cfg.xml +++ b/dd-java-agent/instrumentation/hibernate/hibernate-core-4.3/src/test/resources/hibernate.cfg.xml @@ -1,7 +1,7 @@ + "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">