diff --git a/.gitignore b/.gitignore index 79bf9fd7..c2ea409e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ target/ /.idea *.iml .toDelete + +# https://github.com/liquibase/liquibase/issues/2196 +/derby.log diff --git a/pom.xml b/pom.xml index b295f97d..f47da813 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.powsybl powsybl-parent-ws - 17 + 18 diff --git a/src/test/resources/application-default.yml b/src/test/resources/application-default.yml index 4ae69ce2..85d11121 100644 --- a/src/test/resources/application-default.yml +++ b/src/test/resources/application-default.yml @@ -5,7 +5,7 @@ spring: dialect: org.hibernate.dialect.H2Dialect hibernate.format_sql: true hibernate: - #to turn off schema validation that fails (because of clob types) and blocks tests even if the the schema is compatible + #to turn off schema validation that fails (because of clob types) and blocks tests even if the schema is compatible ddl-auto: none logging: level: @@ -17,7 +17,7 @@ logging: powsybl-ws: database: vendor: h2:mem - query: ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE + query: ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=PostgreSQL;DEFAULT_NULL_ORDERING=HIGH hostPort: ":"