Describe the bug
This is on quarkus 3.21
Liquibase denies loading a local xsd file and also has problems with http:// urls for loading xsd schemas.
According to liquibase/liquibase#2654 the property -Dliquibase.secureParsing=false has to be set to be allowed to load these files.
At the moment I can only add this via
./mvnw test -Dliquibase.secureParsing=false
Please extend quarkus-liquibase, resp. the application.properties to include the setting like quarkus.liquibase.secureParsing=false
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response