The DB Torque team is pleased to announce the availability of the third and hopefully last release candidate of the Torque 3.1.1 release.
The changes since Torque 3.1.1-RC2 are listed on the Changes page at http://db.apache.org/torque-31/changes-report.html. The Torque runtime, code generator and maven plugin are available through the maven repository system as follows: runtime: <dependency> <groupId>torque</groupId> <artifactId>torque</artifactId> <version>3.1.1-rc3</version> <url>http://db.apache.org/torque-31/</url> </dependency> generator: <dependency> <groupId>torque</groupId> <artifactId>torque-gen</artifactId> <version>3.1.1-rc3</version> <url>http://db.apache.org/torque-31/generator/</url> </dependency> maven-plugin: <dependency> <groupId>torque</groupId> <artifactId>maven-torque-plugin</artifactId> <version>3.1.1-rc3</version> <url>http://db.apache.org/torque/maven-plugin/</url> <type>plugin</type> </dependency> The plugin can be installed manually by running $ maven -DartifactId=maven-torque-plugin -DgroupId=torque -Dversion=3.1.1-rc3 plugin:download All archives have been deployed to the Apache repository at http://www.apache.org/dist/java-repository/torque/ and should be mirrored at http://www.ibiblio.org/maven/torque/ soon. Source code is available via anonymous CVS from http://cvs.apache.org/viewcvs.cgi/db-torque/, the CVS tag is TORQUE_3_1_1_RC3. Open issues with this release: - doDelete(object) works diffently from Torque 3.1 release; a change might go into the final release - a JNDI caching patch exists but has not been submitted for inclusion into 3.1.1 final - PostgreSQL native ID generation will be changed to SEQUENCE; patch is already in CVS for 3.1.1 Regards Henning --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
