AO DAO API Changelog

ao-dao-api-3.0.0

Release Notes

  • 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-api to com.aoapps:ao-dao-api.
  • Package renamed from com.aoindustries.dao to com.aoapps.dao.

ao-dao-api-2.0.0

Release Notes

  • New methods Model.transactionCall(…).
  • Renamed Model.executeTransaction(Runnable) to Model.transactionRun(Runnable), and added a default implementation that calls Model.transactionCall(Callable).
  • Now registering exception types for use with Throwables.newSurrogate(…) that supports creating new instances of throwables in order to have caller stack trace. When wrapped, the original throwable is the cause of the new throwable. When not wrapped, the original throwable is used directly and caller stack trace is lost.

    This is used to maintain exception types and states across thread boundaries, such as when an exception cause is obtained from an ExecutionException.

  • Defined SQLSTATE values for all SQLException.
  • Now sorting with Comparator instead of Collator.

ao-dao-api-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-api-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-api-1.0.3

Release Notes

  • Updated dependencies.

ao-dao-api-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-api-1.0.1

Release Notes

  • Improved Javadoc formatting.
  • Improved README formatting.

ao-dao-api-1.0.0

Release Notes

  • Project moved to GitHub and Maven.