Sidaof changes: http://sidaof.sourceforge.net/sidaof/changes-report.html
New domain module: http://sidaof.sourceforge.net/sidaof-domain/index.html
Parent changes: http://sidaof.sourceforge.net/changes-report.html
Tester only change is to use the new parent version.
We will no longer publish releases and snapshots to the SourceForge files system.
Instead, snapshot artifacts are now hosted by Sonatype's OSS hosting:
via Nexus: https://oss.sonatype.org/index.html#view-repositories;snapshots~browsestorage~net/sf/sidaof/daof/
via direct web: https://oss.sonatype.org/content/repositories/snapshots/net/sf/sidaof/
Release artifacts have always been available (and continue) via the Maven Central Repository:
via Nexus: http://repository.sonatype.org/index.html#nexus-search;gav~net.sf.sidaof~~~~... read more
Adds helper classes for Services providing DAO access.
Changes summary: http://sidaof.sourceforge.net/sidaof/changes-report.html
Adds Hibernate DAO, test adapters, signs jar on release, and more.
sidaof 1.3.0 breaks a few backwards compatibilities. See the changes report for info and how to update. http://sidaof.sourceforge.net/sidaof/changes-report.html
Adds runQueryWithSingleResult() convenience methods for consistently running and handling a single-result query.
Its first feature is the GetSetTester for automatically testing get/set methods. Refer to the web site pages, JavaDoc, and its own unit tests for usage and examples.