Skip to content

Commit

Permalink
Merge pull request #26719 from famod/liquibase-xsds-updates
Browse files Browse the repository at this point in the history
[2.10] Add Liquibase xsd files since 4.10 to native image
  • Loading branch information
gsmet authored Jul 18, 2022
2 parents 01c528e + 21e07c7 commit 1d16815
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ void nativeImageConfiguration(
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.7.xsd",
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.8.xsd",
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.9.xsd",
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.10.xsd",
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.11.xsd",
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-3.8.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-3.9.xsd",
Expand All @@ -195,6 +197,8 @@ void nativeImageConfiguration(
"www.liquibase.org/xml/ns/pro/liquibase-pro-4.7.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-4.8.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-4.9.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-4.10.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-4.11.xsd",
"liquibase.build.properties"));

// liquibase resource bundles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ void nativeImageConfiguration(
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.7.xsd",
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.8.xsd",
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.9.xsd",
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.10.xsd",
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.11.xsd",
"www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-3.8.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-3.9.xsd",
Expand All @@ -237,6 +239,8 @@ void nativeImageConfiguration(
"www.liquibase.org/xml/ns/pro/liquibase-pro-4.7.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-4.8.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-4.9.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-4.10.xsd",
"www.liquibase.org/xml/ns/pro/liquibase-pro-4.11.xsd",
"liquibase.build.properties"));

// liquibase resource bundles
Expand Down

0 comments on commit 1d16815

Please sign in to comment.