Skip to content

Commit b088956

Browse files
The DTD reference need to be set to “http://www.hibernate.org/dtd/” to resolve it on class path. (#11177)
The DTD reference need to be set to “http://www.hibernate.org/dtd/” to resolve it on class path. Co-authored-by: alexey.kuznetsov <alexey.kuznetsov@datadoghq.com>
1 parent f2b26be commit b088956

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dd-java-agent/instrumentation/hibernate/hibernate-core-3.3/src/test/resources/hibernate.cfg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<!DOCTYPE hibernate-configuration PUBLIC
33
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
4-
"https://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
4+
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
55

66
<hibernate-configuration>
77

dd-java-agent/instrumentation/hibernate/hibernate-core-4.0/src/test/resources/hibernate.cfg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<!DOCTYPE hibernate-configuration PUBLIC
33
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
4-
"https://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
4+
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
55

66
<hibernate-configuration>
77

dd-java-agent/instrumentation/hibernate/hibernate-core-4.3/src/test/resources/hibernate.cfg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<!DOCTYPE hibernate-configuration PUBLIC
33
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
4-
"https://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
4+
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
55

66
<hibernate-configuration>
77

0 commit comments

Comments
 (0)