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. Clarify the behavior of method {{{evictAll}}} if the parameter is a persistent interface. This comment also applies to the {{{DataStoreCache}}} interface method {{{void evictAll (Class pcClass, boolean subclasses)}}}. 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. == ACCEPTED ==