| Type |
Changes |
By |
 |
Setup reproducible builds. Fixes 26. Thanks to jeffjensen. |
jeffjensen |
 |
Change Central artifact publishing from OSSRH to new Portal. Fixes 27. Thanks to jeffjensen. |
jeffjensen |
 |
Update dbUnit version to 3.0.0. Fixes 28. Thanks to andrewhj. |
andrewhj |
 |
Configure GitHub CI. Fixes 29. Thanks to jeffjensen. |
jeffjensen |
 |
Convert APT and XDoc doc files to Asciidoc. Fixes 30. Thanks to jeffjensen. |
jeffjensen |
 |
Generate and publish Maven site to GitHub pages. Fixes 31. Thanks to jeffjensen. |
jeffjensen |
 |
Bump multiple plugin and lib versions. Thanks to jeffjensen. |
jeffjensen |
 |
Update github_actions dependency dependabot/fetch-metadata from 2 to 3 (#2). Thanks to dependabot. |
dependabot |
 |
Update github_actions dependency actions/upload-pages-artifact from 3 to 5 (#2). Thanks to dependabot. |
dependabot |
 |
Update github_actions dependency actions/deploy-pages from 4 to 5 (#2). Thanks to dependabot. |
dependabot |
 |
Auto-publish SNAPSHOTs to Maven Central on master commits. Thanks to jeffjensen. |
jeffjensen |
 |
Update github_actions dependency actions/setup-java from 4 to 5 (#14). Thanks to Dependabot. |
dependabot |
 |
Update maven dependency org.apache.maven.plugins:maven-invoker-plugin from 3.10.0 to 3.10.1 (#13). Thanks to Dependabot. |
dependabot |
 |
Update maven dependency org.slf4j:slf4j-api from 2.0.17 to 2.0.18 (#15). Thanks to Dependabot. |
dependabot |
 |
Update maven dependency org.slf4j:slf4j-simple from 2.0.17 to 2.0.18 (#15). Thanks to Dependabot. |
dependabot |
 |
Update maven dependency org.dbunit:dbunit from 3.0.0 to 3.1.0 (#16). Thanks to Dependabot. |
dependabot |
 |
Fix CLI properties not working: migrate from deprecated Javadoc annotations to Java annotations and add dbunit. property prefix to avoid conflicts with Maven's built-in properties. Fixes 25. Thanks to jeffjensen. |
jeffjensen |
 |
Fix mvn -X debug flag not activating dbunit logging: remove slf4j-simple from runtime scope so Maven's own SLF4J provider is used at plugin runtime. Fixes 35. Thanks to jeffjensen. |
jeffjensen |
 |
Support replacement tokens by adding replacementDataSetClass parameter to the operation and compare goals. Fixes 24. Thanks to jeffjensen. |
jeffjensen |
 |
Convert test assertions from JUnit to AssertJ. Fixes 36. Thanks to jeffjensen. |
jeffjensen |
 |
Add excludes parameter to export goal: list of regex patterns to exclude tables from auto-discovered exports. Fixes 37. Thanks to jeffjensen. |
jeffjensen |
 |
Add excludeEmptyTables parameter to export goal: skip tables with no rows from auto-discovered exports. Fixes 38. Thanks to jeffjensen. |
jeffjensen |
 |
Add export-dtd goal: exports a flat DTD schema from the database with tables ordered by foreign key constraints. Fixes 39. Thanks to jeffjensen. |
jeffjensen |