I just created a change by extending liquibase.change.AbstractChange and registering it by calling iquibase.change.ChangeFactory.getInstance().register(YourChange.class)
Is there any way that I can use this new change without implementing my own change log parser?
Right now the ChangeFactory is picking up all the metadata but the Xml parser is not letting me use any of that metadata.