Version | Date | Description |
---|---|---|
1.1 | 2010-07-28 | |
1.2 | 2012-02-16 | |
1.2.1 | 2012-03-05 | |
1.2.2 | 2012-03-28 | |
1.2.3 | 2012-04-01 | |
1.2.4 | 2012-04-23 | |
1.3 | 2012-06-03 |
Type | Changes | By |
---|---|---|
Added support for configuring model processing to class
org.jomc.ri.DefaultObjectManager .
See the CLIRR report. | schulte2005 | |
Added class org.jomc.ri.DefaultListener printing
log events to the standard system streams registered when no org.jomc.spi.Listener implementation is
found. | schulte2005 | |
Corrected an endless loop when listeners are provided by a different
class loader than the class loader loading class org.jomc.ri.DefaultObjectManager . | schulte2005 | |
Corrected class org.jomc.ri.DefaultObjectManager to
manage listeners per class loader instead of per instance.
See the CLIRR report. | schulte2005 | |
Updated class org.jomc.ri.DefaultObjectManager to
register a default listener writing to System.out and System.err if no listeners are
provided. | schulte2005 |
Type | Changes | By |
---|---|---|
Added package org.jomc.ri.model providing runtime
model classes. | schulte2005 | |
Added methods getDefaultListener ,
getDefaultScope , getDefaultLocator , getDefaultInvoker and
getDefaultInvocation to class org.jomc.ri.DefaultObjectManager taking a model.
See the CLIRR report. | schulte2005 |
Type | Changes | By |
---|---|---|
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. | schulte2005 |
Type | Changes | By |
---|---|---|
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. | schulte2005 |
Type | Changes | By |
---|---|---|
Updated the version of the jomc-modlet dependency from
1.2 to 1.2.1 .
See the Changes report. | schulte2005 | |
Updated the version of the jomc-model dependency from
1.2.2 to 1.2.3 .
See the Changes report. | schulte2005 | |
Updated the version of the maven-jomc-plugin plugin
from 1.2.3 to 1.2.4 .
See the Changes report. | schulte2005 |
Type | Changes | By |
---|---|---|
Corrected the InvocationHandler of proxy objects
returned by class org.jomc.ri.DefaultObjectManager to unwrap proxy object arguments. | schulte2005 |