AO AppCluster JDBC Changelog

ao-appcluster-jdbc-2.0.0

Release Notes

  • Fetch size increased from 1000 to 10000 rows.

    This value may be increased over time as the amount of typical system memory increases. As this may affect the number of round trips, and the speed of light is not likely to change, future increases may be of benefit.

  • Split development-only classes into a new sub-project in devel/. This sub-project is used only for development and is never deployed to artifact repositories.
  • Now registers SQL statements with ErrorPrinter.
  • 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-appcluster-jdbc to com.aoapps:ao-appcluster-jdbc.
  • Package renamed from com.aoindustries.appcluster.jdbc to com.aoapps.appcluster.jdbc.

ao-appcluster-jdbc-1.1.3

Release Notes

  • Minimum Java version changed from 1.7 to 1.8.
  • Reduced use of property substitutions in pom.xml. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
  • Updated dependencies.

ao-appcluster-jdbc-1.1.2

Release Notes

  • Using java.nio.charset.StandardCharsets instead of "UTF-8".

ao-appcluster-jdbc-1.1.1

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-appcluster-jdbc-1.1.0

Release Notes

  • Minimum Java version changed from 1.6 to 1.7.

ao-appcluster-jdbc-1.0.3

Release Notes

  • Updated dependencies.

ao-appcluster-jdbc-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-appcluster-jdbc-1.0.1

Release Notes

  • Improved Javadoc formatting.
  • Improved README formatting.

ao-appcluster-jdbc-1.0.0

Release Notes

  • Project moved to GitHub and Maven.
  • Reverted to Java 1.6 for Android and Java EE 6 compatibility.