AO DAO DBC Changelog

ao-dao-dbc-3.0.2

Release Notes

  • Explicitly closing JDBC resources.

ao-dao-dbc-3.0.0

Release Notes

  • Removed all uses of WrappedSQLException. Now registers SQL statements directly with ErrorPrinter instead. This allows the SQL statements to be logged while not altering exception types underneath the application.
  • Minimum Java version changed from 1.8 to 11.
  • Now supports Java 9+ modules with included module-info.class.
  • Maven artifact relocated from com.aoindustries:ao-dao-dbc to com.aoapps:ao-dao-dbc.
  • Package renamed from com.aoindustries.dao.dbc to com.aoapps.dao.dbc.

ao-dao-dbc-2.0.0

Release Notes

  • Renamed DatabaseModel.executeTransaction(…) to DatabaseModel.transactionCall(…) and DatabaseModel.transactionRun(…).
  • Added variants of DatabaseModel.transactionCall(…) and DatabaseModel.transactionRun(…) to match the full set of transaction methods of the underlying Database.
  • Changed several methods of DatabaseModel from protected to public. We found that implementations were often having to override these methods to make them package-accessible, so public is a better match.

    1. getDatabase()
    2. transactionCall(…)
    3. transactionRun(…)

ao-dao-dbc-1.0.6

Release Notes

  • Reduced use of property substitutions in pom.xml. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.

ao-dao-dbc-1.0.4

Release Notes

  • Using managed dependencies:
    1. This project uses managed dependencies.
    2. This project's managed dependencies may also be imported by other projects.

ao-dao-dbc-1.0.3

Release Notes

  • Updated dependencies.

ao-dao-dbc-1.0.2

Release Notes

  • New AO OSS Parent POM to simplify pom.xml files.
  • Project documentation moved to per-project book in SemanticCMS format.
  • Added changelog as top-level project link.

ao-dao-dbc-1.0.1

Release Notes

  • Improved Javadoc formatting.
  • Improved README formatting.

ao-dao-dbc-1.0.0

Release Notes

  • Project moved to GitHub and Maven.