When I have an empty changelog and try to create a changeset using diffChangeLog, I get an illformed xml.
Empty changeLog has a self-closing tag databaseChangeLog and when I add changeSet, there is still self-closing tag at the start, but it looks like it should be opening tag:
When I have an empty changelog and try to create a changeset using diffChangeLog, I get an illformed xml.
Empty changeLog has a self-closing tag databaseChangeLog and when I add changeSet, there is still self-closing tag at the start, but it looks like it should be opening tag:
<databaseChangeLog .../>
<changeSet...>...</changeSet>
</databaseChangeLog>
I have attached repeatable script that shows the bug.
The validation ends with
Unexpected error running Liquibase: The markup in the document following the root element must be well-formed.