Hi all,
In the pom.xml you can change liquibase versions from 3.0.8 to 3.1.0 by switching comments in lines 13 and 16. In the latter case liquibase will throw a java.sql.SQLException: Table already exists: DATABASECHANGELOGLOCK in statement [CREATE TABLE PUBLIC.DATABASECHANGELOGLOCK].
I am aware that reporting issues directly in JIRA is preferred way, however I am not 100% sure if I did everything correct while using the Liquibase Core Java API. A Hibernate entity manager over HSQLDB 1.8 is encapsulating the connection object I am using to initialize the liquibase object and I hope this does not contribute to the issue.
Thanks and regards
Kay