donaldp 01/03/14 19:58:53 Added: proposal/4.0 changes.txt Log: Move changes.txt to base of tree. Revision Changes Path 1.1 jakarta-avalon/proposal/4.0/changes.txt Index: changes.txt =================================================================== FB: -All Context related classes moved to org.apache.avalon.context. -All Configuration related classes moved to org.apache.avalon.configuration; -All Component related classes moved to org.apache.avalon.component; -All Stage related classes moved to org.apache.avalon.processor; -Added to processor Matcher and ProcessorTree. -Removed frm processor DefaultPipeLine and ProcessingStage. -Stage's process return a boolean. -Renamed org.apache.avalon.camelot to org.apache.avalon.container. -Removed org.apache.avalon.util.lang. -Removed all test suites. -package org.apache.avalon.util.thread moved to package org.apache.avalon.thread. -package org.apache.avalon.util.security moved to package org.apache.avalon.security. -package org.apache.avalon.util.datasource moved to package org.apache.avalon.datasource. PD: -package org.apache.avalon.util.pool moved to package org.apache.avalon.pool. -interface org.apache.avalon.Poolable moved to package org.apache.avalon.pool. -interface org.apache.avalon.Recyclable no longer extends org.apache.avalon.Poolable -moved exception util (Cascading*) to aut (StringUtil renamed to ExceptionUtil) from org.apache.avalon.Cascading* and org.apache.avalon.util.StringUtil -package org.apache.avalon.security moved to package org.apache.aut.security. -org.apache.avalon.security.DefaultPolicy removed -package org.apache.avalon.util.cli moved to package org.apache.aut.cli -package org.apache.avalon.util.i18n moved to package org.apache.aut.i18n -classes org.apache.avalon.util.Array* moved to package org.apache.aut.collections -classes org.apache.avalon.util.*Enum moved to package org.apache.aut -classe org.apache.avalon.util.ObjectUtil moved to package org.apache.aut FB: -ThreadManager do not extend any more Component. -ObjectFactory do not extend any more Component. -Pool do not extend any more Component. -Split avalon.container into avalon.container (Component unaware interfaces) and avalon.camelot (Component aware classes). -Removed container.Info. Entry now returns MetaInfo PD: -Removed utility classes as not generic enough -Removed ComponentNot*Exceptions -Moved *Loggable to org.apache.avalon.logger -Made the ComponentManager throw ComponentException again --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]