13.9.0
What's Changed
- Test - bump to use Postgres 15 by @rob-bygrave in #123
- Use Statement rather than PreparedStatement where applicable by @rob-bygrave in #124
- Improve logging message, remove javax NonNull annotation by @rob-bygrave in #125
- BugFix: Do not run non-transactional migrations when checkStateOnly by @rob-bygrave in #126
- Refactor MigrationVersion methods from getters to accessors with deprecation by @rob-bygrave in #127
- Refactor internal methods from getters to accessors (plus some finals) by @rob-bygrave in #129
- Make LocalDdlMigrationResource and LocalJdbcMigrationResource internal (not public) by @rob-bygrave in #130
- Make runner package internal by @rob-bygrave in #131
- Refactor internals of MigrationEngine by @rob-bygrave in #132
- Bump to version 13.9.0-SNAPSHOT by @rob-bygrave in #133
- Modify JdbcMigration interface to extend MigrationChecksumProvider by @rob-bygrave in #134
New Contributors
- @rob-bygrave made their first contribution in #123
Full Changelog: ebean-migration-13.8.0...13.9.0