You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by th...@apache.org on 2003/03/03 19:43:37 UTC

cvs commit: db-ojb release-notes.txt

thma        2003/03/03 10:43:37

  Modified:    .        release-notes.txt
  Log:
  say something about this release
  
  Revision  Changes    Path
  1.6       +8 -66     db-ojb/release-notes.txt
  
  Index: release-notes.txt
  ===================================================================
  RCS file: /home/cvs/db-ojb/release-notes.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- release-notes.txt	7 Feb 2003 20:23:35 -0000	1.5
  +++ release-notes.txt	3 Mar 2003 18:43:37 -0000	1.6
  @@ -4,12 +4,11 @@
   
   ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that
   provides transparent transactional persistence for Java Objects against
  -relational databases.
  -OJB supports ODMG and JDO.
  +relational databases. OJB provides ODMG and JDO interfaces.
   
   
   ---------------------------------------------------------------------
  -Release 0.9.9
  +Release 1.0 rc1
   ---------------------------------------------------------------------
   
   NEW FEATURES:
  @@ -18,72 +17,15 @@
   
   
   CHANGES:
  -- Metadata handling was improved. The persistent object
  -metadata is decoupled from the connection metadata.
  -
  -- Multiple database support was simplified. Now you only
  -need one repository file and it is allowed to define several
  -jdbc-connection-descriptors in the repository file.
  -
  -- In the PBKey we now use an alias name (and user/password)
  -to match the connection (jdbc-connection-descriptor), instead
  -using the path to the repository file.
  -
  -- Remove the "max. connections in pool" property from OJB.properties,
  -this could be done separate for each database in the repository
  -file using the connection-pool element.
  -
  -- Move sequence manager configuration from OJB.properties into the
  -repository file (see sequence-manager element in repository.dtd).
  -Now it's possible to define a separate sequence manager for each
  -jdbc-connection-descriptor.
  -
  -- Refactored sequence package, better support for database
  -based id gerneration.
  -
  -- The connection factory implementations using connection
  -pooling (ConnectionFactoryDBCPImpl, ConnectionFactoryPooledImpl)
  -now support a 'validationQuery' to check if the returned pooled
  -connection is valid.
  -
  -- Make JdbcAccess, ConnectionManager, StatementManager pluggable
  -via setting in OJB.properties
  -
  -- PersistenceBroker api changes of methods used in kernel
  -getExtentClass ---> getTopLevelClass
  -getConnectionManager --> serviceConnectionManager
  -getStatementManager --> serviceStatementManager
  -getUniqueXXX methods removed ---> use serviceSequenceManager instead
  -add new method removeListener
  -
  -- Improve the OJB performance test suite. Add a simple test
  -framework to allow comparison of OJB with other O/R mapping tools.
  +- improved handling for non-distributable jars
   
   BUG FIXES:
   
  +- repaired tutorial applications
  +- fixed several bugs in the JDO RI plugin
  +- compilation works for jdk 1.2 and 1.3 again
   
   
  +More information is available at http://db.apache.org/ojb
   
  ----------------------------------------------------------------------
  -Release 0.9.8
  ----------------------------------------------------------------------
  -
  -NEW FEATURES:
  -- a release notes file :-)
  -- On the fly database generation
  -- JDO support by providing a plugin to the JDO reference implementation
  -- support for nested fields
  -
  -With this release we are feature complete for the 1.0 release!
  -For 1.0 you should not expect more features to be added.
  -
  -CHANGES:
  -- tons
  -
  -BUG FIXES:
  -- tons of bug fixes
  -
  -
  -More information is available at http://jakarta.apache.org/ojb
  -
  -Copyright (c) 2000, 2001, 2002 Thomas Mahler, et al.
  \ No newline at end of file
  +Copyright (c) 2000 - 2003 Thomas Mahler, et al.
  \ No newline at end of file