Skip to content

Commit c853cd1

Browse files
committed
HBX-3083: Change the protocol of references to the hibernate mapping DTD to 'https' from 'http'
Signed-off-by: Koen Aers <[email protected]>
1 parent c9a8fe2 commit c853cd1

File tree

88 files changed

+98
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+98
-98
lines changed

jbt/src/test/java/org/hibernate/tool/orm/jbt/internal/util/MetadataHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ private static class Foo {
105105
private static final String TEST_HBM_XML_STRING =
106106
"<!DOCTYPE hibernate-mapping PUBLIC" +
107107
" '-//Hibernate/Hibernate Mapping DTD 3.0//EN'" +
108-
" 'http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd'>" +
108+
" 'https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd'>" +
109109
"<hibernate-mapping package='org.hibernate.tool.orm.jbt.internal.util'>" +
110110
" <class name='MetadataHelperTest$Foo'>" +
111111
" <id name='id'/>" +

orm/src/main/resources/hbm/generalhbm.hbm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<?xml version="1.0"?>
1717
<!DOCTYPE hibernate-mapping PUBLIC
1818
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
19-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
19+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
2020

2121
<hibernate-mapping>
2222
<!--

orm/src/main/resources/hbm/hibernate-mapping.hbm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<?xml version="1.0"?>
1717
<!DOCTYPE hibernate-mapping PUBLIC
1818
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
19-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
19+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
2020

2121
<!-- Generated ${date} by Hibernate Tools ${version} -->
2222
<#if hmgs?exists && hmgs.hasNonDefaultSettings()>

test/common/src/main/resources/org/hibernate/tool/ant/AntHibernateTool/TopDown.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<!DOCTYPE hibernate-mapping PUBLIC
1818
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
19-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
19+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
2020
<hibernate-mapping>
2121

2222
<class name="org.hibernate.tool.hbm2x.ant.TopDown">

test/common/src/main/resources/org/hibernate/tool/ant/GenericExport/TopDown.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<!DOCTYPE hibernate-mapping PUBLIC
1818
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
19-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
19+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
2020
<hibernate-mapping>
2121

2222
<class name="org.hibernate.tool.hbm2x.ant.TopDown">

test/common/src/main/resources/org/hibernate/tool/ant/Hbm2JavaConfiguration/SomeClass.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<!DOCTYPE hibernate-mapping PUBLIC
1818
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
19-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
19+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
2020
<hibernate-mapping>
2121

2222
<class name="SomeClass">

test/common/src/main/resources/org/hibernate/tool/ant/Hbm2JavaEJB3Configuration/SomeClass.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<!DOCTYPE hibernate-mapping PUBLIC
1818
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
19-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
19+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
2020
<hibernate-mapping>
2121

2222
<class name="SomeClass">

test/common/src/main/resources/org/hibernate/tool/ant/HbmLint/Column.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<!DOCTYPE hibernate-mapping PUBLIC
1818
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
19-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
19+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
2020

2121
<hibernate-mapping package="org.hibernate.tool.hbm2x.hbm2hbmxml">
2222
<!--

test/common/src/main/resources/org/hibernate/tool/ant/HbmLint/SchemaIssues.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<!DOCTYPE hibernate-mapping PUBLIC
1818
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
19-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
19+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
2020

2121
<hibernate-mapping package="org.hibernate.tool.hbmlint">
2222

test/common/src/main/resources/org/hibernate/tool/ant/Properties/SomeClass.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<!DOCTYPE hibernate-mapping PUBLIC
1818
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
19-
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
19+
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
2020
<hibernate-mapping>
2121

2222
<class name="SomeClass">

0 commit comments

Comments
 (0)