Object Dependency Exploration Model (ODEM) Realease-Notes Author: Manfred Duchrow Copyright (c) 2007-2017, by Manfred Duchrow. All rights reserved. ======================================================================= ----------------------------------------------------------------------- VERSION 1.2.0 (16/10/2017) - 6 Unit Tests * ContainerClassification > Added - WAR - EAR - OSGI_BUNDLE * New interfaces > IAlias * IContainer > Added - extends IAlias * Added medod to all enums - public String getExternalName() - public String asString() ----------------------------------------------------------------------- VERSION 1.1.0 (31/01/2017) - 6 Unit Tests * Migrated > Maven -> Gradle > SVN -> Git ----------------------------------------------------------------------- VERSION 1.0.0 (21/06/2014) - 6 Unit Tests * Upgraded to Java 6 ----------------------------------------------------------------------- VERSION 0.5 ( January 30, 2008 ) * Changed package name from org.pf.odem to org.pfsw.odem * TypeClassification > Changed to provide strings for each enum value > Added - public static TypeClassification fromString( String valueName ) - public String toString() * ContainerClassification > Changed to provide strings for each enum value > Added - public static ContainerClassification fromString( String valueName ) - public String toString() * DependencyClassification > Changed to provide strings for each enum value > Added - public static DependencyClassification fromString( String valueName ) - public String toString() * Visibility > Added - public static Visibility fromString( String valueName ) * Moved method public IExplorationContext getContext() from IExplorableElement up to IExplorationModelObject ----------------------------------------------------------------------- VERSION 0.4 ( August 16, 2007 ) * IType > Added - public boolean isFinal() - public boolean isAbstract() - public Visibility getVisibility() * Added classes > Visibility ----------------------------------------------------------------------- VERSION 0.3 ( March 23, 2007 ) * New interface > IExplorationModelObject * Changed to extend IExplorationModelObject > IExplorationContext > IExplorableElement ----------------------------------------------------------------------- VERSION 0.2 ( February 9, 2007 ) * Generally extended ----------------------------------------------------------------------- VERSION 0.1 ( January 26, 2007 ) * First set of interfaces to access a model of types with their dependencies and their structural elements like namespaces and containers. -----------------------------------------------------------------------