Skip to content

0.17.19

Compare
Choose a tag to compare
@bjorndarri bjorndarri released this 06 Dec 11:36
· 2169 commits to main since this release

Changes

is.codion.common.db

  • AbstractConnectionPoolWrapper, prevent destroyed connection counter being called twice for each closed connection, see brettwooldridge/HikariCP#2152.

is.codion.framework.domain

  • Condition.customCondition() renamed custom().
  • BlobColumnDefinition removed, ColumnDefinition.lazy() added. Default behaviour for byte array columns being lazy and hidden removed. Related changes.
  • DefaultEntityBuilder, defensive copying of value sets added.

is.codion.framework.db

  • EntityConnection.readBlob() and writeBlob() removed.

is.codion.framework.model

  • EntityTableModel.attributes() added, specifying the attributes to include when selecting. Implemented in SwingEntityTableModel, replacing overridable attributes() method. Related refactoring.

is.codion.swing.framework.model

  • SwingEntityTableModel.getColor() renamed toColor().