You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2008/01/18 19:46:13 UTC

[Jdo Wiki] Trivial Update of "ChangeLog" by CraigRussell

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification.

The following page has been changed by CraigRussell:
http://wiki.apache.org/jdo/ChangeLog

------------------------------------------------------------------------------
  
   1. Require that the implementation not hold a strong reference to flushed dirty instances, allowing these instances to be garbage collected.
  
-  1. Change signatures of PersistenceManager methods that take Object[] as an argument to take Object... as an argument. These signatures are source and binary compatible with existing programs. Where the Object... parameter would not be the last parameter, reorder the parameters so Object... is last and deprecate the method signature where the Object[] parameter is not last.
+  1. Change signatures of {{{PersistenceManager}}} methods that take {{{Object[]}}} as an argument to take {{{Object...}}} as an argument. These signatures are source and binary compatible with existing programs. Where the {{{Object...}}} parameter would not be the last parameter, deprecate the method and reorder the parameters so {{{Object...}}} is last.
  
  == ACCEPTED ==