You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot use quarkus.hibernate-orm.sql-load-script to specify a list of files.
Expected behavior
As #9464 is closed, specifying multiple import.sql files should be supported.
Actual behavior
An exception is thrown:
java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.hibernate.orm.deployment.HibernateOrmProcessor#configurationDescriptorBuilding threw an exception: io.quarkus.deployment.configuration.ConfigurationError: Unable to find file referenced in 'quarkus.hibernate-orm.sql-load-script=import-1.sql,import-2.sql'. Remove property or add file to your path.
How to Reproduce?
Take hibernate-orm-quickstart
Add two files import-1.sql and import-2.sql
Edit application.properties and change the following config with the comma-separated list of the two files:
Describe the bug
Cannot use
quarkus.hibernate-orm.sql-load-script
to specify a list of files.Expected behavior
As #9464 is closed, specifying multiple import.sql files should be supported.
Actual behavior
An exception is thrown:
How to Reproduce?
Take hibernate-orm-quickstart
Add two files
import-1.sql
andimport-2.sql
Edit
application.properties
and change the following config with the comma-separated list of the two files:Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.2.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven 3.8.1
Additional information
No response
The text was updated successfully, but these errors were encountered: