Skip to content

Commit eb3b0f8

Browse files
committed
Use http liquibase XSDs
Update the lquibase test to use `http://` rather than `https://` so that it can be resolved from the local jar.
1 parent 42d07a7 commit eb3b0f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/resources/db/changelog/db.changelog-override.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
6-
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd
7-
http://www.liquibase.org/xml/ns/dbchangelog-ext https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
6+
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd
7+
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
88

99
<changeSet id="1" author="marceloverdijk">
1010
<createTable tableName="customer">

src/checkstyle/nohttp-whitelist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
^http://spockframework.org.*
88
^http://ganglia.sourceforge.net.*
99
^http://schemas.xmlsoap.org.*
10+
^http://www.liquibase.org/xml/ns/dbchangelog/.*

0 commit comments

Comments
 (0)