Skip to content

Commit

Permalink
wip: add verification
Browse files Browse the repository at this point in the history
Related to #6192
  • Loading branch information
aureamunoz committed Dec 26, 2019
1 parent ef55e98 commit 5b15786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ quarkus.hibernate-orm.database.generation=drop-and-create

%prod.quarkus.hibernate-orm.sql-load-script=import.sql
spring.jpa.show-sql=true
spring.jpa.data.hibernate.dialect=blabla
spring.jpa.data.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ assert mvnInvokerLog.exists()

def contentFile = mvnInvokerLog.text
assert contentFile.contains("Quarkus does not support the spring.jpa.show-sql property you may try to use the Quarkus equivalent one : quarkus.hibernate-orm.log.sql.spring.jpa.show-sql property.")
assert contentFile.contains("Quarkus does not support the spring.jpa.data.hibernate.dialect property.")

0 comments on commit 5b15786

Please sign in to comment.