JOMC RI Changelog

Version 1.3 (2012-06-03T08:24:52+0000)

Version Date Developer Action Description
1.1 2010-07-28 schulte2005 ADD Added support for configuring model processing to class org.jomc.ri.DefaultObjectManager. See the CLIRR report.
1.1 2010-07-28 schulte2005 ADD Added class org.jomc.ri.DefaultListener printing log events to the standard system streams registered when no org.jomc.spi.Listener implementation is found.
1.1 2010-07-28 schulte2005 FIX Corrected an endless loop when listeners are provided by a different class loader than the class loader loading class org.jomc.ri.DefaultObjectManager.
1.1 2010-07-28 schulte2005 FIX Corrected class org.jomc.ri.DefaultObjectManager to manage listeners per class loader instead of per instance. See the CLIRR report.
1.1 2010-07-28 schulte2005 UPDATE Updated class org.jomc.ri.DefaultObjectManager to register a default listener writing to System.out and System.err if no listeners are provided.
1.2 2012-02-16 schulte2005 ADD Added package org.jomc.ri.model providing runtime model classes.
1.2 2012-02-16 schulte2005 ADD Added methods getDefaultListener, getDefaultScope, getDefaultLocator, getDefaultInvoker and getDefaultInvocation to class org.jomc.ri.DefaultObjectManager taking a model. See the CLIRR report.
1.2.1 2012-03-05 schulte2005 FIX Upgraded to build using maven-jomc-plugin version 1.2.2 to prevent java.lang.StringIndexOutOfBoundsException: String index out of range: -1 exceptions from getting thrown when updating message resources to contain empty messages. See the Changes report.
1.2.2 2012-03-28 schulte2005 FIX Updated methods getObjectManager(java.lang.ClassLoader) and getObject(org.jomc.spi.Scope,org.jomc.model.Instance,java.lang.ClassLoader) of class org.jomc.ri.DefaultObjectManager to correct a synchronization issue causing deadlocks when an object is requested from a scope another object is currently created in by another thread.
1.2.3 2012-04-01 schulte2005 FIX Updated the version of the jomc-modlet dependency from 1.2 to 1.2.1. See the Changes report.
1.2.3 2012-04-01 schulte2005 FIX Updated the version of the jomc-model dependency from 1.2.2 to 1.2.3. See the Changes report.
1.2.3 2012-04-01 schulte2005 FIX Updated the version of the maven-jomc-plugin plugin from 1.2.3 to 1.2.4. See the Changes report.
1.2.4 2012-04-23 schulte2005 FIX Corrected the InvocationHandler of proxy objects returned by class org.jomc.ri.DefaultObjectManager to unwrap proxy object arguments.
1.3 2012-06-03 No changes in this release.