Skip to content

13.9.0

Choose a tag to compare

@rbygrave rbygrave released this 30 Oct 20:29
· 73 commits to master since this release

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

Full Changelog: ebean-migration-13.8.0...13.9.0