testcontainers / testcontainers-jooq-codegen-maven-plugin

jOOQ code generator using Testcontainers
Apache License 2.0
56 stars 9 forks source link

Liquibase support #7

Closed romchellis closed 1 year ago

romchellis commented 1 year ago

Resolves #5 . Now only several most commonly used Liquibase properties are supported. if we need to support more properties, we need to add them manually into LiquibaseRunner class

romchellis commented 1 year ago

Hi @sivaprasadreddy , please share your thoughts

sivaprasadreddy commented 1 year ago

@romchellis Rest of the implementation looks good. When this plugin is published from my personal account it was 0.0.2, but when it is moved to testcontainers org it is 0.0.1. So, the next version should be 0.0.2 not 0.0.3.

romchellis commented 1 year ago

@romchellis Rest of the implementation looks good. When this plugin is published from my personal account it was 0.0.2, but when it is moved to testcontainers org it is 0.0.1. So, the next version should be 0.0.2 not 0.0.3.

Sure @sivaprasadreddy , done. Thank you a lot for review.