You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.