Skip to content

V1.0.3

Compare
Choose a tag to compare
@sproket sproket released this 20 Apr 09:14

1.0.3

  • Added support for MSAccess with UCanAccess jdbc driver (seems to be broken under Java 16 right now #13)
  • Added new method withTransaction() to Session - simplifying multiple operations in a single database transaction
  • Added automatic module name sproket.github.io.persism for 9+ support
  • Added support for Log4j 2

Breaking changes

  • Property discovery now sees properties with getters only as possible columns (considered read-only columns). You will need to use the @NotColumn annotation to avoid the "<table/query> was not properly initialized." Runtime exception. (this was done for future support for Records)
  • Persistable interface was changed. Renamed getOriginalValue method to readOriginalValue to avoid possible collision with read-only properties.